about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2014-12-29Implement Send for Cell and RefCellSteven Fackler-5/+7
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-84/+164
2014-12-29std: Stabilize the prelude moduleAlex Crichton-55/+59
2014-12-28libcoretest: Add tests for NonZero.Luqman Aden-38/+0
2014-12-28libcore: Use Zeroable trait to try to limit what types may be used with NonZero.Luqman Aden-3/+57
2014-12-28libcore: Don't impl RawPtr* traits for NonZero.Luqman Aden-62/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-88/+100
2014-12-28libcore: Make it unsafe to create NonZero and impl Deref.Luqman Aden-3/+21
2014-12-28libcore: Add NonZero lang item and implement some methods.Luqman Aden-0/+70
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-3/+169
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-12/+12
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-38/+23
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-6/+6
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-12/+12
2014-12-26Require types to opt-in SyncFlavio Percoco-13/+71
2014-12-26Fixed minor typo in docs for `Result`'s `err` methodYawarRaza7349-1/+1
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-84/+164
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-8/+8
2014-12-24Fix a typoSimonas Kazlauskas-1/+1
2014-12-24core: Removed a shadowed, unused definition of `debug_assert!`.Kang Seonghoon-11/+1
2014-12-24auto merge of #19858 : nick29581/rust/ranges, r=aturonbors-1/+135
2014-12-24Review changesNick Cameron-59/+77
2014-12-24Add lang items for ranges.Nick Cameron-0/+3
2014-12-24Add structs for ranges to core::ops.Nick Cameron-1/+114
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-31/+31