about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-0/+2
2015-01-07Register new snapshotsAlex Crichton-2/+0
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+4
2015-01-06Register new snapshotsAlex Crichton-11/+7
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-4/+8
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+12
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-0/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-0/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+1
2014-12-24Add structs for ranges to core::ops.Nick Cameron-1/+1
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-6/+1
2014-12-15Move hash module from collections to coreSteven Fackler-0/+2
2014-12-09rollup merge of #19587: huonw/closure-feature-gateAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+1
2014-12-05Feature-gate explicit unboxed closure method calls & manual impls,Huon Wilson-1/+1
2014-12-02libcore: add `Rhs` input parameter to comparison traitsJorge Aparicio-0/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-17libcore: add borrow moduleAaron Turon-0/+1
2014-11-12Register new snapshotsAlex Crichton-1/+0
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-0/+4
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-7/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-08-29Register new snapshotsAlex Crichton-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-1/+7
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-1/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-0/+2
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-0/+4
2014-07-04core: add a primitive page for `()`.Huon Wilson-0/+4
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-23/+7
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-22/+7
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2