| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -1/+2 |
| 2019-06-02 | move DefPathBasedNames to ty::print::obsolete | Mark Mansi | -0/+287 |
| 2019-06-03 | Auto merge of #61361 - estebank:infer-type, r=varkor | bors | -1/+22 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-31 | On type inference errors use the type argument name when possible | Esteban Küber | -1/+22 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -1/+0 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -7/+7 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -7/+7 |
| 2019-05-25 | Print types for unevaluated constants | Oliver Scherer | -2/+2 |
| 2019-05-25 | Fix rebase fallout | Oliver Scherer | -5/+5 |
| 2019-05-25 | Break cycle during array length printing | Oliver Scherer | -1/+1 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -106/+135 |
| 2019-05-25 | Print unevaluted constants as `_` or as their source representation | Oliver Scherer | -4/+13 |
| 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 | -11/+17 |
| 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 | -1/+1 |
| 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/+52 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -2/+2 |
| 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 | -1/+1 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -4/+7 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -7/+5 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -5/+9 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into ValueNs. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -3/+1 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-01 | Fix rebase from LazyConst removal | varkor | -2/+2 |