about summary refs log tree commit diff
path: root/src/libsyntax/ext/trace_macros.rs
AgeCommit message (Collapse)AuthorLines
2013-01-23renaming to adhere to conventionsJohn Clements-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-4/+5
module scope. r=tjc
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the ↵Patrick Walton-5/+4
nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-4/+5
module scope. r=tjc
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ↵Patrick Walton-0/+2
contain at least two components. r=graydon
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-1/+0
2012-11-29Fix trace_macros so that it works.Paul Stansifer-5/+9
2012-11-18Remove unused file_type enum from the parserBrian Anderson-3/+3
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-3/+3
2012-09-04libsyntax: "import" -> "use"Patrick Walton-6/+6
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-22intern identifiersPaul Stansifer-3/+3
2012-08-15Add trace_macros!Eric Holk-0/+27