about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-09Make UB transmutes really UB in LLVMScott McMurray-7/+5
2025-07-09compiler: recomment `needs_fn_once_adapter_shim`Jubilee Young-8/+6
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-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-12/+22
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-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-12/+15
2025-07-09Make AsyncDrop check that it's being implemented on a local ADTMichael Goulet-2/+7
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-09use `--dynamic-list` for exporting executable symbolsusamoi-16/+25
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-09emit `.att_syntax` when global/naked asm use that optionFolkert de Vries-7/+15
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-42/+29
2025-07-09Port `#[rustc_coherence_is_core]` to the new attribute systemPavel Grigorenko-6/+20
2025-07-09Port `#[rustc_allow_incoherent_impl]` to the new attribute systemPavel Grigorenko-10/+31
2025-07-09Reorder attribute parsers in `traits.rs`Pavel Grigorenko-28/+35
2025-07-09Port `#[rustc_paren_sugar]` to the new attribute systemPavel Grigorenko-5/+19
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-6/+20
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-56/+93
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-9/+22
2025-07-09Port `#[rustc_unsafe_specialization_marker]` to the new attribute systemPavel Grigorenko-10/+29
2025-07-09Port `#[rustc_specialization_trait]` to the new attribute systemPavel Grigorenko-3/+17
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-8/+22
2025-07-09Port `#[rustc_coinductive]` to the new attribute systemPavel Grigorenko-5/+17
2025-07-09Port `#[rustc_do_not_implement_via_object]` to the new attribute systemPavel Grigorenko-5/+18
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