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
/
parse
/
comments.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
intern identifiers
Paul Stansifer
-1
/
+1
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-4
/
+1
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+13
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-10
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-40
/
+40
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-5
/
+5
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-2
/
+2
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-2
/
+2
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-2
/
+2
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+1
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-1
/
+0
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+1
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-13
/
+115
2012-07-01
Convert to new closure syntax
Brian Anderson
-2
/
+2
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-13
/
+115
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-12
/
+12
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-6
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-18
/
+18
2012-06-25
parsing for the macro system
Paul Stansifer
-1
/
+2
2012-06-21
Fixed another performance issue
Eric Holk
-1
/
+1
2012-06-15
Lexers now emit spans, not chposes.
Paul Stansifer
-9
/
+13
2012-06-15
Pull out an interface for the lexer.
Paul Stansifer
-42
/
+46
2012-06-09
syntax: Intern @strs instead of strs
Brian Anderson
-1
/
+4
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+203
[prev]