| Age | Commit message (Expand) | Author | Lines |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -3/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -10/+10 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -3/+3 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -3/+3 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -1/+6 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -28/+28 |
| 2018-09-23 | Renamed ppaux highlight region hook. | David Wood | -6/+7 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -7/+44 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+1 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -12/+15 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -12/+15 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -3/+3 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -1/+0 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -3/+3 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -2/+2 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -9/+9 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -24/+24 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -3/+3 |
| 2018-08-19 | Add Default for GenericParamCount | varkor | -4/+1 |
| 2018-08-09 | Move span_bug and bug helper functions to util | Mark Rousskov | -0/+51 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -15/+0 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -111/+0 |
| 2018-08-02 | Generate self-profiler types with macros | Wesley Wiser | -130/+91 |
| 2018-08-02 | Fix tidy | Wesley Wiser | -12/+25 |
| 2018-08-02 | Remove some dead code | Wesley Wiser | -17/+1 |
| 2018-08-02 | Include additional data in the json output | Wesley Wiser | -2/+11 |
| 2018-08-02 | Include query hits/totals | Wesley Wiser | -3/+10 |
| 2018-08-02 | Refactor json printing | Wesley Wiser | -35/+21 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+45 |
| 2018-08-02 | Remove redundant s in output | Wesley Wiser | -1/+1 |
| 2018-08-02 | Switch to markdown output | Wesley Wiser | -12/+15 |
| 2018-08-02 | Add units to times | Wesley Wiser | -1/+1 |
| 2018-08-02 | Basic incremental stats | Wesley Wiser | -7/+40 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+207 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -5/+35 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |