| Age | Commit message (Expand) | Author | Lines |
| 2016-04-11 | Rollup merge of #32873 - jethrogb:patch-2, r=steveklabnik | Steve Klabnik | -41/+53 |
| 2016-04-11 | Rollup merge of #32862 - raphlinus:master, r=bluss | Steve Klabnik | -1/+2 |
| 2016-04-11 | Rollup merge of #32854 - GuillaumeGomez:result_doc, r=steveklabnik | Steve Klabnik | -3/+44 |
| 2016-04-11 | Rollup merge of #32768 - GuillaumeGomez:slice_doc, r=steveklabnik | Steve Klabnik | -0/+81 |
| 2016-04-10 | Match signed/unsigned integer type docs | jethrogb | -41/+53 |
| 2016-04-09 | Bit-magic for faster is_char_boundary | Raph Levien | -1/+2 |
| 2016-04-09 | Add some missing commas and missing titles/formatting | Guillaume Gomez | -3/+44 |
| 2016-04-08 | Add doc example for Iter and IterMut | Guillaume Gomez | -4/+162 |
| 2016-04-07 | Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss | Manish Goregaokar | -39/+35 |
| 2016-04-07 | Rollup merge of #32757 - taralx:patch-1, r=brson | Manish Goregaokar | -12/+12 |
| 2016-04-07 | Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichton | Manish Goregaokar | -38/+143 |
| 2016-04-06 | slice: Use doc(hidden) on private traits | Ulrik Sverdrup | -0/+4 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -2/+2 |
| 2016-04-05 | Fix typos in atomic compare_exchange. | JP Sugarbroad | -12/+12 |
| 2016-04-05 | Specialize equality for [T] and comparison for [u8] | Ulrik Sverdrup | -38/+139 |
| 2016-04-05 | Remove strange names created by lack of privacy-conscious name lookup | Tobias Bucher | -39/+35 |
| 2016-04-03 | Auto merge of #32672 - ollie27:patch-5, r=alexcrichton | bors | -2/+2 |
| 2016-04-01 | Fix a couple of dead links on core::num::ParseFloatError docs | Oliver Middleton | -2/+2 |
| 2016-04-02 | Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton | Manish Goregaokar | -2/+8 |
| 2016-04-01 | Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-03-31 | Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichton | bors | -6/+2 |
| 2016-03-31 | added missing refcell ref/refmut coercions to unsized | Валерий Лашманов | -2/+8 |
| 2016-03-31 | Fix formatting in the documentation for AtomicIsize::compare_exchange_weak | Amanieu d'Antras | -1/+1 |
| 2016-03-30 | Rollup merge of #32580 - durka:patch-17, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-03-29 | verb agreement in core::convert docs | Alex Burka | -10/+10 |
| 2016-03-29 | Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichton | bors | -1/+1 |
| 2016-03-28 | Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnik | bors | -6/+6 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -2/+2 |
| 2016-03-28 | Prefer HTTPS when linking to 131002.net. | Corey Farwell | -1/+1 |
| 2016-03-28 | Add doc examples on pointer types | Guillaume Gomez | -0/+85 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -6/+6 |
| 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 |