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
/
print
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+10
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-16
/
+19
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-16
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-10
/
+2
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-1
/
+1
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-0
/
+4
2012-12-07
Fix pretty-printing of trait constraints
Brian Anderson
-3
/
+5
2012-12-07
syntax: try to fix pattern printing yet again, r=burningtree.
Graydon Hoare
-21
/
+30
2012-12-07
syntax: try to fix pattern printing harder, r=burningtree.
Graydon Hoare
-20
/
+35
2012-12-07
syntax: pretty print bind_by_value patterns as "copy", r=burningtree.
Graydon Hoare
-2
/
+4
2012-12-07
syntax: fix a pp bug on foreign mods.
Graydon Hoare
-0
/
+1
2012-12-06
Revert "Print copy patterns correctly"
Tim Chevalier
-4
/
+2
2012-12-06
Print copy patterns correctly
Tim Chevalier
-2
/
+4
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-82
/
+82
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-30
/
+59
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-8
/
+8
2012-11-29
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
Paul Stansifer
-1
/
+2
2012-11-29
Allow for macros to occur in statement position.
Paul Stansifer
-0
/
+4
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-0
/
+1
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-0
/
+4
2012-11-17
Merge remote-tracking branch 'brson/codemap'
Brian Anderson
-12
/
+12
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-5
/
+5
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-7
/
+7
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-11
/
+8
2012-11-13
rustc: fix pp build breakage.
Graydon Hoare
-1
/
+1
2012-11-12
Objectify the codemap
Brian Anderson
-2
/
+2
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-3
/
+3
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-0
/
+1
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-6
/
+13
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-63
/
+87
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-8
/
+28
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-62
/
+21
2012-10-26
libsyntax: Fix pretty printing of tuple structs. Attempt to put out fire. rs=...
Patrick Walton
-26
/
+51
2012-10-23
Remove <- operator from the compiler
Tim Chevalier
-13
/
+4
2012-10-23
rustc: Implement typechecking for simple monomorphic derivable traits on mono...
Patrick Walton
-5
/
+12
2012-10-22
Preliminary support for labeled break/continue for `loop`s
Tim Chevalier
-1
/
+4
2012-10-22
Simplify the AST representation of ty param bounds
Tim Chevalier
-8
/
+2
2012-10-20
libsyntax: adapt the pretty printer for the new fixed size array syntax
Philipp Brüschweiler
-2
/
+14
2012-10-17
Line length
Tim Chevalier
-1
/
+2
2012-10-17
word => word_space
Tim Chevalier
-1
/
+1
2012-10-17
remove duplicate visibility and fix indentation
Jyun-Yan You
-11
/
+11
2012-10-17
fix the indentation of foreign constant
Jyun-Yan You
-0
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-7
/
+7
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-12
/
+0
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-0
/
+12
2012-10-08
remove ctor from ast
Niko Matsakis
-12
/
+0
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+0
[next]