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