| Age | Commit message (Expand) | Author | Lines |
| 2022-09-08 | ptr: 43276834268743978 | Ellen | -1/+14 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-09-08 | Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8Ki | Dylan DPC | -3/+15 |
| 2022-09-08 | Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning... | Dylan DPC | -1/+1 |
| 2022-09-08 | Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnr | Dylan DPC | -1/+1 |
| 2022-09-08 | update `ParamKindOrd` | lcnr | -2/+3 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -4/+1 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -0/+1 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -4/+0 |
| 2022-09-08 | Opaque types' generic params do not imply anything about their hidden type's ... | Oli Scherer | -1/+1 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -2/+1 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -1/+2 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -29/+49 |
| 2022-09-08 | We can print futures with {integer} too | Michael Goulet | -1/+1 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -2/+4 |
| 2022-09-08 | Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot | bors | -0/+55 |
| 2022-09-08 | Adjust spacing in suggestion, add a test | Michael Goulet | -2/+2 |
| 2022-09-08 | Add associated item binding to non-param-ty where clause suggestions | Michael Goulet | -3/+15 |
| 2022-09-07 | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | -123/+210 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -2/+2 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -121/+208 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -10/+10 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-09-07 | Auto merge of #101522 - oli-obk:miriup, r=oli-obk | bors | -1/+3 |
| 2022-09-07 | Update miri submodule | Oli Scherer | -1/+3 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -57/+138 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -0/+1 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+17 |
| 2022-09-07 | middle: comment -> doc comment | David Wood | -1/+1 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -19/+50 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -29/+49 |
| 2022-09-06 | Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macro | Joshua Nelson | -9/+10 |
| 2022-09-06 | Support doc-comments in `define_dep_nodes` | Joshua Nelson | -4/+4 |
| 2022-09-06 | Further simplify the macros generated by `rustc_queries` | Joshua Nelson | -17/+7 |
| 2022-09-06 | Make `HandleCycleError` an enum instead of a macro-generated closure | Joshua Nelson | -0/+55 |
| 2022-09-06 | Rollup merge of #101473 - nnethercote:mir-size-assertions, r=lqd | Guillaume Gomez | -8/+14 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -11/+27 |
| 2022-09-06 | Update docs | Oli Scherer | -2/+2 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -32/+50 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+13 |
| 2022-09-06 | Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwco | Dylan DPC | -29/+66 |
| 2022-09-06 | Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnr | Dylan DPC | -1/+5 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -1/+5 |
| 2022-09-06 | Add more size assertions for MIR types. | Nicholas Nethercote | -8/+14 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -9/+5 |
| 2022-09-06 | Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorino | Yuki Okushi | -5/+0 |
| 2022-09-05 | fix comment | 111 | -3/+2 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -5/+0 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -45/+128 |
| 2022-09-05 | Put size assertions together. | Nicholas Nethercote | -13/+11 |