about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-11Auto merge of #102900 - abrachet:master, r=bjorn3bors-0/+4
2022-12-11Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-deadMatthias Krüger-98/+24
2022-12-11Rollup merge of #105411 - estebank:short-names, r=oli-obkMatthias Krüger-20/+115
2022-12-11Rollup merge of #105542 - compiler-errors:confirm-nits, r=jackh726Matthias Krüger-59/+61
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-20/+115
2022-12-10Some method confirmation code nitsMichael Goulet-59/+61
2022-12-10Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillotbors-58/+80
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-98/+24
2022-12-10Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiaskoMatthias Krüger-29/+107
2022-12-10Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwUMatthias Krüger-1/+10
2022-12-10Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obkMatthias Krüger-140/+57
2022-12-10Rollup merge of #105192 - estebank:point-at-lhs-on-binop, r=fee1-deadMatthias Krüger-1/+11
2022-12-10Rollup merge of #104460 - Nilstrieb:expand-the-translation, r=davidtwcoMatthias Krüger-210/+604
2022-12-10Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgrbors-140/+390
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-210/+604
2022-12-10Rollup merge of #105514 - estebank:is_visible, r=oli-obkMatthias Krüger-3/+12
2022-12-10Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-deadMatthias Krüger-1/+4
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-27/+154
2022-12-10Rollup merge of #105082 - Swatinem:async-abi, r=compiler-errorsMatthias Krüger-5/+17
2022-12-10Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiserMatthias Krüger-104/+203
2022-12-10Auto merge of #105357 - oli-obk:feeding, r=cjgillot,petrochenkovbors-185/+163
2022-12-10Auto merge of #105512 - matthiaskrgr:rollup-i74avrf, r=matthiaskrgrbors-13/+44
2022-12-09Introduce `Span::is_visible`Esteban Küber-3/+12
2022-12-09Rollup merge of #105506 - estebank:rustc_must_implement_one_of, r=compiler-er...Matthias Krüger-11/+8
2022-12-09Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-09Rollup merge of #105468 - sunfishcode:sunfishcode/main-void-wasi, r=estebankMatthias Krüger-0/+4
2022-12-09Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiserMatthias Krüger-1/+31
2022-12-09Auto merge of #105363 - WaffleLapkin:thin2win_box_next_argument, r=nnethercotebors-44/+49
2022-12-09Tweak `rustc_must_implement_one_of` diagnostic outputEsteban Küber-11/+8
2022-12-09Don't warn about unused parens when they are used by yeet exprMaybe Waffle-1/+4
2022-12-09Fold `Definitions` into the untracked dataOli Scherer-70/+49
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-91/+77
2022-12-09Generate crate loaders on the flyOli Scherer-54/+67
2022-12-09ResolverTree does not require access to the crate loader, only the storeOli Scherer-6/+6
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-140/+57
2022-12-09Auto merge of #104572 - pkubaj:patch-1, r=cuviperbors-6/+8
2022-12-09Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgrbors-1096/+1769
2022-12-09Fix typo in apple_base.rsIkko Ashimine-1/+1
2022-12-09Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726Matthias Krüger-1/+13
2022-12-09Rollup merge of #105443 - compiler-errors:move-more, r=oli-obkMatthias Krüger-1095/+1756
2022-12-09Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJungbors-77/+87
2022-12-08Don't generate pointer loads to spills unless necessaryWesley Wiser-2/+27
2022-12-08Make `debuginfo_offset_calcuation` generic so we can resuse the logicWesley Wiser-10/+41
2022-12-08Factor out debuginfo offset calculationWesley Wiser-27/+49
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-27/+154
2022-12-09Fix build on powerpc-unknown-freebsdpkubaj-6/+8
2022-12-08Point at LHS on binop type err if relevantEsteban Küber-1/+11
2022-12-08Assert size of `rustc_parse_format::Piece<'_>`Maybe Waffle-0/+5
2022-12-08Fix Async Generator ABIArpad Borsos-5/+17
2022-12-08Mangle "main" as "__main_void" on wasm32-wasiDan Gohman-0/+4