about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-2/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+0
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-3/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-8/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+7
2015-08-02std: Tighten up crate docsBrian Anderson-11/+6
2015-07-31trpl: fix link errorFuGangqiang-1/+1
2015-07-30Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brsonbors-22/+5
2015-07-29std: Remove the curious inner moduleAlex Crichton-22/+5
2015-07-30Rollup merge of #27369 - brson:realstd, r=alexcrichtonManish Goregaokar-10/+5
2015-07-28std: Remove some old #[cfg(test) hacksBrian Anderson-10/+5
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-1/+0
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-1/+0
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-1/+0
2015-07-25Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichtonbors-0/+1
2015-07-24Add unstable attribute to `char::from_u32_unchecked`Tobias Bucher-0/+1
2015-07-22Avoid feature-warnings on stage0.Felix S. Klock II-0/+1
2015-07-22Add feature-gates for desugaring-based `box` and placement-`in`.Felix S. Klock II-0/+1
2015-07-20Address feedbackBrian Anderson-3/+3
2015-07-20std: Create separate docs for the primitivesBrian Anderson-6/+4
2015-07-16Rollup merge of #26977 - brson:stddoc, r=GankroManish Goregaokar-28/+128
2015-07-14Address more feedbackBrian Anderson-3/+3
2015-07-14Address more feedbackBrian Anderson-4/+5
2015-07-14Use Vec::drain in BufWriterUlrik Sverdrup-0/+1
2015-07-13Address feedbackBrian Anderson-31/+35
2015-07-13Fix local pathBrian Anderson-1/+1
2015-07-13std: Refining crate docsBrian Anderson-26/+121
2015-07-09Test that CStr and CString have equivalent hashes.Jonathan Reem-1/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-0/+1
2015-07-01msvc: Fix TLS destructorsAlex Crichton-0/+1
2015-06-24Fix capitalization in std docsBrian Anderson-1/+1
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-2/+0
2015-06-18Fix libstd testsAlex Crichton-1/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+5
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-0/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-6/+20
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-0/+1
2015-05-23Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnikOliver Schneider-1/+1
2015-05-22better describe the stdlibMatej Ľach-1/+1
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-15std: fix a linkIvan Ukhov-1/+1
2015-05-14Rollup merge of #25414 - apasel422:patch-1, r=alexcrichtonSteve Klabnik-1/+1