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
/
parse_proto.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-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-0
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-1
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-22
intern identifiers
Paul Stansifer
-7
/
+8
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-10
/
+8
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-25
Thread spans through the pipe compiler. They aren't perfect, but they make de...
Eric Holk
-2
/
+2
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+6
2012-07-16
Add support for terminal states (issue #2862)
Eric Holk
-22
/
+34
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-2
/
+2
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-2
/
+2
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-4
/
+3
2012-07-06
Updating tests to use pipes.
Eric Holk
-22
/
+36
2012-07-06
Fixing an infinite type, updating code to match new Early parser, remembering...
Eric Holk
-0
/
+63