about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-57/+67
2025-08-14Rollup merge of #145403 - shepmaster:grammar, r=estebankJakub Beránek-1/+1
2025-08-14Rollup merge of #145401 - estebank:remove-useless-iter, r=compiler-errorsJakub Beránek-2/+2
2025-08-14Rollup merge of #145398 - estebank:use-default-fields-resolver, r=petrochenkovJakub Beránek-30/+17
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-11/+19
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-13/+28
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-1403/+993
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-1/+1
2025-08-14cleanup: Remove useless `[T].iter().last()`Esteban Küber-2/+2
2025-08-14Remove the old target checking logicJonathan Brouwer-1310/+138
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-44/+361
2025-08-14Allow attribute parsers to specify a list of allowed targetsJonathan Brouwer-13/+303
2025-08-14Pass the target type down to `parse_attribute_list`Jonathan Brouwer-25/+48
2025-08-14Improved `Target` typeJonathan Brouwer-11/+143
2025-08-14Use `default_field_values` in `Resolver`Esteban Küber-30/+17
2025-08-14Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscrossbors-4/+6
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-94/+49
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+9
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-100/+165
2025-08-14Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkovGuillaume Gomez-64/+79
2025-08-14Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJungGuillaume Gomez-23/+41
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-40/+36
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-27/+1
2025-08-14resolve: Do not call `resolve_macro_path` from late resolutionVadim Petrochenkov-28/+13
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-70/+111
2025-08-14Stabilize `sse4a` and `tbm` target featuressayantn-4/+6
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-100/+165
2025-08-13Rollup merge of #145241 - tomtor:avr-layout, r=nikicGuillaume Gomez-1/+7
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-149/+245
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+44
2025-08-13Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwUGuillaume Gomez-68/+95
2025-08-13Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwcoGuillaume Gomez-155/+186
2025-08-13Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwcoGuillaume Gomez-0/+4
2025-08-13Suppress wrapper suggestion when expected and actual ty are the same adt and ...xizheyin-0/+9
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-2/+9
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-68/+102
2025-08-13Cleanup assoc parent utilsCameron Steffen-64/+79
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-31/+39
2025-08-13Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzolbors-4/+17
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-4/+17
2025-08-13Auto merge of #145093 - nikic:dead-on-return, r=nnethercotebors-1/+19
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-31/+39
2025-08-12Remove unused must_useMichael Goulet-4/+17
2025-08-12mbe: Rename macro parsing state names to use `Bang` instead of `Not`Josh Triplett-9/+9
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-21/+22
2025-08-12Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macrosJosh Triplett-0/+1
2025-08-12Expand documentation of `GlobDelegation`Josh Triplett-0/+2
2025-08-12Switch to a bitflags `MacroKinds` to support macros with more than one kindJosh Triplett-119/+211
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-51/+81
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-4/+3