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
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-30
auto merge of #15915 : erickt/rust/master, r=alexcrichton
bors
-1
/
+1
2014-07-29
remove seek from std::io::MemWriter, add SeekableMemWriter to librustc
Erick Tryzelaar
-1
/
+1
2014-07-29
Fix a bug pretty printing `match { 5i } { _ => { } }`
Erick Tryzelaar
-48
/
+51
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-3
/
+0
2014-07-20
Implement new mod import sugar
Jakub Wieczorek
-1
/
+8
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-7
/
+54
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-1
/
+1
2014-07-16
librustc: Implement the fully-expanded, UFCS form of explicit self.
Patrick Walton
-0
/
+5
2014-07-15
Fix errors
Adolfo OchagavĂa
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-1
/
+1
2014-07-13
refactor Method definition to make space for macros
John Clements
-5
/
+26
2014-07-09
Register new snapshots
Alex Crichton
-140
/
+0
2014-07-09
syntax: doc comments all the things
Corey Richardson
-3
/
+3
2014-07-08
carry self ident forward through re-parsing
John Clements
-3
/
+3
2014-07-08
auto merge of #15493 : brson/rust/tostr, r=pcwalton
bors
-20
/
+160
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-20
/
+160
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-6
/
+15
2014-07-07
Improve non-exhaustive pattern witnesses for structs with multiple fields
Jakub Wieczorek
-2
/
+4
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-5
/
+8
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-1
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+5
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-4
/
+2
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-13
/
+3
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-0
/
+6
2014-06-16
rustc: Improve span for error about using a method as a field.
Kevin Butler
-1
/
+1
2014-06-13
libsyntax: Allow `+` to separate trait bounds from objects.
Patrick Walton
-6
/
+21
2014-06-13
librustc: Fix the issue with labels shadowing variable names by making
Patrick Walton
-8
/
+3
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-189
/
+193
2014-06-10
auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
bors
-5
/
+0
2014-06-09
librustc: Implement sugar for the `FnMut` trait
Patrick Walton
-16
/
+75
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-5
/
+0
2014-06-07
Implement ToSource and ToToken for ast::Arg
Hanno Braun
-0
/
+4
2014-06-04
syntax: methodify the lexer
Corey Richardson
-1
/
+2
2014-05-29
auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton
bors
-1
/
+1
2014-05-28
Add AST node for pattern macros
Keegan McAllister
-0
/
+1
2014-05-27
Rename PatUniq to PatBox. Fixes part of #13910.
Ahmed Charles
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-26
/
+26
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+4
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-2
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-11
/
+21
2014-05-13
syntax: Improve --pretty normal slightly
Alex Crichton
-2
/
+8
2014-05-13
syntax: Fix printing INT64_MIN
Alex Crichton
-2
/
+4
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-22
/
+1
2014-05-13
pprust: Remove unnecessary && of `print_tt`
klutzy
-4
/
+4
2014-05-13
pprust: Print `&&e` instead of `& &e`
klutzy
-5
/
+0
2014-05-13
pprust: Fix asm output
klutzy
-14
/
+19
[next]