about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-18Factor out two `print_crate_info` calls.Nicholas Nethercote-2/+3
2023-11-18Move `describe_lints` calls.Nicholas Nethercote-9/+9
2023-11-18Merge `interface::run_compiler` calls.Nicholas Nethercote-30/+18
2023-11-18Rename `early_error_handler` as `default_handler`.Nicholas Nethercote-9/+9
2023-11-17Auto merge of #117993 - nnethercote:streamline-Linker, r=bjorn3bors-64/+42
2023-11-17Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwUbors-120/+93
2023-11-17Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnrbors-3/+81
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-316/+410
2023-11-17rename bound region instantiationlcnr-69/+78
2023-11-17replace unnecessary folder impls with fold_regionlcnr-51/+15
2023-11-17Auto merge of #118003 - matthiaskrgr:rollup-80t3uky, r=matthiaskrgrbors-80/+784
2023-11-17Rollup merge of #117998 - estebank:issue-88404, r=TaKO8KiMatthias Krüger-0/+84
2023-11-17Rollup merge of #117688 - celinval:smir-kani-reach, r=compiler-errorsMatthias Krüger-72/+583
2023-11-17Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-SimulacrumMatthias Krüger-8/+117
2023-11-17linking in general has more pitfalls than just call ABIRalf Jung-2/+3
2023-11-17Make `Compiler::sess` private.Nicholas Nethercote-2/+2
2023-11-17Remove a low-value local variable.Nicholas Nethercote-3/+2
2023-11-17Rename `Linker::prepare_outputs` as `output_filenames`.Nicholas Nethercote-5/+5
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-26/+17
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-21/+15
2023-11-17Streamline `Queries::linker`.Nicholas Nethercote-19/+13
2023-11-17Auto merge of #117985 - lnicola:sync-from-ra, r=lnicolabors-970/+2212
2023-11-17Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Kibors-157/+115
2023-11-17Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errorsTakayuki Maeda-34/+29
2023-11-17Rollup merge of #117946 - RalfJung:miri-libcore-test, r=Mark-SimulacrumTakayuki Maeda-2/+5
2023-11-17Rollup merge of #117889 - epage:docs, r=Mark-SimulacrumTakayuki Maeda-11/+10
2023-11-17Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-SimulacrumTakayuki Maeda-4/+10
2023-11-17Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillotTakayuki Maeda-106/+61
2023-11-17Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3bors-192/+473
2023-11-17On resolve error of `[rest..]`, suggest `[rest @ ..]`Esteban Küber-0/+84
2023-11-17Auto merge of #117996 - matthiaskrgr:rollup-sp48bl4, r=matthiaskrgrbors-28/+193
2023-11-17Rollup merge of #117990 - estebank:issue-100825-part-deux, r=NilstriebMatthias Krüger-15/+77
2023-11-17Rollup merge of #117982 - cuviper:quiet-pgo, r=onur-ozkanMatthias Krüger-1/+3
2023-11-17Rollup merge of #117980 - WhistlingZephyr:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2023-11-17Rollup merge of #117959 - estebank:issue-76086, r=compiler-errorsMatthias Krüger-1/+61
2023-11-17Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errorsMatthias Krüger-10/+51
2023-11-17Remove `Compiler::register_lints`.Nicholas Nethercote-5/+0
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-61/+56
2023-11-17Remove dead lint code.Nicholas Nethercote-33/+5
2023-11-17Inline and remove `create_lint_store`.Nicholas Nethercote-13/+6
2023-11-16Fix code indentationEsteban Küber-3/+3
2023-11-16review comment: move error logic to different methodEsteban Küber-58/+55
2023-11-16Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...bjorn3-192/+473
2023-11-16Auto merge of #117979 - flip1995:clippyup, r=matthiaskrgrbors-10376/+10343
2023-11-16Rustup to rustc 1.76.0-nightly (6b771f6b5 2023-11-15)bjorn3-1/+1
2023-11-16Update reference to bjorn3/rustc_codegen_craneliftbjorn3-1/+1
2023-11-16Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-raLaurențiu Nicola-970/+2212
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-18/+20
2023-11-16Always run builder to evaluate constantsCelina G. Val-4/+1
2023-11-16Address PR commentsCelina G. Val-4/+3