summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-03core: use assoc types in `Index[Mut]`Jorge Aparicio-6/+64
2015-01-03use assoc types in unop traitsJorge Aparicio-13/+31
2015-01-03use assoc types in binop traitsJorge Aparicio-67/+155
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+7
2015-01-03core: merge IteratorPairExt into IteratorExtJorge Aparicio-11/+7
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-29/+22
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-289/+500
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-8/+8
2015-01-03auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestingerbors-0/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-204/+206
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-11/+28
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-3/+0
2015-01-02rollup merge of #20386: frewsxcv/rm-reexportsAlex Crichton-3/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-22/+42
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-3/+15
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-49/+46
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+3
2015-01-02Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds.Niko Matsakis-3/+0
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-182/+162
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-8/+28
2015-01-02std: Stabilize the prelude moduleAlex Crichton-58/+55
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-49/+46
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+15
2015-01-02More falloutNick Cameron-20/+20
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-9/+9
2015-01-01auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichtobors-0/+11
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-0/+11
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-3/+3
2014-12-31Remove core::iter::MinMaxResult::* public reexportCorey Farwell-3/+3
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-175/+252
2014-12-30Fallout from stabilizationAaron Turon-3/+5
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-295/+0
2014-12-30rollup merge of #20348: frewsxcv/rm-reexportsAlex Crichton-1/+1
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-1/+4
2014-12-30Register new snapshotsAlex Crichton-295/+0
2014-12-30Stabilize cmpAaron Turon-71/+125
2014-12-30Adjustments from reviewAaron Turon-3/+7
2014-12-30Second pass stabilization: sliceAaron Turon-159/+169
2014-12-30std::iter: Add partition and unzip methods to iteratorsAaron Turon-16/+77
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-1/+1
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-1/+4
2014-12-29rollup merge of #20309: sfackler/refcell-sendAlex Crichton-5/+7
2014-12-29rollup merge of #20239: YawarRaza7349/patch-1Alex Crichton-1/+1
2014-12-29rollup merge of #20195: nagisa/unused-typoAlex Crichton-1/+1
2014-12-29rollup merge of #20191: lifthrasiir/double-debug_assertAlex Crichton-11/+1
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-13/+23
2014-12-30Fallout from mut slicesNick Cameron-11/+13
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-2/+2
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-0/+8
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-59/+92