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
/
env.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-1
/
+2
2014-12-05
Utilize fewer reexports
Corey Farwell
-0
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-9
/
+13
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-4
/
+4
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-13
librustc: Fix the issue with labels shadowing variable names by making
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+3
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-10
/
+10
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-2
/
+2
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-4
/
+29
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+1
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-6
/
+6
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-4
/
+9
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-11
/
+28
2014-01-10
rustc: Fix formatting of env! error message
Brian Anderson
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-2
/
+2
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-2
/
+2
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-2
/
+2
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-2
/
+5
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-18
Register new snapshots
Alex Crichton
-12
/
+0
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-4
/
+4
2013-08-18
quote_*! macros take an ExtCtx
Steven Fackler
-8
/
+20
2013-08-11
Fixed option_env! type
Steven Fackler
-1
/
+1
2013-08-08
env! syntax extension changes
Steven Fackler
-7
/
+25
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+1
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
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: convert all AstBuilder methods to a uniform syntax.
Huon Wilson
-2
/
+2
2013-05-22
syntax/ext: migrate build.rs functions to AstBuilder methods.
Huon Wilson
-3
/
+3
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-1
/
+1
2013-05-20
Implement a lint mode to detect unnecessary allocations
Alex Crichton
-3
/
+3
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-02
librustc: Stop parsing `fn@`, `fn~`, and `fn&`
Patrick Walton
-1
/
+1
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-3
/
+4
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+2
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: convert visit to pass ty_params by reference
Erick Tryzelaar
-1
/
+1
[next]