| Age | Commit message (Expand) | Author | Lines |
| 2015-03-09 | Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth | bors | -6/+6 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -33/+33 |
| 2015-03-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -6/+6 |
| 2015-03-06 | Rollup merge of #23067 - oli-obk:doc_examle_fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -1/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -1/+2 |
| 2015-03-05 | doc example does nothing | Oliver Schneider | -1/+1 |
| 2015-03-05 | Rollup merge of #22937 - MDCox:str-docs, r=steveklabnik | Manish Goregaokar | -5/+8 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -59/+59 |
| 2015-03-04 | Reword str docs and include links to StrExt | Matt Cox | -5/+8 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -2/+2 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -17/+19 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -35/+56 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -8/+8 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -6/+7 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -32/+53 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -3/+3 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -62/+62 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -6/+7 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -8/+8 |
| 2015-03-01 | Addresses rust-lang/rust#22646 | Leonids Maslovs | -1/+1 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2015-02-28 | Fix incorrectly parsed markdown link | mdinger | -3/+3 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -1/+4 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -4/+4 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -13/+13 |
| 2015-02-26 | Tweak VecDeque's IterMut implementation | Edward Wang | -15/+9 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -4/+4 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -51/+50 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -20/+20 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-24 | Change `Debug` implementation of `BTree*` as well | Tobias Bucher | -4/+4 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -16/+16 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -51/+50 |
| 2015-02-25 | Rollup merge of #22539 - oli-obk:style_nitpicks, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-02-24 | Fix broken tests | Vadim Petrochenkov | -6/+6 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -132/+132 |
| 2015-02-24 | style nitpicks | Oliver Schneider | -4/+4 |
| 2015-02-24 | Fix fallout from correct stability handling in UFCS. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-24 | Rollup merge of #22653 - tsion:master, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton | Manish Goregaokar | -59/+24 |
| 2015-02-23 | Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=Gankro | Manish Goregaokar | -2/+170 |
| 2015-02-23 | Rollup merge of #22696 - stepancheg:use-box, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Rollup merge of #22513 - steveklabnik:doc_str, r=brson | Manish Goregaokar | -274/+440 |
| 2015-02-22 | Change int to i32 in Cow example. | Scott Olson | -1/+1 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -1/+1 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -56/+35 |
| 2015-02-23 | Use while let | Mikhail Zabaluev | -16/+9 |