about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-7/+8
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-12/+0
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-0/+1
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-0/+12
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-7/+3
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+11
2016-05-07Implement RFC 1542Steven Fackler-0/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+0
2016-04-01Implement `values_mut` on `HashMap`.Corey Farwell-0/+1
2016-03-27Extend linkchecker with anchor checkingmitaa-1/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+0
2016-03-10Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturonbors-0/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-1/+0
2016-03-07std: Add impl of FnOnce to AssertRecoverSafeAlex Crichton-0/+1
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-0/+1
2016-02-27core: add inclusive ranges to core::opsAlex Burka-1/+0
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-0/+1
2016-02-21Fix liballoc dependenciesJohn Kåre Alsaker-0/+7
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-0/+1
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-0/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+1
2016-01-07fix trailing whitespacePyfisch-1/+1
2016-01-07f32: inline methods with special variant for msvcPyfisch-0/+1
2015-12-26Fix link that is currently broken due to bad markupFlorian Hartwig-2/+1
2015-12-22Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichtonbors-0/+1
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-0/+1
2015-12-21Register new snapshotsAlex Crichton-9/+0
2015-12-18Add memchr implemenation based on rust-memchr to libstdFlorian Hahn-0/+2
2015-12-17doc: add a missing commaTshepang Lekhonkhobe-1/+1
2015-12-11Fix MIN, MAX linksBrian Bowman-2/+3
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-4/+1
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-0/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-0/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+37
2015-11-09std: Migrate to the new libcAlex Crichton-14/+16
2015-11-06doc(lib.rs): fix #L79 with inline link syntaxRizky Luthfianto-2/+1
2015-10-31Auto merge of #29484 - steveklabnik:gh29330, r=brsonbors-130/+145
2015-10-30Some fixes to std index docsSteve Klabnik-9/+10
2015-10-30Clean up formatting on std main pageSteve Klabnik-130/+144
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-0/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-3/+0
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+6