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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
cfg.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-2
/
+7
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-1
/
+1
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-3
/
+4
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-2
/
+2
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-1
/
+3
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-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-1
/
+1
2013-08-01
syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee...
Huon Wilson
-0
/
+45