| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Rollup merge of #101111 - saethlin:better-fnentry-spans, r=RalfJung | Matthias Krüger | -11/+8 |
| 2022-08-29 | Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning... | Matthias Krüger | -27/+30 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -27/+45 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -212/+648 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -3/+30 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -136/+127 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -13/+11 |
| 2022-08-28 | Use the declaration's SourceInfo for FnEntry retags, not the outermost | Ben Kimock | -11/+8 |
| 2022-08-28 | Rollup merge of #101098 - petrochenkov:noinvis, r=TaKO8Ki | Matthias Krüger | -48/+43 |
| 2022-08-28 | Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errors | Matthias Krüger | -21/+15 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -3/+5 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -3/+113 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -11/+7 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -1/+35 |
| 2022-08-28 | Fix handling of rust_eh_personality in reachable_non_generics | Amanieu d'Antras | -11/+7 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -48/+43 |
| 2022-08-27 | Auto merge of #100591 - est31:stabilization_placeholder, r=Mark-Simulacrum | bors | -1/+9 |
| 2022-08-27 | Adjust label break value stabilization version to CURRENT_RUSTC_VERSION | est31 | -1/+1 |
| 2022-08-27 | Expand the version placeholder to the current version in stability attribute ... | est31 | -0/+8 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -181/+165 |
| 2022-08-27 | Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorino | bors | -1/+12 |
| 2022-08-27 | Auto merge of #100946 - jyn514:query-system-3, r=cjgillot | bors | -16/+16 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -21/+15 |
| 2022-08-27 | Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitor | bors | -33/+11 |
| 2022-08-27 | Rollup merge of #101057 - cjgillot:one-fn-sig, r=compiler-errors | Yuki Okushi | -31/+9 |
| 2022-08-27 | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -40/+216 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -927/+2402 |
| 2022-08-26 | Rollup merge of #100900 - AndyJado:diag-migrate, r=davidtwco | Michael Goulet | -76/+211 |
| 2022-08-26 | Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi... | Michael Goulet | -12/+94 |
| 2022-08-26 | Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david... | Michael Goulet | -217/+621 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -5/+22 |
| 2022-08-26 | Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco | Michael Goulet | -124/+297 |
| 2022-08-26 | Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco | Michael Goulet | -22/+126 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -115/+228 |
| 2022-08-26 | Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwco | Michael Goulet | -94/+207 |
| 2022-08-26 | Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost... | Michael Goulet | -262/+596 |
| 2022-08-26 | Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJung | bors | -506/+224 |
| 2022-08-26 | Merge implementations of HIR fn_decl and fn_sig. | Camille GILLOT | -31/+9 |
| 2022-08-26 | Auto merge of #101039 - ouz-a:issue-100991, r=compiler-errors | bors | -1/+4 |
| 2022-08-26 | Don't catch overflow when running with cargo doc | ouz-a | -1/+4 |
| 2022-08-26 | remove now-unused ScalarMaybeUninit | Ralf Jung | -134/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -318/+209 |
| 2022-08-26 | remove some now-unnecessary parameters from check_bytes | Ralf Jung | -31/+7 |
| 2022-08-26 | remove enforce_number_init machine hook that Miri no longer needs | Ralf Jung | -24/+8 |
| 2022-08-26 | fix an outdated machine hook name | Ralf Jung | -7/+7 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -40/+216 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -18/+135 |
| 2022-08-26 | Migrate rustc_ty_utils to use SessionDiagnostic | Peter Medus | -94/+207 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -136/+127 |