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
/
pipes
/
check.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-5
/
+5
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-1
/
+0
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-2
/
+2
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-22
intern identifiers
Paul Stansifer
-6
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-4
/
+2
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-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-25
Thread spans through the pipe compiler. They aren't perfect, but they make de...
Eric Holk
-4
/
+4
2012-07-17
Don't ICE when protocol steps to invalid mesasge.
Eric Holk
-21
/
+22
2012-07-17
Error checking for protocols. We'll need spans though.
Eric Holk
-0
/
+74