about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-0/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-0/+1
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+2
2015-01-17Register new snapshots.Eduard Burtescu-1/+0
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+2
2015-01-08Remove warning from the libraries.Huon Wilson-1/+2
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-2/+2
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
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