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
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
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-3
/
+1
2013-01-23
renaming to adhere to conventions
John Clements
-2
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-8
/
+9
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-2
/
+2
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-3
/
+3
2012-07-13
Change (hopefully) all of the code that generates strs asts to produce ~strs.
Michael Sullivan
-6
/
+3
2012-06-29
Refactor syntax exts some. Don't ever emit bare vectors.
Michael Sullivan
-1
/
+2
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-13
Box AST idents
Brian Anderson
-2
/
+2
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+35