about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-04Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze...bors-8/+56
2025-07-03Allow all MIR `Aggregate`s to take the operand path (if layout permits)Scott McMurray-67/+149
2025-07-03Block SIMD in transmute_immediate; delete `OperandValueKind`Scott McMurray-148/+81
2025-07-04Enable xgot feature for mips64 musl targetsJens Reidel-2/+2
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+9
2025-07-04Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35Jacob Pratt-12/+14
2025-07-04Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ...Jacob Pratt-52/+36
2025-07-04Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errorsJacob Pratt-18/+26
2025-07-04Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnrJacob Pratt-24/+8
2025-07-04refactor: implement a new bridge trait `Allocation`Makai-15/+54
2025-07-04refactor: rewrite `adt_repr()`, `adt_discr_for_variant()` and `coroutine_disc...Makai-19/+88
2025-07-04refactor: don't use rustc_type_ir directlyMakai-13/+8
2025-07-04refactor: avoid calling internal functions in `predicates_of()` and `explicit...Makai-54/+82
2025-07-04refactor: move `convert` to `unstable`Makai-386/+317
2025-07-04fix: resolve the unsoundnessMakai-288/+422
2025-07-04refactor: move `IndexMap` to `rustc_smir`Makai-41/+35
2025-07-04refactor: unify `Tables` implementation with bridge types and re-export `Inde...Makai-194/+285
2025-07-04refactor: remove the `tcx` field in `Tables`Makai-119/+100
2025-07-04fix: rewrite some parts of `rustc_smir::builder.rs`Makai-4/+4
2025-07-04refactor: move `convert` module to `stable_mir`Makai-668/+1225
2025-07-04refactor: rewrite the whole `rustc_smir::context`Makai-1000/+901
2025-07-04refactor: split `rustc_smir::alloc` into two partsMakai-99/+151
2025-07-04refactor: impl `SmirError` for `stable_mir::Error`Makai-4/+13
2025-07-04refactor: move `IndexedVal` from `stable_mir` to `rustc_smir`Makai-19/+21
2025-07-04refactor: make `SmirInterface` a trait and impl it for `SmirContainer`Makai-255/+912
2025-07-03Remove some unnecessary `unsafe` in VecCacheScott McMurray-2/+2
2025-07-03Auto merge of #142890 - kornelski:unused-var-debug, r=saethlinbors-2/+4
2025-07-03refactor: add `Tables<'tcx, B: Bridge>` and `SmirContainer`Makai-153/+87
2025-07-04Port `#[rustc_pass_by_value]` to the new attribute systemPavel Grigorenko-7/+24
2025-07-03compiler: document all provide fn in hir_analysis and hir_typeckJubilee Young-2/+7
2025-07-03compiler: inline 1-2 query provide fn in hir_analysis and hir_typeckJubilee Young-50/+29
2025-07-03Remove PointerLike traitMichael Goulet-196/+11
2025-07-03Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`Urgau-12/+14
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-8/+56
2025-07-03Add tidy-alphabetical for cross-crate attribute matchPavel Grigorenko-6/+8
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-33/+99
2025-07-03Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnrGuillaume Gomez-95/+134
2025-07-03Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_ltobjorn3-69/+26
2025-07-03Rework logic and provide structured suggestionEsteban Küber-10/+71
2025-07-03Remove unused config param from WriteBackendMethods::autodiffbjorn3-8/+2
2025-07-03Remove unnecessary check for fat LTObjorn3-1/+1
2025-07-03Move run_fat_lto call into execute_fat_lto_work_itembjorn3-32/+36
2025-07-03Return early when `self` resolve failure because of `let self = ...`xizheyin-4/+12
2025-07-03Pass in autodiff items when starting the coordinator threadbjorn3-19/+6
2025-07-03Replace kw_span by full span.Camille GILLOT-18/+26
2025-07-03Split generate_lto_work between fat and thin-LTO casesbjorn3-49/+63
2025-07-03Fat LTO always produces a single object file, so -Zcombine-cgu has no effectbjorn3-1/+3
2025-07-03Move dcx creation into WriteBackendMethods::codegenbjorn3-12/+10
2025-07-03Remove LtoModuleCodegenbjorn3-100/+58
2025-07-03refactor: Make -Ztrack-diagnostics emit like a noteScott Schafer-15/+18