Patrick Walton
|
f571e46ddb
|
test: Remove non-procedure uses of do from compiletest, libstd tests,
compile-fail tests, run-fail tests, and run-pass tests.
|
2013-11-26 08:25:27 -08:00 |
|
Patrick Walton
|
406813957b
|
test: Remove most uses of &fn() from the tests.
|
2013-11-26 08:19:00 -08:00 |
|
Daniel Micay
|
1008945528
|
remove obsolete foreach keyword
this has been replaced by `for`
|
2013-08-03 22:48:02 -04:00 |
|
Daniel Micay
|
1fc4db2d08
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
|
Daniel Micay
|
e67c48a591
|
remove each from vec, HashMap and HashSet
|
2013-06-25 16:28:02 -04:00 |
|
Patrick Walton
|
5fb254695b
|
Remove all uses of pub impl . rs=style
|
2013-06-01 09:18:27 -07:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Niko Matsakis
|
a896440ca1
|
new borrow checker (mass squash)
|
2013-04-30 06:59:32 -04:00 |
|
Daniel Micay
|
cc148b58ff
|
rename Linear{Map,Set} => Hash{Map,Set}
|
2013-04-03 10:30:36 -04:00 |
|
Daniel Micay
|
44029a5bbc
|
hashmap: rm linear namespace
|
2013-04-03 10:30:18 -04:00 |
|
Patrick Walton
|
d18f785457
|
librustc: Replace all uses of fn() with &fn() . rs=defun
|
2013-03-11 09:35:58 -07:00 |
|
Patrick Walton
|
107bf96ff0
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
Patrick Walton
|
9143688197
|
librustc: Replace impl Type : Trait with impl Trait for Type . rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
Niko Matsakis
|
ab2534974c
|
Adjust borrow checker algorithm to address #4856 unsoundness,
and then adjust code to match. rs=unsound (will review post-landing)
|
2013-02-12 20:10:50 -08:00 |
|