Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
3eda11a4f7
|
test: Remove pure from the test suite
|
2013-03-22 12:57:28 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Patrick Walton
|
a3f728238b
|
librustc: Forbid chained imports and fix the logic for one-level renaming imports
|
2013-03-02 16:49:30 -08:00 |
|
Ben Striegel
|
43d43adf6b
|
Turn old drop blocks into Drop traits
|
2013-02-27 19:14:19 -05:00 |
|
Patrick Walton
|
bb833ca0f0
|
librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc
|
2013-02-15 16:59:56 -08:00 |
|
Brian Anderson
|
e08a805b30
|
Merge remote-tracking branch 'bstrie/rimov' into incoming
Conflicts:
src/libsyntax/parse/parser.rs
src/test/bench/graph500-bfs.rs
src/test/bench/sudoku.rs
src/test/run-pass/borrowck-mut-vec-as-imm-slice.rs
src/test/run-pass/empty-mutable-vec.rs
src/test/run-pass/foreach-nested.rs
src/test/run-pass/swap-2.rs
|
2013-02-04 11:58:30 -08:00 |
|
Erick Tryzelaar
|
9adfa59d8e
|
core: convert ToStr::to_str to take explicit &self
|
2013-02-03 20:47:26 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08: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
|
0336a8633f
|
RIMOV, round 10
find ./ -type f -name "*.rs" -exec sed -i "s/~\[mut /~\[/g" {} \;
|
2013-01-30 23:19:08 -05:00 |
|
Trinick
|
9dc8e96c5f
|
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
|
2013-01-23 10:09:45 +00:00 |
|
Tim Chevalier
|
80435ad429
|
Make self visible when typechecking nested functions
Necessary to allow supertrait methods to be called in default methods.
r=nikomatsakis
|
2013-01-08 13:56:26 -08:00 |
|
Tim Chevalier
|
7b433d098a
|
Revert "Change the self def_id to a self_info in typeck, and inherit"
This reverts commit 921393c568 .
|
2013-01-07 18:18:22 -08:00 |
|
Tim Chevalier
|
921393c568
|
Change the self def_id to a self_info in typeck, and inherit
That is, treat `self` as if it has dynamic scope. This seems to
be harmless, and prevents an ICE as per #3563
|
2013-01-07 18:08:19 -08:00 |
|