about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-09Port `#[rustc_deny_explicit_impl]` to the new attribute systemPavel Grigorenko-4/+19
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-33/+49
2025-07-08Error on moving unsized values rather than ICE'ingmejrs-2/+35
2025-07-08Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errorsMatthias Krüger-1/+1
2025-07-08Rollup merge of #143603 - Periodic1911:clarify_keepfistlast, r=compiler-errorsMatthias Krüger-1/+15
2025-07-08Rollup merge of #143593 - mejrs:dummy, r=jdonszelmannMatthias Krüger-1/+28
2025-07-08Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmannMatthias Krüger-22/+86
2025-07-08Instantiate binder for Copy/Clone/Sized eagerlyMichael Goulet-196/+222
2025-07-08Instantiate auto trait before computing higher-ranked constituent typesMichael Goulet-16/+23
2025-07-08Remove `const_eval_select` hackOli Scherer-53/+2
2025-07-08Constify `Fn*` traitsOli Scherer-2/+58
2025-07-08Make enter_trace_span take a closure for better optimizationStypox-2/+2
2025-07-08Add inline(always) to Machine::enter_trace_spanStypox-0/+1
2025-07-08Replace TRACING_ENABLED with enter_trace_span()Stypox-20/+24
2025-07-08Always inline InterpCx::layout_of after perf regressionStypox-1/+1
2025-07-08fix: correct assertion to check for 'noinline' attribute presence before removalDillon Amburgey-1/+1
2025-07-08fix: correct parameter names in LLVMRustBuildMinNum and LLVMRustBuildMaxNum F...Dillon Amburgey-2/+2
2025-07-08remove `-znostart-stop-gc` workaroundRémy Rakic-29/+0
2025-07-08update to literal-escaper-0.0.5Marijn Schouten-7/+7
2025-07-08stabilize `-Clink-self-contained=-linker` on x64 linuxRémy Rakic-17/+34
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-10/+59
2025-07-07Let `rvalue_creates_operand` return true for *all* `Rvalue::Aggregate`sScott McMurray-77/+126
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-82/+91
2025-07-08Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errorsMatthias Krüger-2/+4
2025-07-08Rollup merge of #143586 - Kobzol:self-profile-fix, r=oli-obkMatthias Krüger-1/+1
2025-07-08Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errorsMatthias Krüger-66/+54
2025-07-08Rollup merge of #143570 - bvanjoi:issue-143560, r=compiler-errorsMatthias Krüger-10/+24
2025-07-08Rollup merge of #143567 - xizheyin:143336, r=compiler-errorsMatthias Krüger-3/+8
2025-07-07fix: Remove newline from multiple crate versions noteScott Schafer-1/+1
2025-07-08Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errorsbors-18/+28
2025-07-07Remove support for dynamic allocasmejrs-85/+10
2025-07-07Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgrbors-28/+87
2025-07-07Clarify the meaning of `AttributeOrder::KeepFirst` and `AttributeOrder::KeepL...Anne Stijns-1/+15
2025-07-07Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=RalfJungMatthias Krüger-6/+6
2025-07-07Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3Matthias Krüger-1/+3
2025-07-07Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-deadMatthias Krüger-13/+0
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-1/+1
2025-07-07Rollup merge of #132469 - estebank:issue-132041, r=NadrierilMatthias Krüger-7/+77
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-160/+405
2025-07-07Port #[rustc_dummy]mejrs-1/+28
2025-07-07Auto merge of #143582 - jieyouxu:rollup-8t9mhfj, r=jieyouxubors-1381/+1320
2025-07-07const-block-as-pattern: do not refer to no-longer-existing nightly featureRalf Jung-2/+4
2025-07-07Fix wrong cache event query keyJakub Beránek-1/+1
2025-07-07Remove unused allow attrsYotam Ofek-13/+0
2025-07-07Port `#[rustc_std_internal_symbol]` to the new attribute systemPavel Grigorenko-10/+22
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-3/+18
2025-07-07make `Machine::load_mir` infallibleDeadbeef-6/+6
2025-07-07`loop_match`: fix 'no terminator on block'Folkert de Vries-1/+3
2025-07-07Port `#[ffi_const]` to the new attribute systemPavel Grigorenko-4/+23
2025-07-07Rollup merge of #143564 - Enselic:must_emit_unwind_tables-comment, r=oli-obk许杰友 Jieyou Xu (Joe)-17/+8