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