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
/
libtest
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
More test fixes
Alex Crichton
-5
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-5
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-11
/
+15
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+15
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-5
/
+5
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+2
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+2
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-3
/
+5
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-14
/
+14
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
test: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+2
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-4
/
+3
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-16
/
+16
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-7
/
+9
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+2
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-4
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-16
/
+16
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-7
/
+9
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-1
/
+1
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+2
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-1
/
+2
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+5
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-19
libtest: use `#[deriving(Copy)]`
Jorge Aparicio
-11
/
+4
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-3
/
+3
2014-12-18
Fallout from new thread API
Aaron Turon
-9
/
+8
2014-12-18
enumset fallout
Alexis Beingessner
-3
/
+3
2014-12-18
s/Tree/BTree
Alexis Beingessner
-2
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-19
/
+21
2014-12-13
libtest: use unboxed closures
Jorge Aparicio
-8
/
+10
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-3
/
+16
2014-12-08
auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton
bors
-23
/
+70
[prev]
[next]