| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc... | Dylan DPC | -14/+16 |
| 2022-08-23 | Rollup merge of #100907 - Nilstrieb:unrachable-typo-lol, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-08-23 | Rollup merge of #100857 - camsteffen:query-parse-refactor, r=davidtwco | Dylan DPC | -260/+125 |
| 2022-08-23 | Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-dead | Dylan DPC | -65/+84 |
| 2022-08-23 | Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwco | Dylan DPC | -11/+34 |
| 2022-08-23 | Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr | Dylan DPC | -12/+11 |
| 2022-08-23 | Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiyn | Dylan DPC | -19/+36 |
| 2022-08-23 | Rollup merge of #99249 - cjgillot:no-reparse-fn, r=fee1-dead | Dylan DPC | -168/+83 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -12/+12 |
| 2022-08-23 | Add some useful comments to `LitKind`. | Nicholas Nethercote | -2/+4 |
| 2022-08-23 | Fix typo in UnreachableProp | nils | -1/+1 |
| 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-23 | Mark suggestion as MaybeIncorrect. | Camille GILLOT | -1/+1 |
| 2022-08-23 | Remove FnItemRibKind. | Camille GILLOT | -27/+10 |
| 2022-08-23 | Remove generate_fn_name_span and generate_local_type_param_snippet. | Camille GILLOT | -87/+0 |
| 2022-08-23 | Do not call generate_fn_name_span in typeck. | Camille GILLOT | -9/+7 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -31/+39 |
| 2022-08-23 | Create specific ConstantHasGenerics for ConstantItemRibKind. | Camille GILLOT | -18/+31 |
| 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 | Migrate rustc_plugin_impl to SessionDiagnostic | Peter Medus | -11/+34 |
| 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 | remove hack fix since we don't have no overflow diagnostic | yukang | -3/+0 |
| 2022-08-22 | InferCtxt emit error when incorrectly tainted by errors | yukang | -9/+11 |
| 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 |