Ben Striegel
|
9330b2f7b9
|
Fix bench/sudoku, broken by deëxporting
|
2013-01-31 00:06:48 -05:00 |
|
Ben Striegel
|
b5f61fddde
|
Repair RIMOV damage to benchmarks
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
df04bd6c6c
|
Revert RIMOV to compile-fail tests
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
3e2ed18a4c
|
RIMOV: fix issue-3563-3 test
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
bb642350e1
|
Repair RIMOV damage to run-pass
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
df36bfa758
|
Repair RIMOV damage to libstd tests
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
155f81d4a3
|
Revert RIMOV on librustc
|
2013-01-30 23:21:57 -05:00 |
|
Ben Striegel
|
13076eb3b0
|
Fix RIMOV damage to libsyntax
|
2013-01-30 23:21:16 -05:00 |
|
Ben Striegel
|
dafd759b20
|
Repair RIMOV damage to libstd
|
2013-01-30 23:21:16 -05:00 |
|
Ben Striegel
|
5e55fe8758
|
Revert RIMOV for libcore
|
2013-01-30 23:21:16 -05:00 |
|
Ben Striegel
|
cc3bb7b68a
|
What, no syntax for mutable borrowed region pointers?
|
2013-01-30 23:20:32 -05:00 |
|
Ben Striegel
|
743c1c37e8
|
RIMOV, round 11
Last bit of mut removal, manually cleaning up outliers
|
2013-01-30 23:19:40 -05:00 |
|
Ben Striegel
|
0336a8633f
|
RIMOV, round 10
find ./ -type f -name "*.rs" -exec sed -i "s/~\[mut /~\[/g" {} \;
|
2013-01-30 23:19:08 -05:00 |
|
Ben Striegel
|
3e95a13577
|
RIMOV, round 8
find ./ -type f -name "*.rs" -exec sed -i "s/ \([a-zA-Z_]\+\): ~\[mut /
mut \1: ~\[/g" {} \;
|
2013-01-30 23:19:08 -05:00 |
|
Ben Striegel
|
b4f47eca2a
|
RIMOV, round 7
find ./ -type f -name "*.rs" -exec sed -i "s/ mut \([a-zA-Z_]\+\):
~\[mut / mut \1: ~\[/g" {} \;
|
2013-01-30 23:18:08 -05:00 |
|
Ben Striegel
|
1c9b5a83b2
|
RIMOV, round 6.
This gets rid of `mut` inside bare vectors. It's going to cause some
problems later.
|
2013-01-30 23:18:08 -05:00 |
|
Ben Striegel
|
610fd6bc93
|
Remove two FIXMEs from the long-dead issue 3226
|
2013-01-30 23:18:08 -05:00 |
|
Ben Striegel
|
f08af9a7a5
|
RIMOV, round 5
find ./ -type f -name "*.rs" -exec sed -i "s/\&\[mut /\&mut \[/g" {} \;
|
2013-01-30 23:18:08 -05:00 |
|
Ben Striegel
|
12e8151fb0
|
RIMOV, round 4
find ./ -type f -name "*.rs" -exec sed -i "s/let mut \(.*\)\[mut[
]\?/let mut \1\[/g" {} \;
|
2013-01-30 23:16:56 -05:00 |
|
Ben Striegel
|
5577ce635f
|
RIMOV, round 3
find ./ -type f -name "*.rs" -exec sed -i "s/let \(.*\)\[mut[ ]\?/let
mut \1\[/g" {} \;
|
2013-01-30 23:16:56 -05:00 |
|
Ben Striegel
|
097c8aefea
|
RIMOV, round 2
Running the same command, again:
find ./ -type f -name "*.rs" -exec sed -i "s/let mut\(.*\)\[mut[ ]\?/let
mut\1\[/g" {} \;
|
2013-01-30 23:16:56 -05:00 |
|
Ben Striegel
|
a8ff91a630
|
Removing interior mut on vectors, round 1
find ./ -type f -name "*.rs" -exec sed -i "s/let mut\(.*\)\[mut[ ]\?/let
mut\1\[/g" {} \;
|
2013-01-30 23:16:56 -05:00 |
|
Brian Anderson
|
7d8ae4403e
|
rustdoc: deny(deprecated_self)
|
2013-01-30 19:56:37 -08:00 |
|
Patrick Walton
|
366812a5c3
|
librustc: Change self as a type to Self everywhere. r=brson
|
2013-01-30 19:52:45 -08:00 |
|
Brian Anderson
|
63b2b9c4a8
|
rustdoc: Remove structural records
|
2013-01-30 19:45:39 -08:00 |
|
Brian Anderson
|
baf301cd3e
|
rustdoc: De-mode
|
2013-01-30 19:32:36 -08:00 |
|
Brian Anderson
|
16ea4b06ab
|
rustdoc: Stop using a custom error handler. Closes #4698
|
2013-01-30 19:02:31 -08:00 |
|
Brian Anderson
|
409d8af3c4
|
rustdoc: deny(deprecated_mode)
|
2013-01-30 18:52:31 -08:00 |
|
Brian Anderson
|
1ee94529d9
|
rustdoc: Various bits of modernization
|
2013-01-30 18:20:45 -08:00 |
|
Patrick Walton
|
49472ec4c9
|
librustc: Remove legacy exports from the language. r=brson
|
2013-01-30 18:11:43 -08:00 |
|
Graydon Hoare
|
040035cd08
|
test: fix compile-fail tests somehow missed from local 'make check', r=burningtree.
|
2013-01-30 17:07:35 -08:00 |
|
Graydon Hoare
|
4030aaff20
|
rustc: make integral type inference transactional, close #3211, close #4401, close #3398.
|
2013-01-30 16:21:19 -08:00 |
|
Patrick Walton
|
592c2e1db4
|
test: Remove export from the tests, language, and libraries. rs=deexporting
|
2013-01-30 15:56:40 -08:00 |
|
Patrick Walton
|
2a65842c3a
|
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
|
2013-01-30 15:08:45 -08:00 |
|
Tim Chevalier
|
77f2aac389
|
Merge pull request #4687 from alexcrichton/hashmap-speedup
Use task local random when initializing LinearMap
|
2013-01-30 14:48:49 -08:00 |
|
Tim Chevalier
|
3e9c95e1f7
|
Merge pull request #4690 from codeblack08/test-round
Add test for float::round
|
2013-01-30 14:40:50 -08:00 |
|
Patrick Walton
|
d2e1bfb123
|
librustc: Long line. rs=burning
|
2013-01-30 14:30:42 -08:00 |
|
Patrick Walton
|
83ced67d0b
|
librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting
|
2013-01-30 14:30:42 -08:00 |
|
Tim Chevalier
|
d73bf62952
|
testsuite: Add xfailed test for #4542
|
2013-01-30 14:07:08 -08:00 |
|
Tim Chevalier
|
d5c6d94e7e
|
Test case
|
2013-01-30 14:06:16 -08:00 |
|
Patrick Walton
|
ae50912875
|
librustc: De-export rustc. rs=deexporting
|
2013-01-30 13:44:24 -08:00 |
|
Patrick Walton
|
cc9999c609
|
librustc: De-record the type context. rs=derecordification
|
2013-01-30 13:14:58 -08:00 |
|
Patrick Walton
|
684aa2b7fd
|
librustc: De-export ty. rs=deexporting
|
2013-01-30 12:18:08 -08:00 |
|
Tim Chevalier
|
762ae4464e
|
Merge pull request #4688 from codeblack08/remove-cfg-llvm-config
Remove CFG_LLVM_CONFIG probe from configure script
|
2013-01-30 11:47:38 -08:00 |
|
Patrick Walton
|
ba11e96289
|
librustc: De-export trans. rs=deexporting
|
2013-01-30 11:47:02 -08:00 |
|
Brian Anderson
|
7ad0716275
|
rustc: Convert to pipes
|
2013-01-30 01:52:01 -08:00 |
|
Cody Schroeder
|
b505504dc4
|
Add test for float::round
|
2013-01-30 01:28:04 -08:00 |
|
Brian Anderson
|
02e907b648
|
Remove oldcomm from the test suite
|
2013-01-30 00:48:10 -08:00 |
|
Cody Schroeder
|
e10d720ee1
|
Remove CFG_LLVM_CONFIG probe from configure script
|
2013-01-30 00:40:35 -08:00 |
|
Alex Crichton
|
c75e59ac0f
|
Use task local random when initializing maps
|
2013-01-30 02:49:58 -05:00 |
|