| Age | Commit message (Expand) | Author | Lines |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+121 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -69/+114 |
| 2015-03-15 | core: Update tuple doc | Ulrik Sverdrup | -11/+5 |
| 2015-03-15 | core: Remove unused parts of tuple macro | Ulrik Sverdrup | -79/+79 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -3/+0 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -14/+27 |
| 2015-03-14 | Auto merge of #22948 - rprichard:simple-panic-opt, r=alexcrichton | bors | -1/+7 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -34/+34 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -69/+114 |
| 2015-03-13 | Rollup merge of #23321 - apasel422:hash, r=alexcrichton | Manish Goregaokar | -3/+1 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -14/+27 |
| 2015-03-12 | remove mention of specialization from `Hash` trait | Andrew Paseltiner | -3/+1 |
| 2015-03-12 | Update the ways to get a pointer from a box | Gleb Kozyrev | -13/+16 |
| 2015-03-12 | Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton | bors | -1/+422 |
| 2015-03-12 | Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-12 | Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -89/+89 |
| 2015-03-11 | Add docs for saturating integer arithmetic. | Joseph Crail | -0/+20 |
| 2015-03-11 | Switch to a specific feature | Steven Fackler | -10/+10 |
| 2015-03-10 | Remove core::panicking::panic's dependence on str's Display::fmt impl | Ryan Prichard | -1/+7 |
| 2015-03-10 | Remove inline silliness from debug builders | Steven Fackler | -60/+11 |
| 2015-03-11 | Auto merge of #23251 - tbu-:pr_rm_core_str_checked_add, r=alexcrichton | bors | -1/+4 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -221/+4 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -221/+4 |
| 2015-03-10 | std: Stabilize slice::from_raw_parts | Alex Crichton | -2/+2 |
| 2015-03-10 | Auto merge of #23249 - tbu-:pr_rm_core_str_macros, r=alexcrichton | bors | -41/+40 |
| 2015-03-10 | Remove unneeded `saturating_add` | Tobias Bucher | -1/+4 |
| 2015-03-10 | Remove unneeded macro witchery | Tobias Bucher | -41/+40 |
| 2015-03-10 | Purge `isize` from `core::iter` | Tobias Bucher | -3/+3 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -1/+23 |
| 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 |