about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-19Remove param env from relation altogetherMichael Goulet-38/+22
2023-12-19add commentlcnr-0/+14
2023-12-19fast path for declared_generic_bounds_from_envAli MJ Al-Nasrawy-2/+12
2023-12-19implement remapper for build pathsonur-ozkan-0/+14
2023-12-19update `build.tools` in config.example.tomlonur-ozkan-0/+1
2023-12-19Remove unnecessary param-env from lexical region resolution and fully structu...Michael Goulet-68/+28
2023-12-19Do not evaluate in structurally_relate_tysMichael Goulet-7/+3
2023-12-19don't build `rust-analyzer-proc-macro-srv` on def configonur-ozkan-5/+8
2023-12-19Auto merge of #119117 - bjorn3:sync_cg_clif-2023-12-19, r=bjorn3bors-117/+225
2023-12-19effects: fix commentLeón Orell Valerian Liehr-1/+1
2023-12-19Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...bjorn3-117/+225
2023-12-19Use LLVM features for arm64e_apple_ios targetArtyom Tetyukhin-1/+1
2023-12-19Auto merge of #118853 - calebzulawski:simd-intrinsics, r=RalfJungbors-0/+474
2023-12-19Remove legacy bitcode defaultsArtyom Tetyukhin-9/+4
2023-12-19Update documentation for `--env` compilation flagGuillaume Gomez-1/+19
2023-12-19Rustup to rustc 1.76.0-nightly (3f28fe133 2023-12-18)bjorn3-1/+1
2023-12-19Sync from rust 3f28fe133475ec5faf3413b556bf3cfb0d51336cbjorn3-8/+7
2023-12-19Auto merge of #119110 - matthiaskrgr:rollup-vr6ha8x, r=matthiaskrgrbors-65/+77
2023-12-19Remove the `make_target_blocks` hackNadrieril-92/+86
2023-12-19Remove unused `DiagCtxt::span_bug_no_panic`.Nicholas Nethercote-7/+0
2023-12-19De-weirdify `fatally_break_rust`.Nicholas Nethercote-12/+44
2023-12-19Rollup merge of #119100 - celinval:smir-body-span, r=compiler-errorsMatthias Krüger-2/+9
2023-12-19Rollup merge of #119098 - compiler-errors:hangs, r=lcnrMatthias Krüger-13/+18
2023-12-19Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r...Matthias Krüger-50/+50
2023-12-19Rollup merge of #119087 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-12-19Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkovbors-41/+36
2023-12-18Add arm-none-eabi and armv7r-none-eabi platform-support documentation.Chris Copeland-106/+176
2023-12-19Auto merge of #119074 - leohowell:new-aarch64-apple-watchos-target, r=wesleyw...bors-0/+24
2023-12-19subtype_predicate: remove unnecessary probelcnr-12/+3
2023-12-19Auto merge of #117654 - alistair23:alistair/riscv-docker, r=Mark-Simulacrumbors-8/+30
2023-12-19Auto merge of #119047 - mu001999:fix/118772, r=wesleywiserbors-52/+69
2023-12-18Disable new intrinsics for bootstrapCaleb Zulawski-0/+2
2023-12-18Add the function body span to StableMIRCelina G. Val-2/+9
2023-12-19Auto merge of #119061 - compiler-errors:async-gen-abi, r=wesleywiserbors-23/+125
2023-12-18Add a test demonstrating that RFC's note on diverging returns is subsumed by ...Michael Goulet-0/+20
2023-12-18Adjust the ignore-compare-mode-next-solver for hangsMichael Goulet-13/+18
2023-12-19Introduce `DiagCtxt::struct_bug`.Nicholas Nethercote-1/+10
2023-12-19Factor out common `emit_producing_guarantee` code.Nicholas Nethercote-43/+21
2023-12-19Add `EmitResult` associated type to `EmissionGuarantee`.Nicholas Nethercote-76/+76
2023-12-18Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789bors-2/+8
2023-12-19Remove `struct_diagnostic` and `G::make_diagnostic_builder`.Nicholas Nethercote-65/+0
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-288/+307
2023-12-19Streamline `Diagnostic` proc macro.Nicholas Nethercote-83/+45
2023-12-19Remove unnecessary `use` items in derived `IntoDiagnostic` impls.Nicholas Nethercote-3/+0
2023-12-18Auto merge of #119023 - compiler-errors:fn-trait-constness, r=fee1-deadbors-69/+164
2023-12-18Check const_eval_select intrinsic correctlyMichael Goulet-46/+81
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-24/+84
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-41/+36
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-25/+760
2023-12-18Use alias-eq in structural normalizationMichael Goulet-50/+50