| Age | Commit message (Expand) | Author | Lines |
| 2022-08-25 | Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errors | bors | -108/+236 |
| 2022-08-25 | Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot | bors | -113/+120 |
| 2022-08-25 | Auto merge of #100977 - JohnTitor:rollup-8hc7rxh, r=JohnTitor | bors | -1356/+2522 |
| 2022-08-24 | Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obk | bors | -49/+14 |
| 2022-08-25 | Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3 | Yuki Okushi | -1259/+2293 |
| 2022-08-25 | Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da... | Yuki Okushi | -62/+156 |
| 2022-08-25 | Rollup merge of #100780 - wonchulee:translation_save_analysis, r=davidtwco | Yuki Okushi | -1/+33 |
| 2022-08-25 | Rollup merge of #100188 - chenyukang:fix-issue-100165, r=estebank | Yuki Okushi | -10/+15 |
| 2022-08-25 | Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli... | Yuki Okushi | -2/+19 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -22/+6 |
| 2022-08-24 | Auto merge of #100963 - matthiaskrgr:rollup-pjr0lb3, r=matthiaskrgr | bors | -103/+138 |
| 2022-08-24 | Rustfmt | bjorn3 | -1/+2 |
| 2022-08-24 | Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3 | bors | -23/+57 |
| 2022-08-24 | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202... | bjorn3 | -1259/+2292 |
| 2022-08-24 | Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type,... | Matthias Krüger | -0/+3 |
| 2022-08-24 | Rollup merge of #100919 - sanxiyn:parallel-liveness, r=oli-obk | Matthias Krüger | -60/+51 |
| 2022-08-24 | Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwco | Matthias Krüger | -2/+17 |
| 2022-08-24 | Rollup merge of #100901 - TaKO8Ki:make-some-methods-private, r=sanxiyn | Matthias Krüger | -2/+3 |
| 2022-08-24 | Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,... | Matthias Krüger | -19/+39 |
| 2022-08-24 | Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a... | Matthias Krüger | -2/+7 |
| 2022-08-24 | Rollup merge of #99993 - petrochenkov:linkdated, r=bjorn3 | Matthias Krüger | -18/+18 |
| 2022-08-23 | get rid of another unnecessary lifetime macro argument | Joshua Nelson | -12/+12 |
| 2022-08-23 | Move most of `make_query` into a generic function, away from the macro | Joshua Nelson | -42/+56 |
| 2022-08-24 | do not suggest adding a bound to a opaque type | Takayuki Maeda | -1/+5 |
| 2022-08-23 | Get rid of some usages of `query_keys` | Joshua Nelson | -7/+6 |
| 2022-08-23 | Remove `$tcx` metavariable from `rustc_query_append` | Joshua Nelson | -55/+49 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -22/+6 |
| 2022-08-23 | Auto merge of #100675 - Xiretza:fluent-mandate-crate-prefix, r=davidtwco | bors | -10/+22 |
| 2022-08-23 | sugg: take into count the debug formatting | Vincenzo Palazzo | -2/+7 |
| 2022-08-24 | errors: `IntoDiagnosticArg` for `io::Error`/paths | David Wood | -0/+14 |
| 2022-08-24 | save_analysis: Migrate diagnostics | Wonchul Lee | -1/+19 |
| 2022-08-23 | Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing | Chayim Refael Friedman | -2/+17 |
| 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 | Use CRATE_HIR_ID and CRATE_DEF_ID for obligations from foreign crates | Santiago Pastorino | -11/+13 |
| 2022-08-23 | Do not use unneeded extra errors variable | Santiago Pastorino | -2/+1 |
| 2022-08-23 | Permit negative impls coherence to take advantage of implied bounds | Santiago Pastorino | -8/+26 |
| 2022-08-23 | Move InferCtxtExt to rustc_trait_selection | Santiago Pastorino | -8/+9 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -60/+51 |
| 2022-08-23 | parser will not give wrong help message for 'public' | yukang | -10/+15 |
| 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 |