about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-06-10Rollup merge of #34145 - matklad:any-docs, r=steveklabnikSeo Sanghyeon-1/+1
2016-06-09Auto merge of #34046 - Vtec234:fix-atomic-doc, r=steveklabnikbors-3/+3
2016-06-07docs: simplify wordingAleksey Kladov-1/+1
2016-06-06Rollup merge of #34081 - RustOS-Fork-Holding-Ground:no-core-build-script, r=a...Eduard-Mihai Burtescu-18/+0
2016-06-06Rollup merge of #34059 - reeze:patch-2, r=GuillaumeGomezEduard-Mihai Burtescu-1/+1
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-3/+19
2016-06-04No build.rs for libcoreJohn Ericson-18/+0
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+46
2016-06-03Update commentReeze Xia-1/+1
2016-06-02atomic doc: fix statementWojciech Nawrocki-3/+3
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-280/+1
2016-06-01Rollup merge of #33896 - strake:next_code_point, r=aturonManish Goregaokar-2/+3
2016-06-01Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichtonManish Goregaokar-0/+3
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-46/+14
2016-05-30Auto merge of #33960 - tbu-:pr_ref_clone_overflow, r=Aatchbors-1/+3
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-280/+1
2016-05-30Correct grammar; and remove redundant commentSrinivas Reddy Thatiparthy-2/+1
2016-05-30Prevent the borrow counter from overflowing in `Ref::clone`Tobias Bucher-1/+3
2016-05-28Rollup merge of #33849 - ranma42:escape-iters-count, r=alexcrichtonManish Goregaokar-28/+50
2016-05-27make core::str::next_code_point work on arbitrary iteratorM Farkas-Dyck-2/+3
2016-05-27Rollup merge of #33815 - carols10cents:trait-documentation-clarifications, r=...Guillaume Gomez-100/+313
2016-05-26core: check pointer equality when comparing byte slicesSean McArthur-0/+3
2016-05-26Explain the order of the enumeration itemsAndrea Canciani-0/+3
2016-05-26Move length computation to `ExactSizeIterator` implsAndrea Canciani-24/+36
2016-05-26Implement `count` for `EscapeDefault` and `EscapeUnicode`Andrea Canciani-6/+7
2016-05-26`EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`sAndrea Canciani-0/+6
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-21/+13
2016-05-25Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1bors-0/+10
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-21/+13
2016-05-23"the trait `Hash`" => "the `Hash` trait"Carol (Nichols || Goulding)-2/+2
2016-05-23Complete `PartialOrd`'s example so it passes make check-docsCarol (Nichols || Goulding)-0/+21
2016-05-23Move all `Default` docs from module to traitCarol (Nichols || Goulding)-73/+42
2016-05-23Prefer `ClassName` over `Self` in example trait implementationsCarol (Nichols || Goulding)-9/+9
2016-05-23Use `()` when referring to functionsCarol (Nichols || Goulding)-4/+4
2016-05-23Add some newlines in some code examplesCarol (Nichols || Goulding)-0/+2
2016-05-23"non equal" => "not equal"; consistent with the surrounding textCarol (Nichols || Goulding)-1/+1
2016-05-23"more than 32" => "more than 32 elements"Carol (Nichols || Goulding)-2/+2
2016-05-23Emphasize semantic differences of Copy/Clone rather than implCarol (Nichols || Goulding)-3/+4
2016-05-23Shorten, yet clarify, initial summary sentencesCarol (Nichols || Goulding)-2/+6
2016-05-23Make the Default docs more like the other traitsCarol (Nichols || Goulding)-3/+26
2016-05-23Add an explicit "How can I implement `PartialOrd`" doc sectionCarol (Nichols || Goulding)-2/+44
2016-05-23Add an explicit "How can I implement `Ord`" doc sectionCarol (Nichols || Goulding)-0/+40
2016-05-23Add more information about implementing `Hash`Carol (Nichols || Goulding)-0/+24
2016-05-23Add more detail to `Clone`'s documentationCarol (Nichols || Goulding)-1/+25
2016-05-23Add an explicit "How can I implement `Eq`" doc sectionCarol (Nichols || Goulding)-1/+24
2016-05-23Add an explicit "How can I implement `PartialEq`"? doc sectionCarol (Nichols || Goulding)-4/+31
2016-05-23Reorder `Copy` doc sectionsCarol (Nichols || Goulding)-20/+20
2016-05-23Make `Derivable` header be an h2 instead of an h1Carol (Nichols || Goulding)-1/+1
2016-05-23`derive` explanation for PartialOrd should match that for OrdCarol (Nichols || Goulding)-2/+2
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-6/+19