| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -0/+3 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -6/+36 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -8/+23 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -8/+23 |
| 2019-11-20 | Fix cycle when debug-printing opaque types | Aaron Hill | -38/+65 |
| 2019-11-12 | Refactor pretty_print_const. | Camille GILLOT | -18/+41 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -31/+25 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -4/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -4/+4 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -23/+13 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -23/+13 |
| 2019-11-06 | review comments | Esteban Küber | -11/+4 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -5/+5 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -14/+14 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -1/+1 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -0/+1 |
| 2019-10-09 | Refactor pretty print const to use a big match statement | ben | -121/+104 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -0/+12 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -2/+9 |
| 2019-10-07 | fix ICE from debug output by using `kind_ty` in dumping closure | Niko Matsakis | -2/+9 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -1/+1 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -3/+3 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -10/+5 |
| 2019-09-29 | clean ClosureSubsts in rustc::ty | csmoe | -3/+8 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -1/+1 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -22/+22 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -9/+9 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -27/+24 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -37/+49 |
| 2019-08-17 | Store allocation size, make bytes, undef_mask private | Andreas Molzer | -2/+8 |
| 2019-08-06 | pretty-pretty extremal constants! | Zack M. Davis | -4/+21 |
| 2019-08-05 | Prevent array length printing cycle with debug assertions | Oliver Scherer | -1/+6 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -3/+4 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -3/+3 |
| 2019-07-08 | Avoid infinite looping in `print_def_path`. | Felix S. Klock II | -1/+25 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -2/+2 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -2/+2 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -38/+24 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -38/+38 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -0/+2 |
| 2019-06-03 | Auto merge of #61062 - mark-i-m:mono-mv, r=eddyb,oli-obk | bors | -0/+288 |