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 (
Expand
)
Author
Lines
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-1
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-3
/
+2
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-1
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-3
/
+3
2014-01-03
libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-2
/
+2
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-1
/
+1
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-1
/
+1
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-11
libsyntax: Update from `@Object` to `@mut Object` as required
Niko Matsakis
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-5
/
+1
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-5
/
+3
2013-07-12
Remove the global 'vec::to_owned' function
Alex Crichton
-3
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+2
2013-06-13
Revert "std: convert {vec,str}::to_owned to methods."
Brian Anderson
-1
/
+2
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+0
2013-06-12
std: convert {vec,str}::to_owned to methods.
Huon Wilson
-1
/
+1
2013-06-05
removed unused imports (and one unused argument)
John Clements
-1
/
+0
2013-06-05
remove interner from tt_reader
John Clements
-1
/
+0
2013-06-05
just use TLS interner
John Clements
-1
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-25
Use an enum for keywords and intern them to improve parser performance
Björn Steinbrink
-2
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-2
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-15
Allow static strings to be used with keyword checks
Björn Steinbrink
-2
/
+2
2013-05-10
renamed vec::from_slice to vec::to_owned
Youngsoo Son
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-3
/
+5
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-1
/
+0
2013-03-02
librustc: Stop parsing `fn@`, `fn~`, and `fn&`
Patrick Walton
-1
/
+1
2013-02-26
libsyntax: add some more explicit copies
Erick Tryzelaar
-1
/
+5
2013-02-25
libsyntax: is_keyword should take a &~str
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: convert visit to pass ty_params by reference
Erick Tryzelaar
-5
/
+9
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-1
/
+1
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-2
/
+2
2013-01-23
renaming to adhere to conventions
John Clements
-2
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+5
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+2
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