rust/src/libsyntax
Lindsey Kuper 816cb8c535 Rename identifiers that still use 'alt' to use 'match'
This'll be less confusing for anyone who works on match in future.
2013-01-08 14:31:58 -05:00
..
ext Rename identifiers that still use 'alt' to use 'match' 2013-01-08 14:31:58 -05:00
parse Rename identifiers that still use 'alt' to use 'match' 2013-01-08 14:31:58 -05:00
print Rename identifiers that still use 'alt' to use 'match' 2013-01-08 14:31:58 -05:00
util Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
ast.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
ast_map.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
ast_util.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
attr.rs librustc: Remove some string allocations. rs=perf 2013-01-05 19:33:37 -08:00
codemap.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
diagnostic.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
fold.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
syntax.rc librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
visit.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00