about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-02-14Rollup merge of #31655 - ollie27:patch-4, r=steveklabnikSteve Klabnik-5/+5
2016-02-14Rollup merge of #31607 - steveklabnik:gh31599, r=brsonSteve Klabnik-2/+1
2016-02-14Fix a couple of issues in from_utf8 docsOliver Middleton-3/+3
2016-02-14Fix doc error for Utf8ErrorOliver Middleton-1/+1
2016-02-14Fix signed int checked_neg docsOliver Middleton-1/+1
2016-02-14Remove incorrect documentationSteve Klabnik-2/+1
2016-02-14Rollup merge of #31535 - Ketsuban:more-detail-in-wrapping-shift-documentation...Manish Goregaokar-0/+14
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+9
2016-02-11Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichtonbors-5/+5
2016-02-10Note rotate_{left,right} in wrapping_sh{lr} docsThomas Winwood-0/+14
2016-02-09Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichtonSteve Klabnik-1/+19
2016-02-09Rollup merge of #31516 - steveklabnik:doc_tuples, r=brsonSteve Klabnik-18/+1
2016-02-09Rollup merge of #31514 - cgar:spelling, r=alexcrichtonSteve Klabnik-2/+2
2016-02-09Properly document tuplesSteve Klabnik-18/+1
2016-02-09Some docs for std::numSteve Klabnik-1/+19
2016-02-09Minor spelling fixesCarlos E. Garcia-2/+2
2016-02-09Auto merge of #31510 - dikaiosune:master, r=blussbors-4/+4
2016-02-09Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.Adam Perry-4/+4
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-5/+5
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-8/+0
2016-02-07Auto merge of #31450 - bluss:no-null-markers, r=Gankrobors-2/+10
2016-02-06Document that Unique<T> and Shared<T> are non-nullUlrik Sverdrup-2/+10
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-10/+30
2016-02-04drive-by doc fixesRobin Kruppe-1/+1
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+28
2016-02-04Use the right target ratio in Algorithm M quickstart.Robin Kruppe-1/+1
2016-02-03Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichtonManish Goregaokar-0/+24
2016-02-03Rollup merge of #31220 - steveklabnik:gh30632, r=nikomatsakisManish Goregaokar-0/+43
2016-02-02Rollup merge of #31346 - alopatindev:fixes, r=aturonSteve Klabnik-1/+1
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-1/+1
2016-02-02Rollup merge of #31247 - tshepang:redundant-bindings, r=steveklabnikSteve Klabnik-28/+10
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-02-01Further explain take_whileSteve Klabnik-0/+24
2016-02-01Discuss pitfalls of stateful closures with MapSteve Klabnik-0/+43
2016-02-01doc: bindings not needed for this exampleTshepang Lekhonkhobe-28/+10
2016-02-01Fix a documentation typoAlexander Lopatin-1/+1
2016-02-01Auto merge of #30901 - mackwic:doc-core-convert, r=steveklabnikbors-0/+57
2016-01-31 Doc:std::convert: disambiguate traits and keywordsThomas Wickham-6/+6
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-2/+10
2016-01-27doc: insert missing charsTshepang Lekhonkhobe-2/+2
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-0/+1
2016-01-26Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturonbors-0/+72
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-0/+72
2016-01-26RangeFrom::step_by docs: fix exampleSimon Sapin-3/+5
2016-01-26Rollup merge of #31201 - steveklabnik:gh30633, r=alexcrichtonManish Goregaokar-0/+6
2016-01-25Describe next_back() wrt Iterator protocolSteve Klabnik-0/+6
2016-01-25RefCell::borrow_mut example should demonstrate mutCorey Farwell-1/+3
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-23Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichtonbors-7/+20
2016-01-22Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichtonbors-11/+12