index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
trace_macros.rs
Age
Commit message (
Collapse
)
Author
Lines
2013-01-23
renaming to adhere to conventions
John Clements
-2
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest ↵
Patrick Walton
-4
/
+5
module scope. r=tjc
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the ↵
Patrick Walton
-5
/
+4
nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest ↵
Patrick Walton
-4
/
+5
module scope. r=tjc
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ↵
Patrick Walton
-0
/
+2
contain at least two components. r=graydon
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-1
/
+0
2012-11-29
Fix trace_macros so that it works.
Paul Stansifer
-5
/
+9
2012-11-18
Remove unused file_type enum from the parser
Brian Anderson
-3
/
+3
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-3
/
+3
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-6
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-3
/
+3
2012-08-15
Add trace_macros!
Eric Holk
-0
/
+27
[prev]