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
/
test
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+21
2015-01-02
rollup merge of #20425: sanxiyn/opt-local-ty
Alex Crichton
-0
/
+19
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
Add a pretty-print test
Seo Sanghyeon
-0
/
+19
2015-01-02
More fallout
Nick Cameron
-7
/
+7
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-25
/
+39
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-16
/
+17
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-16
/
+17
2014-12-22
pprust: Fix asm options
klutzy
-0
/
+21
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-19
/
+18
2014-12-20
patch up pretty-printing test
Niko Matsakis
-3
/
+4
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-0
/
+15
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-19
/
+18
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-8
/
+8
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-0
/
+4
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-0
/
+21
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-08
test: adjust pretty/issue-4264 for formatting changes.
Eduard Burtescu
-15
/
+10
2014-11-30
syntax: Make `asm!` clobbers a proper vector.
Kang Seonghoon
-0
/
+14
2014-11-23
Fixes to the roll-up
Jakub Bukaj
-1
/
+1
2014-11-22
Add test
Adolfo OchagavĂa
-0
/
+20
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-1
/
+0
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+4
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-5
/
+5
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-27
Preserve struct field pattern shorthand in the prettyprinter.
Kevin Mehall
-0
/
+15
2014-10-09
test: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-03
Test fixes from the rollup
Alex Crichton
-14
/
+14
2014-10-02
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-9
/
+8
2014-09-27
Convert cfg syntax to new system
Steven Fackler
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-09
Decouple string and argument pieces
Piotr Czarnecki
-14
/
+8
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-9
/
+9
2014-08-27
auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton
bors
-3
/
+3
2014-08-26
Rebasing changes
Nick Cameron
-3
/
+3
2014-08-23
extern crate foobar as foo;
wickerwaka
-3
/
+3
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-0
/
+1
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-3
/
+3
2014-07-30
auto merge of #16037 : erickt/rust/quote_arm, r=acrichto
bors
-2
/
+18
2014-07-29
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-07-29
Fix a bug pretty printing `match { 5i } { _ => { } }`
Erick Tryzelaar
-2
/
+18
2014-07-29
Add pretty=typed test support to compiletest and add a test for fixed size ar...
Luqman Aden
-0
/
+144
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-07-21
Fix pretty test
Corey Richardson
-0
/
+1
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-35
/
+35
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
[prev]
[next]