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
/
libextra
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-4
/
+4
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-5
/
+15
2014-01-03
libextra: Remove unnecessary `@mut`s
Patrick Walton
-1
/
+2
2014-01-03
Remove std::either
Alex Crichton
-10
/
+15
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-4
/
+1
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-3
/
+2
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-4
/
+3
2013-12-17
Don't allow impls to force public types
Alex Crichton
-3
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-13
/
+6
2013-12-13
extra::test: handle slow benchmarks more gracefully.
Huon Wilson
-1
/
+10
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-2
/
+1
2013-12-04
Rename extra::json::*::init() constructors to *::new()
Kevin Ballard
-1
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-3
/
+3
2013-11-30
auto merge of #10727 : erickt/rust/json, r=huonw
bors
-2
/
+3
2013-11-29
extra: missed a couple `@` in json
Erick Tryzelaar
-2
/
+3
2013-11-29
extra: Rename json constructors into *::init
Erick Tryzelaar
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-3
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-6
/
+6
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-7
/
+7
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-10
/
+10
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-24
auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson
bors
-1
/
+0
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+0
2013-11-24
libextra: Remove @mut from term.
Luqman Aden
-76
/
+84
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-7
/
+5
2013-11-18
libextra: Remove `~fn()` from libextra.
Patrick Walton
-7
/
+12
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-5
/
+5
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-10
/
+6
2013-11-01
Give test and main tasks better names
Alex Crichton
-0
/
+4
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-2
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-74
/
+71
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-8
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-7
/
+15
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-16
/
+16
2013-10-18
Made `std::task::TaskBuilder::future_result()` easier to use
Marvin Löbel
-4
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-4
/
+4
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-6
/
+6
2013-10-14
Only use padded test names to calculate the target padding size.
Felix S. Klock II
-3
/
+12
2013-10-14
Issue 7655: align the bench printouts so that the numbers tend to be aligned.
Felix S. Klock II
-12
/
+51
2013-10-11
auto merge of #9803 : alexcrichton/rust/less-pub2, r=brson
bors
-1
/
+1
2013-10-11
extra::tempfile: replace mkdtemp with an RAII wrapper
Benjamin Herr
-7
/
+3
2013-10-11
De-pub some private runtime components
Alex Crichton
-1
/
+1
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-4
/
+4
2013-10-01
remove the `float` type
Daniel Micay
-10
/
+10
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-33
/
+33
2013-09-24
Don't use libc::exit. #9473
Brian Anderson
-12
/
+11
2013-09-23
librustc: Remove `@fn` managed closures from the language.
Patrick Walton
-5
/
+0
[next]