| Age | Commit message (Expand) | Author | Lines |
| 2016-03-28 | Remove `unsafe` qualifier from `RefCell::as_unsafe_cell` | Tobias Bucher | -6/+2 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -2/+2 |
| 2016-03-26 | Rollup merge of #32456 - bluss:str-zero, r=alexcrichton | Manish Goregaokar | -1/+5 |
| 2016-03-24 | Auto merge of #32396 - nodakai:range-contains, r=alexcrichton | bors | -6/+208 |
| 2016-03-24 | Rollup merge of #32464 - GuillaumeGomez:patch-6, r=steveklabnik | Steve Klabnik | -7/+3 |
| 2016-03-24 | Rollup merge of #32416 - GuillaumeGomez:patch-3, r=steveklabnik | Steve Klabnik | -0/+23 |
| 2016-03-24 | Improve some Option code example | Guillaume Gomez | -7/+3 |
| 2016-03-24 | Add core::ops::Range*::contains() as per rust-lang/rust#32311 | NODA, Kai | -6/+208 |
| 2016-03-24 | Accept 0 as a valid str char boundary | Ulrik Sverdrup | -1/+4 |
| 2016-03-23 | Mark str::split_at inline | Ulrik Sverdrup | -0/+1 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -32/+32 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -84/+132 |
| 2016-03-22 | Add doc example to clone trait | Guillaume Gomez | -0/+23 |
| 2016-03-21 | Rollup merge of #32322 - GuillaumeGomez:cmp_doc, r=steveklabnik | Steve Klabnik | -0/+35 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -34/+319 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -53/+39 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -34/+319 |
| 2016-03-19 | Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichton | bors | -87/+134 |
| 2016-03-19 | Change compare_exchange to return a Result<T, T> | Amanieu d'Antras | -87/+134 |
| 2016-03-18 | Add intrinsics for float arithmetic with `fast` flag enabled | Ulrik Sverdrup | -0/+26 |
| 2016-03-18 | Add doc examples | Guillaume Gomez | -0/+35 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -383/+13 |
| 2016-03-11 | std: Add a tracking issue for Peekable::is_empty | Alex Crichton | -1/+1 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -7/+7 |
| 2016-03-11 | core: Mark Wrapping impls as stable | Alex Crichton | -5/+5 |
| 2016-03-12 | Rollup merge of #32183 - bluss:doc-index, r=alexcrichton | Manish Goregaokar | -0/+58 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -56/+78 |
| 2016-03-10 | Clarify doc for slice slicing (Index impls) | Ulrik Sverdrup | -0/+58 |
| 2016-03-10 | Auto merge of #32173 - steveklabnik:rollup, r=steveklabnik | bors | -8/+10 |
| 2016-03-10 | Rollup merge of #32091 - dirk:dirk/siphasher-docs-clarification, r=alexcrichton | Steve Klabnik | -8/+10 |
| 2016-03-10 | Auto merge of #32100 - SimonSapin:patch-6, r=alexcrichton | bors | -2/+4 |
| 2016-03-08 | Link to actual CSPRNG in `hash::SipHasher` documentation | Dirk Gadsden | -4/+4 |
| 2016-03-08 | std: Fix rustdoc links with std::fmt::Alignment | Alex Crichton | -12/+33 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -44/+45 |
| 2016-03-08 | Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichton | Steve Klabnik | -13/+51 |
| 2016-03-07 | Clarify documentation for string slicing (Index impls) | Ulrik Sverdrup | -13/+51 |
| 2016-03-07 | Fix some line lengths | Simon Sapin | -2/+4 |
| 2016-03-07 | "can be built on Ref::map"… how? | Simon Sapin | -2/+2 |
| 2016-03-07 | Auto merge of #32051 - steveklabnik:gh9447, r=bluss | bors | -8/+8 |
| 2016-03-06 | Amend `hash::SipHasher` docs to more strongly discourage cryptographic uses | Dirk Gadsden | -4/+3 |
| 2016-03-06 | Clarify documentation of `hash::SipHasher` | Dirk Gadsden | -6/+9 |
| 2016-03-07 | Auto merge of #32064 - bluss:str-slice-panic, r=alexcrichton | bors | -3/+21 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -102/+415 |
| 2016-03-05 | Fix panic on string slicing error to truncate the string | Ulrik Sverdrup | -3/+21 |
| 2016-03-05 | Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichton | bors | -0/+11 |
| 2016-03-04 | remove under/overflow from next_back/next | Alex Burka | -6/+10 |
| 2016-03-04 | add more unstable annotations | Alex Burka | -0/+15 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -8/+8 |