about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-05-13Fix fast path of float parsing on x87Andrea Canciani-7/+42
2016-05-12Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brsonbors-0/+7
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+4
2016-05-12Auto merge of #33306 - vadixidav:master, r=alexcrichtonbors-1/+73
2016-05-11Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelixGuillaume Gomez-0/+5
2016-05-11doc: some `peek` improvementsTshepang Lekhonkhobe-11/+9
2016-05-11Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnikSteve Klabnik-0/+26
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-0/+4
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-0/+1
2016-05-10rustbuild: Tighten dependencies of build scriptsAlex Crichton-0/+3
2016-05-10Doc improvement on std::fmt moduleGuillaume Gomez-0/+26
2016-05-10Simplify textStefan Schindler-2/+2
2016-05-09Add new atomic integer typesAmanieu d'Antras-602/+418
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-11/+141
2016-05-08Rollup merge of #33420 - durka:patch-20, r=alexcrichtonManish Goregaokar-0/+5
2016-05-07Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnikSteve Klabnik-0/+11
2016-05-07Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnikSteve Klabnik-2/+2
2016-05-07Implement RFC 1542Steven Fackler-11/+141
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-1/+1
2016-05-06Add `get_mut` methods to the `RefCell` and `Cell`Tobias Bucher-0/+24
2016-05-05Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichtonbors-0/+9
2016-05-05Add an example to Wrapping's documentation.Philipp Matthias Schaefer-0/+11
2016-05-04implement RFC 1521Alex Burka-0/+5
2016-05-04Update iterator.rsKaiyin Zhong-1/+1
2016-05-04errors in the docKaiyin Zhong-2/+2
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-1/+1
2016-05-03Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brsonManish Goregaokar-0/+1
2016-05-03Rollup merge of #33335 - cramertj:master, r=alexcrichtonManish Goregaokar-5/+5
2016-05-02libcore: Inline `mem::forget()`.Patrick Walton-0/+1
2016-05-02Auto merge of #33289 - birkenfeld:chain-find, r=blussbors-0/+17
2016-05-01docs: Changed docs for `size_of` to describe size as a stride offsetTaylor Cramer-5/+5
2016-05-01change unstable to stable on traits and set version properlyGeordon Worley-4/+4
2016-05-01fix implementation of Ord for Cell<T> and RefCell<T> where T: OrdGeordon Worley-1/+73
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+17
2016-04-30Impl int/uint::MIN/MAX in terms of min/max_valueSimonas Kazlauskas-0/+26
2016-04-28Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnikSteve Klabnik-0/+3
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-0/+11
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-0/+11
2016-04-22Make the `Iterator::enumerate` doc example more clearNick Fitzgerald-5/+4
2016-04-21Auto merge of #33079 - bluss:split-iter, r=alexcrichtonbors-5012/+5113
2016-04-20Implement negation for wrapping numerals.Michael Howell-0/+9
2016-04-20Implement `last` for `EscapeUnicode`Andrea Canciani-0/+12
2016-04-20Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brsonbors-49/+0
2016-04-19Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brsonbors-20/+32
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-49/+0
2016-04-18core::iter: Move ExactSizeIterator impls to each struct definitionUlrik Sverdrup-19/+19
2016-04-18core::iter: break long linesUlrik Sverdrup-2/+5
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-5012/+5110
2016-04-17Improve as_mut ptr method exampleGuillaume Gomez-0/+3