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-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-2
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-2
/
+2
2015-02-06
Remove getenv warning
GuillaumeGomez
-4
/
+3
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-3
/
+3
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-3
/
+2
2015-02-06
Update HEAD:master
GuillaumeGomez
-1
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-3
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-7
/
+7
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
[next]