| Age | Commit message (Expand) | Author | Lines |
| 2015-03-09 | Restructure debug builders to minimize codegen | Steven Fackler | -18/+58 |
| 2015-03-09 | Implement RFC 640 | Steven Fackler | -1/+409 |
| 2015-03-09 | Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth | bors | -6/+6 |
| 2015-03-09 | Auto merge of #23219 - Manishearth:rollup, r=Manishearth | bors | -12/+4 |
| 2015-03-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -6/+6 |
| 2015-03-09 | Rollup merge of #23183 - steveklabnik:gh22572, r=Manishearth | Manish Goregaokar | -11/+3 |
| 2015-03-09 | Auto merge of #23153 - Manishearth:snap, r=alexcrichton | bors | -26/+0 |
| 2015-03-08 | Clean up references to opt-out traits | Steve Klabnik | -11/+3 |
| 2015-03-08 | Add description of fold function arguments. | Ćukasz Niemier | -1/+1 |
| 2015-03-08 | Adds an example for PhantomData<T>. | Pyry Kontio | -1/+39 |
| 2015-03-08 | Register new snapshots (270a677) | Manish Goregaokar | -26/+0 |
| 2015-03-07 | indicate from_str_radix is code | FuGangqiang | -1/+1 |
| 2015-03-06 | Rollup merge of #23100 - wesleywiser:fix_23059, r=brson | Manish Goregaokar | -2/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23025 - huonw:better-iter-infer, r=Gankro | Manish Goregaokar | -46/+48 |
| 2015-03-06 | Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix | Manish Goregaokar | -10/+14 |
| 2015-03-06 | Rollup merge of #22899 - huonw:macro-stability, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-03-05 | Fix reference to 'librlibc' in libcore docs | Wesley Wiser | -2/+1 |
| 2015-03-05 | rustc: Add a debug_assertions #[cfg] directive | Alex Crichton | -10/+14 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -0/+2 |
| 2015-03-05 | Use more associated types in core::iter. | Huon Wilson | -46/+48 |
| 2015-03-05 | Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton | Manish Goregaokar | -36/+36 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -36/+36 |
| 2015-03-05 | Rollup merge of #23001 - alexcrichton:index-output-stable, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2015-03-04 | Auto merge of #22958 - laijs:option_map_for_iter_map, r=alexcrichton | bors | -16/+3 |
| 2015-03-03 | std: Mark `Index::Output` as a stable associated type | Alex Crichton | -0/+1 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -19/+356 |
| 2015-03-03 | Rollup merge of #22988 - dcrewi:slice-swap-inline, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-03 | Rollup merge of #22952 - huonw:missing-stable, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-03-03 | Rollup merge of #22951 - huonw:weak-chuck-slice, r=alexcrichton | Manish Goregaokar | -2/+22 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichton | Manish Goregaokar | -2/+13 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-03 | Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton | Manish Goregaokar | -12/+9 |
| 2015-03-03 | `core::iter`: fix bug uncovered by arith-overflow. | Felix S. Klock II | -1/+5 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -6/+22 |
| 2015-03-03 | fix Iter::rposition for new arith-overflow checking. | Felix S. Klock II | -2/+3 |
| 2015-03-03 | Added `OverflowingOps` trait to core::num::wrapping. | Felix S. Klock II | -0/+148 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -10/+167 |
| 2015-03-03 | rustc: implement arithmetic overflow checking | Corey Richardson | -0/+11 |
| 2015-03-03 | str: fix comments for FromStr for bool | Lai Jiangshan | -2/+13 |
| 2015-03-02 | Slice::swap should be inlineable | David Creswick | -0/+1 |
| 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 |