| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Audit `core::default` for `int`/`uint` usage. | Felix S. Klock II | -8/+8 |
| 2015-02-18 | Audit `core::cmp` for `int/uint`. | Felix S. Klock II | -6/+6 |
| 2015-02-18 | Audit `core::borrow` for use of `int/uint`: use `i32` in doc example. | Felix S. Klock II | -1/+1 |
| 2015-02-18 | Avoid ptrtoint when checking if a pointer is null | Björn Steinbrink | -2/+2 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -86/+9 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -0/+18 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -4/+5 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -6/+6 |
| 2015-02-17 | rollup merge of #22454: alexcrichton/stabilize-into-iterator | Alex Crichton | -0/+9 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -4/+4 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-18 | Implement RandomAccessIterator for Cloned | Kevin Butler | -0/+17 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -6/+6 |
| 2015-02-18 | Add Send implementations for `&` and `&mut`. | Huon Wilson | -0/+8 |
| 2015-02-18 | Remove the implicit `'static` bound on `Send`. | Huon Wilson | -0/+10 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+9 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -10/+10 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -10/+10 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22401 - pnkfelix:fsk-int-uint-audit, r=Gankro | Manish Goregaokar | -17/+17 |
| 2015-02-17 | Rollup merge of #22232 - alexcrichton:missing-fmt-stability, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnik | Manish Goregaokar | -0/+2 |
| 2015-02-17 | Rollup merge of #22027 - iblech:patch-1, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #21990 - steveklabnik:doc_core_cmp, r=huonw | Manish Goregaokar | -66/+206 |
| 2015-02-17 | Rollup merge of #22313 - japaric:iter, r=aturon | Manish Goregaokar | -0/+73 |
| 2015-02-17 | Rollup merge of #22344 - nagisa:exactsizediter, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22294 - nikomatsakis:integer-audit, r=huonw | Manish Goregaokar | -110/+110 |
| 2015-02-17 | Add gating for rustc_* attrs | Manish Goregaokar | -0/+1 |
| 2015-02-16 | Update `core::cell` for `isize/usize` transition. | Felix S. Klock II | -7/+7 |
| 2015-02-16 | Update `core::nonzero` for `isize/usize` migration. | Felix S. Klock II | -2/+2 |
| 2015-02-16 | Update `core::mem` for `isize/usize` migration. | Felix S. Klock II | -8/+8 |
| 2015-02-15 | Change arbirary types from `usize` to `u32`. | Niko Matsakis | -13/+13 |
| 2015-02-15 | Audit integer types in finally. | Niko Matsakis | -1/+1 |
| 2015-02-15 | Audit integer types in result. | Niko Matsakis | -48/+48 |
| 2015-02-15 | Audit integer types in ops. | Niko Matsakis | -13/+13 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -107/+109 |
| 2015-02-15 | Rollup merge of #22350 - brson:usize, r=Gankro | Manish Goregaokar | -120/+120 |
| 2015-02-15 | Rollup merge of #22299 - bluss:range-64-is-not-exact-size, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22288 - steveklabnik:add_option_link, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22272 - steveklabnik:gh22064, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-02-15 | Rollup merge of #22254 - huonw:float-value--, r=aturon | Manish Goregaokar | -11/+37 |
| 2015-02-15 | Include "flatmap" in docs of Option::and_then | Robin Stocker | -0/+2 |
| 2015-02-14 | core::slice: uint -> usize, int -> isize | Brian Anderson | -117/+117 |
| 2015-02-14 | core: Use int/isize in Clone boilerplate | Brian Anderson | -2/+2 |
| 2015-02-14 | core::raw: uint -> usize | Brian Anderson | -1/+1 |
| 2015-02-15 | Stabilise ExactSizeIterator::len | Simonas Kazlauskas | -0/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -9/+9 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -98/+100 |