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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-57
/
+26
2015-04-01
Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc
Niko Matsakis
-0
/
+1
2015-04-01
std: Unignore a test for #10663
Richo Healey
-2
/
+1
2015-04-01
iOS: os::last_os_error() fallout
Valerii Hiora
-2
/
+2
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-18
/
+24
2015-04-01
Update android tests to reflect API switch from `os::env` to `env::vars`.
Felix S. Klock II
-4
/
+3
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-7
/
+13
2015-04-01
Add examples + documentation for std::path
Steve Klabnik
-0
/
+213
2015-03-31
rollup merge of #23863: pnkfelix/arith-oflo-const-eval
Alex Crichton
-1
/
+2
2015-04-01
Fallout from changes for overflow-checking during constant evaluation.
Felix S. Klock II
-1
/
+2
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-137
/
+139
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-52
/
+49
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-76
/
+50
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-19
/
+18
2015-03-31
rollup merge of #23908: aturon/stab-more-stragglers
Alex Crichton
-8
/
+8
2015-03-31
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
-0
/
+25
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-14
/
+5
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-2608
/
+150
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-13
/
+13
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-28
/
+92
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-3
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2613
/
+155
2015-03-31
rollup merge of #23893: frewsxcv/patch-6
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-16
/
+16
2015-03-31
rollup merge of #23885: steveklabnik/doc_std_env
Alex Crichton
-1
/
+28
2015-03-31
rollup merge of #23882: wettowelreactor/patch-2
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23876: alexcrichton/stabilize-any
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-59
/
+263
2015-03-31
Stabilize a few remaining stragglers
Aaron Turon
-8
/
+8
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+25
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-19
/
+18
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-28
/
+92
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-968
/
+421
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-968
/
+421
2015-03-31
Stabilize std::num
Aaron Turon
-968
/
+421
2015-03-31
Indicate select! is code-like
Corey Farwell
-1
/
+1
2015-03-31
Last docs for std::env
Steve Klabnik
-1
/
+28
2015-03-31
Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
Manish Goregaokar
-17
/
+17
2015-03-31
Rollup merge of #23826 - richo:note-print-macro, r=alexcrichton
Manish Goregaokar
-0
/
+4
2015-03-30
Update lib.rs
Camille Roussel
-1
/
+1
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-13
/
+13
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-1
/
+0
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-16
/
+16
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-17
/
+17
2015-03-30
std: Add a note about the print! macro and output buffering
Richo Healey
-0
/
+4
2015-03-30
Only zero at most 64k at a time. We still use the doubling
bcoopers
-8
/
+4
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-10
/
+10
2015-03-29
Clearer wording
bcoopers
-3
/
+3
2015-03-29
80 character line limit
bcoopers
-2
/
+3
2015-03-29
Clarified and simplified algorithm for increasing size of buffer in
bcoopers
-5
/
+4
[prev]
[next]