| Age | Commit message (Expand) | Author | Lines |
| 2020-05-10 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -7/+5 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -3/+1 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -52/+75 |
| 2020-04-19 | Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC | bors | -6/+2 |
| 2020-04-19 | Rollup merge of #71310 - JohnTitor:dont-did, r=estebank | Dylan DPC | -6/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -32/+38 |
| 2020-04-19 | Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper | bors | -5/+3 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -3/+1 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -6/+2 |
| 2020-04-18 | Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakis | bors | -6/+26 |
| 2020-04-17 | Make `needs_drop` less pessimistic on generators | Jonas Schievink | -5/+3 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -27/+47 |
| 2020-04-17 | ty/print: pretty-print constant aggregates (arrays, tuples and ADTs). | Eduard-Mihai Burtescu | -16/+63 |
| 2020-04-17 | ty/print/pretty: use `comma_sep` instead of replicating it. | Eduard-Mihai Burtescu | -36/+12 |
| 2020-04-16 | outlives: ignore lifetimes shallowly found in `ty::FnDef`s. | Eduard-Mihai Burtescu | -6/+26 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -2/+7 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -4/+5 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -21/+35 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -4/+11 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -1/+5 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -7/+10 |
| 2020-04-14 | ty: erase lifetimes early in `ty::Const::eval`. | Eduard-Mihai Burtescu | -30/+28 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -7/+10 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -24/+14 |
| 2020-04-11 | Add `#[inline(always)]` to `into_query_param` | Dylan MacKenzie | -0/+2 |
| 2020-04-11 | Apply suggestions from review | Dylan MacKenzie | -14/+20 |
| 2020-04-11 | Use custom trait instead of `Into` | Dylan MacKenzie | -3/+23 |
| 2020-04-11 | Simplify macro | Dylan MacKenzie | -57/+19 |
| 2020-04-11 | Fix inference fallout | Dylan MacKenzie | -1/+1 |
| 2020-04-11 | Make query helpers on `TyCtxt` take `impl Into<DefId>` | Dylan MacKenzie | -23/+66 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -20/+5 |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -3/+3 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -3/+3 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -40/+7 |
| 2020-04-09 | Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb | bors | -3/+3 |
| 2020-04-09 | Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakis | bors | -28/+14 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -30/+14 |
| 2020-04-08 | Rollup merge of #70870 - mark-i-m:de-abuse-err, r=eddyb | Dylan DPC | -4/+4 |
| 2020-04-08 | don't set `HAS_INFER` for fresh types | Bastian Kauschke | -3/+5 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -40/+7 |
| 2020-04-07 | fix abuses of tykind::err | mark | -4/+4 |
| 2020-04-07 | Remove unnecessary TypeFlags::NOMINAL_FLAGS | Theo Sandstrom | -24/+1 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -3/+3 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -20/+0 |
| 2020-04-06 | ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`. | Eduard-Mihai Burtescu | -84/+0 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -50/+38 |
| 2020-04-06 | ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -62/+34 |
| 2020-04-06 | ty/walk: keep track of `GenericArg`s on the stack, instead of `Ty`s. | Eduard-Mihai Burtescu | -85/+107 |
| 2020-04-05 | Rollup merge of #67797 - Aaron1011:feature/instance-query, r=nikomatsakis | Dylan DPC | -21/+14 |
| 2020-04-05 | Retire rustc::ty::Attributes enum. | Camille GILLOT | -19/+4 |