summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-05-26std: Stabilize APIs for the 1.10 releaseAlex Crichton-21/+13
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-1/+1
2016-05-20Rollup merge of #33668 - dns2utf8:catch_thread, r=steveklabnikGuillaume Gomez-3/+8
2016-05-19Auto merge of #33103 - ranma42:escape-unicode-last, r=alexcrichtonbors-0/+12
2016-05-19Catch thread in exampleStefan Schindler-3/+8
2016-05-18address review commentsAriel Ben-Yehuda-12/+12
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-5/+12
2016-05-18Remove unnecessary parens in macroSeo Sanghyeon-1/+1
2016-05-16Auto merge of #33429 - ranma42:fix-x87-parsing, r=alexcrichtonbors-10/+81
2016-05-16Fix `asm!` blocksAndrea Canciani-2/+2
2016-05-16Cleanup documentationAndrea Canciani-31/+10
2016-05-15Rollup merge of #33534 - dns2utf8:atomic_docs, r=GuillaumeGomezManish Goregaokar-2/+2
2016-05-14Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichtonbors-58/+36
2016-05-13Make AtomicBool the same size as boolAmanieu d'Antras-58/+36
2016-05-13Document the x87 control wordAndrea Canciani-5/+62
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-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