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
/
comp
/
front
/
extenv.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-48
/
+0
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-15
/
+1
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-3
/
+2
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-1
/
+1
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-3
/
+3
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-3
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-3
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-20
/
+8
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-13
/
+5
2011-06-04
rustc: Hide the parser from syntax extensions
Brian Anderson
-2
/
+0
2011-06-04
rustc: Generate extension annotations from ext_ctxt instead of parser
Brian Anderson
-9
/
+9
2011-06-04
rustc: Use spans for #env errors
Brian Anderson
-5
/
+9
2011-06-04
rustc: Introduce ext module. Move some things from parser to ext.
Brian Anderson
-1
/
+4
2011-06-03
Make the macro system more modular.
Paul Stansifer
-2
/
+2
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-2
/
+2
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-3
/
+3
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-23
/
+24
2011-05-10
rustc: Number everything with an annotation
Patrick Walton
-6
/
+6
2011-05-06
Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.
Graydon Hoare
-2
/
+11
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-5
/
+5
2011-05-04
Add #env syntax extension for plucking strings out of the compilation environ...
Graydon Hoare
-0
/
+68