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 |
|