| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -98/+94 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -32/+32 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -6/+4 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -75/+75 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -2/+3 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -20/+14 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -16/+4 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -7/+7 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -3/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -9/+9 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -2/+2 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -2/+2 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -2/+2 |
| 2015-06-09 | Exise 'owned pointer' from the codebase | Steve Klabnik | -7/+7 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -3/+0 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -3/+0 |
| 2015-05-26 | Convert 15 diagnostics to have error codes (E0380-E0394). | Nick Hamann | -39/+59 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -2/+5 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -2/+5 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+14 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -0/+14 |
| 2015-04-18 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -7/+43 |
| 2015-04-15 | Dataflow changes and associated borrowck fix. | Felix S. Klock II | -6/+16 |
| 2015-04-10 | Improve error message where a closure escapes fn while trying to borrow | Niko Matsakis | -9/+74 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -0/+3 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -3/+3 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -9/+9 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -13/+39 |
| 2015-03-30 | Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained. | Felix S. Klock II | -9/+33 |
| 2015-03-30 | Mucho debug instrumentation. | Felix S. Klock II | -4/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -4/+4 |
| 2015-03-27 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -18/+17 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -18/+17 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -19/+3 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -2/+2 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -4/+8 |