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
/
print
/
pp.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-11
syntax: better formatting of closures in pretty printer and more verbose debu...
Daniel Patterson
-9
/
+16
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-24
/
+24
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+11
2012-07-30
Fix pretty-printing of consecutive idents.
Paul Stansifer
-2
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-30
/
+30
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-17
/
+21
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-16
/
+16
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-16
/
+16
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-16
/
+16
2012-06-06
borrowck changes: some copies, some removed mut annotations, some dvec
Niko Matsakis
-13
/
+13
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+528
[prev]