summary refs log tree commit diff
path: root/src/libcore/stackwalk.rs
AgeCommit message (Collapse)AuthorLines
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-20Don't shadow a class name with a localTim Chevalier-5/+5
The fix in 208621 means you now can't shadow a class name with a local, which is consistent with other behavior. But stackwalk was doing that. Fixed it.
2012-06-11core: More stack walkingBrian Anderson-9/+48
2012-06-07core: Remove transitional codeBrian Anderson-11/+0
2012-06-06core: Start on a stack walkerBrian Anderson-0/+54