| Age | Commit message (Expand) | Author | Lines |
| 2019-05-25 | Use `write_char` to skip the formatting infrastructure | Oliver Scherer | -1/+1 |
| 2019-05-25 | Print generic args in function calls in MIR | Oliver Scherer | -2/+2 |
| 2019-05-25 | Group common printing code during constant pretty printing | Oliver Scherer | -56/+73 |
| 2019-05-25 | Render unresolved anon consts like closures | Oliver Scherer | -4/+10 |
| 2019-05-25 | `u8` is printed as a number, not a character | Oliver Scherer | -2/+2 |
| 2019-05-25 | Render const byte slices in MIR | Oliver Scherer | -21/+33 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -14/+20 |
| 2019-05-25 | Refactor string constant printing to prep for byte string printing | Oliver Scherer | -3/+3 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -68/+18 |
| 2019-05-25 | Print const chars escaped with surrounding quotes | Oliver Scherer | -1/+1 |
| 2019-05-25 | Merge the string printing paths of ty::Const | Oliver Scherer | -8/+12 |
| 2019-05-25 | There's a tcx in scope, don't use the tls one | Oliver Scherer | -15/+11 |
| 2019-05-25 | Reuse the pretty printing architecture for printing of constants | Oliver Scherer | -7/+85 |
| 2019-05-25 | Remove unnecessary secondary recursion | Oliver Scherer | -1/+1 |
| 2019-05-24 | Delay ICE in fold_region so feature gate has chance to stop compilation cleanly. | Felix S. Klock II | -4/+5 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Update upvars and module_exports | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Update in_scope_traits_map | John Kåre Alsaker | -9/+7 |
| 2019-05-23 | Update stability_index, all_crate_nums and features_query | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Remove subtle Default impl for Value | John Kåre Alsaker | -6/+0 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -1/+15 |
| 2019-05-23 | Update resolve_lifetimes, named_region_map, is_late_bound_map and object_life... | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update inherent_impls | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update associated_item_def_ids | John Kåre Alsaker | -14/+15 |
| 2019-05-22 | Restore the old behavior of the rustdoc keyword check + Fix rebase | Vadim Petrochenkov | -8/+8 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -8/+8 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -9/+8 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -7/+10 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -7/+10 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -2/+2 |
| 2019-05-20 | Accumulation of various drive-by cosmetic changes. | Alexander Regueiro | -7/+6 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -10/+8 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -1/+1 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -3/+3 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -0/+383 |
| 2019-05-14 | some more refactor of FnType. Things build now | Saleem Jaffer | -76/+110 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -11/+13 |
| 2019-05-10 | Fix uninhabitedness of non-exhaustive enums. | David Wood | -3/+8 |
| 2019-05-10 | Fix inhabitedness of non-exhaustive variants. | David Wood | -3/+8 |
| 2019-05-10 | refactor some `FnType` stuff to `rustc::ty::layout` | Saleem Jaffer | -0/+349 |
| 2019-05-07 | Rollup merge of #60579 - varkor:typaram-index, r=eddyb | Mazdak Farrokhzad | -16/+14 |
| 2019-05-06 | Implement TypeFoldable for InferConst | varkor | -5/+13 |
| 2019-05-06 | Shift const vars through binders | varkor | -8/+7 |
| 2019-05-06 | Rename `ParamTy::idx` to `ParamTy::index` | varkor | -16/+14 |
| 2019-05-05 | Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth | bors | -25/+13 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -18/+160 |
| 2019-05-05 | code review fixes | Saleem Jaffer | -19/+18 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -10/+10 |