about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-2/+2
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-2/+2
2015-09-26Add support for the rumprun unikernelSebastian Wicki-0/+1
2015-09-20doc: Fix broken linksSimon Mazur-1/+1
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-0/+1
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+1
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-29/+16
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+1
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-0/+1
2015-08-17std: Clean up primitive integer modulesAlex Crichton-29/+16
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
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