about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-14Update uitestsJonathan Brouwer-2267/+2449
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/+304
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-14Auto merge of #145388 - GuillaumeGomez:rollup-hnlt5ov, r=GuillaumeGomezbors-361/+646
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-101/+72
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+56
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-124/+207
2025-08-14Rollup merge of #145299 - eval-exec:exec-fix-145293, r=tgross35Guillaume Gomez-2/+6
2025-08-14Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkovGuillaume Gomez-64/+79
2025-08-14Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmannGuillaume Gomez-0/+28
2025-08-14Rollup merge of #145179 - joshtriplett:number, r=RalfJungGuillaume Gomez-10/+8
2025-08-14Rollup merge of #144959 - Marcondiro:master, r=Mark-SimulacrumGuillaume Gomez-1/+1
2025-08-14Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJungGuillaume Gomez-23/+43
2025-08-14Rollup merge of #144515 - scottmcm:ptr_cast_array, r=Mark-SimulacrumGuillaume Gomez-10/+35
2025-08-14Rollup merge of #142741 - a1phyr:fix_unsoundness, r=Mark-SimulacrumGuillaume Gomez-2/+2
2025-08-14Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiserGuillaume Gomez-14/+61
2025-08-14Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum...Guillaume Gomez-10/+48
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-46/+52
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-28/+8
2025-08-14resolve: Do not call `resolve_macro_path` from late resolutionVadim Petrochenkov-28/+13
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-10/+48
2025-08-14Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxubors-144/+431
2025-08-14Add regression test for a former ICE involving helper attributes containing i...León Orell Valerian Liehr-0/+28
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-90/+235
2025-08-13Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomezbors-503/+941
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-124/+207
2025-08-13Improve `--remap-path-prefix` documentationUrgau-14/+61
2025-08-13Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmeaseGuillaume Gomez-0/+14
2025-08-13Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca...Guillaume Gomez-1/+3
2025-08-13Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxuGuillaume Gomez-67/+98
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-211/+405
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+124
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/+9
2025-08-13Update clippy testsVadim Petrochenkov-2/+22
2025-08-13Auto merge of #145298 - nikic:llvm21-rc3, r=cuviperbors-1/+3
2025-08-13Add missing entry in STAGE0_MISSING_TARGETSJens Reidel-0/+1
2025-08-13Suppress wrapper suggestion when expected and actual ty are the same adt and ...xizheyin-8/+9
2025-08-13Add test suggest-add-wrapper-issue-145294xizheyin-0/+55
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-12/+11
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-86/+212
2025-08-13Cleanup assoc parent utilsCameron Steffen-64/+79
2025-08-13Add another example for escaped `#` character in doctest in rustdoc bookGuillaume Gomez-0/+14
2025-08-13doc test: fix mpsc.rs try_send doc testEval EXEC-2/+6
2025-08-13Correctly handle when there are no unstable items in the documented crateGuillaume Gomez-1/+3