| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -61/+121 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -0/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-03-02 | iter: use Option::map() in struct Iterater::map() | Lai Jiangshan | -16/+3 |
| 2015-03-02 | Add missing stability attributes on struct fields. | Huon Wilson | -0/+2 |
| 2015-03-02 | Manual Clone for Windows/Chunks. | Huon Wilson | -2/+22 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -44/+1 |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -1/+2 |
| 2015-03-01 | Rollup merge of #22901 - thepowersgang:patch-1, r=eddyb | Manish Goregaokar | -1/+1 |
| 2015-03-01 | Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw | Manish Goregaokar | -5/+1 |
| 2015-02-28 | Cleanup in the fmt::num module | Ryan Prichard | -12/+9 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -41/+0 |
| 2015-03-01 | Remove int/uint | GuillaumeGomez | -3/+1 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+2 |
| 2015-02-28 | Fix assuming 32-bit pointers | John Hodge | -1/+1 |
| 2015-02-28 | Remove two unsafe impls from `iter::Peekable` | Edward Wang | -5/+1 |
| 2015-02-28 | Rollup merge of #22887 - JP-Ellis:master, r=huonw | Manish Goregaokar | -34/+20 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -0/+3 |
| 2015-02-28 | Update iter::order to be more generic. | JP-Ellis | -34/+20 |
| 2015-02-27 | Rollup merge of #22848 - tshepang:redundant-mention, r=brson | Manish Goregaokar | -2/+1 |
| 2015-02-27 | Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdash | Manish Goregaokar | -2/+0 |
| 2015-02-27 | Rollup merge of #22817 - jmesmon:result-or-type, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-27 | Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelix | Manish Goregaokar | -1/+7 |
| 2015-02-27 | Rollup merge of #22795 - alexcrichton:issue-22617, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-27 | Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis | Manish Goregaokar | -1/+6 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-27 | Auto merge of #22853 - FlaPer87:snap, r=alexcrichton | bors | -54/+0 |
| 2015-02-27 | Add some missing stability attributes on struct fields. | Huon Wilson | -0/+1 |
| 2015-02-27 | register snapshot 880fb89 | Flavio Percoco | -54/+0 |
| 2015-02-26 | doc: the last mention of the word 'iterator' is redundant | Tshepang Lekhonkhobe | -2/+1 |
| 2015-02-26 | Add doc to `core::intrinsics` pointing out conservativeness of `needs_drop`. | Felix S. Klock II | -1/+6 |
| 2015-02-26 | remove the redundant else branch | Lai Jiangshan | -2/+0 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -2/+11 |
| 2015-02-25 | Result::or : avoid over-specializing the type | Cody P Schafer | -2/+2 |
| 2015-02-25 | Change MarkerTrait to be invariant. This is a (small) loss of expressiveness, | Niko Matsakis | -1/+7 |
| 2015-02-24 | std: Require `&mut self` for Iterator::all | Alex Crichton | -2/+2 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -64/+66 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -64/+66 |
| 2015-02-25 | Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -5/+5 |
| 2015-02-24 | core: fix typo that wasn't caught by the hacky previous implementation. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichton | Manish Goregaokar | -0/+22 |
| 2015-02-24 | Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton | Manish Goregaokar | -40/+59 |
| 2015-02-24 | Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichton | Manish Goregaokar | -32/+0 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | MichaĆ Krasnoborski | -0/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+12 |
| 2015-02-23 | Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton | Manish Goregaokar | -43/+61 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+22 |
| 2015-02-23 | int audit core::hash | Nick Cameron | -4/+4 |