about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-28Add with_opt_const_effect_param helper, simplifyMichael Goulet-28/+35
2023-11-28Fix PartialEq args when #[const_trait] is enabledMichael Goulet-36/+55
2023-11-28def collector: Set correct namespace in `DefPathData` for foreign typesVadim Petrochenkov-16/+10
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-171/+160
2023-11-28Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgrbors-5/+11
2023-11-28Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile...Matthias Krüger-3/+3
2023-11-28Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errorsMatthias Krüger-2/+8
2023-11-28Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errorsbors-16/+28
2023-11-27Rollup merge of #118382 - shepmaster:unused-tuple-struct-field-cleanup, r=com...Michael Goulet-9/+8
2023-11-27Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkinMichael Goulet-1/+5
2023-11-27Rollup merge of #118374 - klensy:collect_active_jobs, r=compiler-errorsMichael Goulet-20/+14
2023-11-27Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkovMichael Goulet-34/+40
2023-11-27Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinvalMichael Goulet-18/+286
2023-11-27Rollup merge of #117526 - estebank:issue-24157, r=b-naberMichael Goulet-4/+41
2023-11-27Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8KiMichael Goulet-11/+33
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-131/+35
2023-11-27Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkinbors-34/+76
2023-11-27Address unused tuple struct fields in the compilerJake Goulding-9/+8
2023-11-27add otherwise into targetsouz-a-3/+5
2023-11-27rustc_span: Use correct edit distance start length for suggestionsMartin Nordholts-1/+5
2023-11-27Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=...bors-116/+104
2023-11-27Account for `!` arm in tail `match` exprEsteban Küber-4/+41
2023-11-27QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...klensy-20/+14
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+40
2023-11-27Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8KiTakayuki Maeda-2/+19
2023-11-27Rollup merge of #118340 - compiler-errors:tweaks, r=lqdTakayuki Maeda-10/+10
2023-11-27Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwcoTakayuki Maeda-0/+5
2023-11-27Change help message to make some sense in broader contextHirochika Matsumoto-1/+1
2023-11-27Address review feedbacksHirochika Matsumoto-16/+17
2023-11-27Make tidy test happyHirochika Matsumoto-1/+1
2023-11-27Detect Python-like slicing and suggest how to fixHirochika Matsumoto-0/+21
2023-11-27Suggest swapping the order of `ref` and `box`Hirochika Matsumoto-2/+19
2023-11-27rename methodDeadbeef-9/+18
2023-11-27Detect and reject malformed repr(Rust) hintsLeón Orell Valerian Liehr-3/+3
2023-11-27Rollup merge of #118338 - nnethercote:backticks, r=compiler-errorsMatthias Krüger-7/+7
2023-11-27Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naberbors-53/+46
2023-11-26Simplify indenting in THIR printingMark Rousskov-2/+8
2023-11-26Use helpersMichael Goulet-10/+10
2023-11-27Fix some backticks in comments.Nicholas Nethercote-1/+1
2023-11-27Put backticks around some attributes in doc comments.Nicholas Nethercote-6/+6
2023-11-26Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillotbors-50/+35
2023-11-26Remove Upvar duplicationMark Rousskov-50/+35
2023-11-26move comment about local traitRyan Mehri-1/+2
2023-11-26Turn write_dep_info into a regular functionbjorn3-13/+10
2023-11-26Mostly revert "Accept crate name instead of attributes in build_output_filena...bjorn3-6/+16
2023-11-26Ensure macro expansion runs before writing the dep infobjorn3-0/+5
2023-11-26Feed the output filenames into the TyCtxtbjorn3-11/+16
2023-11-26Serialize OutputFilenames into rmeta filebjorn3-27/+22
2023-11-26don't add redundant help for object safety violationsRyan Mehri-34/+75
2023-11-26Accept crate name instead of attributes in build_output_filenamesbjorn3-18/+10