| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | Rollup merge of #100887 - eholk:codegen_call_terminator-cleanup, r=fee1-dead | Matthias Krüger | -47/+44 |
| 2022-08-23 | Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk | Matthias Krüger | -7/+33 |
| 2022-08-23 | Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino | Matthias Krüger | -13/+8 |
| 2022-08-23 | Rollup merge of #100641 - corwinkuiper:add-armv4t-target, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-08-23 | Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite... | Matthias Krüger | -2/+28 |
| 2022-08-23 | Rollup merge of #100382 - jackh726:gat-self-outlives-input, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-08-22 | Auto merge of #99963 - cjgillot:iter-submodule, r=compiler-errors | bors | -19/+13 |
| 2022-08-22 | Auto merge of #99762 - Nilstrieb:unreachable-prop, r=oli-obk | bors | -26/+50 |
| 2022-08-22 | Refactor part of codegen_call_terminator | Eric Holk | -47/+44 |
| 2022-08-22 | Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPC | bors | -288/+625 |
| 2022-08-22 | Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank | Dylan DPC | -282/+596 |
| 2022-08-22 | Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obk | Dylan DPC | -2/+10 |
| 2022-08-22 | Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk | Dylan DPC | -4/+19 |
| 2022-08-22 | Auto merge of #99908 - Nilstrieb:mir-opt-span, r=oli-obk | bors | -4/+14 |
| 2022-08-22 | Fix span for consts in mir builder | Nilstrieb | -3/+13 |
| 2022-08-22 | Show absolute line numbers if span is outside relative span | Nilstrieb | -1/+1 |
| 2022-08-22 | fix tidy | Deadbeef | -16/+10 |
| 2022-08-22 | Auto merge of #99702 - SparrowLii:transtive_relation, r=oli-obk | bors | -179/+224 |
| 2022-08-22 | Overhaul 100222 test; wf always remap to nonconst | Deadbeef | -16/+5 |
| 2022-08-22 | remove stray comment | Deadbeef | -1/+0 |
| 2022-08-22 | Fix wf check on `#[const_trait]` return types | Deadbeef | -6/+32 |
| 2022-08-22 | re-base and use `OutlivesEnvironment::with_bounds` | SparrowLii | -29/+13 |
| 2022-08-22 | use type alias impl trait in `outlives_bounds::InferCtxtExt` | SparrowLii | -14/+26 |
| 2022-08-22 | add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outli... | SparrowLii | -82/+70 |
| 2022-08-22 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -117/+178 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -204/+522 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -0/+12 |
| 2022-08-22 | Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8Ki | Dylan DPC | -203/+489 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -1/+21 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -193/+226 |
| 2022-08-22 | Auto merge of #100671 - Xiretza:tidy-fluent-files, r=davidtwco | bors | -6/+6 |
| 2022-08-22 | Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorino | bors | -308/+272 |
| 2022-08-21 | fix ICE with extra-const-ub-checks | Ralf Jung | -7/+33 |
| 2022-08-21 | Auto merge of #100654 - compiler-errors:rework-point-at-arg, r=estebank | bors | -381/+693 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -308/+272 |
| 2022-08-21 | Enable UnreachablePropagation under mir-opt-level >= 2 | Nilstrieb | -3/+2 |
| 2022-08-21 | UnreachableProp: Preserve unreachable branches for multiple targets | Nilstrieb | -23/+48 |
| 2022-08-22 | Replace #[error(..)] etc. to #[diag(..)] | finalchild | -23/+23 |
| 2022-08-22 | Fix incorrect return type of emit_fatal | Park Jaeon [파차] | -1/+1 |
| 2022-08-22 | Remove redundant clone | finalchild | -1/+1 |
| 2022-08-22 | Migrate forbidden_default and *_without_body | finalchild | -76/+185 |
| 2022-08-22 | Fix `build_format` not unescaping braces properly | finalchild | -27/+32 |
| 2022-08-22 | Support #[fatal(..)] | finalchild | -2/+27 |
| 2022-08-22 | Migrate fn_param_forbidden_self and rename others to have prefix fn_param_ | finalchild | -28/+35 |
| 2022-08-22 | Rename c_var_args_without_named_arg to c_var_args_is_sole_param | finalchild | -4/+4 |
| 2022-08-22 | Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_param | finalchild | -12/+24 |
| 2022-08-22 | Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para... | finalchild | -26/+57 |
| 2022-08-22 | Migrate trait_fn_const | finalchild | -0/+12 |
| 2022-08-22 | Migrate trait_fn_async | finalchild | -10/+18 |
| 2022-08-22 | Tidy | finalchild | -2/+2 |