about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-10Merge from rustcThe Miri Cronjob Bot-718/+1428
2025-07-10Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obkMatthias Krüger-5/+4
2025-07-10Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnrMatthias Krüger-54/+89
2025-07-10Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmannMatthias Krüger-2/+2
2025-07-10Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmannMatthias Krüger-42/+29
2025-07-10Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkovMatthias Krüger-32/+52
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-5/+12
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-25/+146
2025-07-10Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...Trevor Gross-1/+2
2025-07-10Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJungbors-59/+230
2025-07-10Remove uncessary parens in closure body with unused lintyukang-5/+12
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-9/+20
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-15/+124
2025-07-09Use reference for MacroRulesScopeRef instead of Interned.LorrensP-2158466-3/+2
2025-07-09MacroData in ResolverArenas + split macro_map into extern_macro_map and local...LorrensP-2158466-29/+50
2025-07-09Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnrbors-212/+245
2025-07-09Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obkbors-77/+126
2025-07-09Avoid creating a helper allocation for creating new `TypeId` values in the in...Oli Scherer-38/+29
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-56/+236
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-53/+113
2025-07-09improve lint doc textMarijn Schouten-5/+4
2025-07-09Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35bors-43/+66
2025-07-08Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwcoTrevor Gross-5/+8
2025-07-08Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJungTrevor Gross-21/+26
2025-07-08Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwcoTrevor Gross-13/+20
2025-07-08Rollup merge of #143177 - xizheyin:143134, r=lcnrTrevor Gross-4/+12
2025-07-09Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqkbors-34/+97
2025-07-08Expose nested bodies in rustc_borrowck::consumersNico Lehmann-54/+89
2025-07-08fix: correct typo in attr_parsing_previously_accepted message keyDillon Amburgey-2/+2
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-34/+97
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-42/+29
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-56/+93
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-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-08remove `-znostart-stop-gc` workaroundRémy Rakic-29/+0
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-08Remove `const_eval_select` hackOli Scherer-53/+2
2025-07-08Constify `Fn*` traitsOli Scherer-2/+58
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