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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-28
Rename `char::escape` to `char::escape_debug` and add tracking issue
Tobias Bucher
-7
/
+8
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-12
/
+0
2016-06-29
std: use siphash-1-3 for HashMap
Sean McArthur
-0
/
+1
2016-06-09
use the slice_pat hack in libstd too
Ariel Ben-Yehuda
-0
/
+12
2016-05-31
mk: Prepare for a new stage0 compiler
Alex Crichton
-7
/
+3
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+11
2016-05-07
Implement RFC 1542
Steven Fackler
-0
/
+1
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-2
/
+0
2016-04-01
Implement `values_mut` on `HashMap`.
Corey Farwell
-0
/
+1
2016-03-27
Extend linkchecker with anchor checking
mitaa
-1
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-0
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+0
2016-03-10
Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturon
bors
-0
/
+1
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-1
/
+0
2016-03-07
std: Add impl of FnOnce to AssertRecoverSafe
Alex Crichton
-0
/
+1
2016-03-06
Auto merge of #30884 - durka:inclusive-ranges, r=aturon
bors
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-27
add indexing with RangeInclusive in libcore and libcollections
Alex Burka
-0
/
+1
2016-02-27
core: add inclusive ranges to core::ops
Alex Burka
-1
/
+0
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-0
/
+1
2016-02-21
Fix liballoc dependencies
John Kåre Alsaker
-0
/
+7
2016-01-26
Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson
bors
-0
/
+1
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-0
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+1
2016-01-07
fix trailing whitespace
Pyfisch
-1
/
+1
2016-01-07
f32: inline methods with special variant for msvc
Pyfisch
-0
/
+1
2015-12-26
Fix link that is currently broken due to bad markup
Florian Hartwig
-2
/
+1
2015-12-22
Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton
bors
-0
/
+1
2015-12-21
std: Use cfg(target_thread_local) in thread_local!
Alex Crichton
-0
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-9
/
+0
2015-12-18
Add memchr implemenation based on rust-memchr to libstd
Florian Hahn
-0
/
+2
2015-12-17
doc: add a missing comma
Tshepang Lekhonkhobe
-1
/
+1
2015-12-11
Fix MIN, MAX links
Brian Bowman
-2
/
+3
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-4
/
+1
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-0
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-4
/
+2
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-0
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+37
2015-11-09
std: Migrate to the new libc
Alex Crichton
-14
/
+16
2015-11-06
doc(lib.rs): fix #L79 with inline link syntax
Rizky Luthfianto
-2
/
+1
2015-10-31
Auto merge of #29484 - steveklabnik:gh29330, r=brson
bors
-130
/
+145
2015-10-30
Some fixes to std index docs
Steve Klabnik
-9
/
+10
2015-10-30
Clean up formatting on std main page
Steve Klabnik
-130
/
+144
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-0
/
+2
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-3
/
+0
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+6
[next]