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
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-0
/
+2
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+2
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-4
/
+4
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-4
/
+4
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-4
/
+4
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-5
/
+5
2013-02-26
libsyntax: change attr::parse_seq_* to take &Token
Erick Tryzelaar
-7
/
+7
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-20
/
+36
2013-02-25
libsyntax: change expect to take &token::Token
Erick Tryzelaar
-2
/
+2
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-9
/
+10
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-14
/
+17
2013-02-17
libsyntax: Explicit-self-ify pipes compiler.
Luqman Aden
-6
/
+6
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-2
/
+2
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+2
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