about summary refs log tree commit diff
path: root/tests/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-14/+14
2025-08-15Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc...Stuart Cook-8/+2
2025-08-14Update uitestsJonathan Brouwer-2/+4
2025-08-14resolve prelude import at `build_reduced_graph` phaseLorrensP-2158466-8/+2
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-1/+7
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-8/+0
2025-08-12Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macrosJosh Triplett-8/+0
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-15/+47
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-50/+172
2025-08-10Do not point at macro invocation when providing inference contextEsteban Küber-5/+1
2025-08-10Add test showing innecessary inference spanEsteban Küber-0/+42
2025-08-10Account for macros when trying to point at inference causeEsteban Küber-10/+2
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-1/+1
2025-08-07Rollup merge of #143929 - petrochenkov:depresolve, r=lcnrStuart Cook-20/+144
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+2
2025-08-05Mark all deprecation lints in name resolution as deny-by-default and report-i...Vadim Petrochenkov-20/+144
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-6/+6
2025-07-26Update test resultsJonathan Brouwer-94/+186
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-12/+0
2025-07-10Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkovTrevor Gross-47/+857
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-59/+192
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-0/+14
2025-06-12Add support for $crate to IdentDaniel Bloom-47/+857
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-8/+8
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-8/+8
2025-06-03Add missing 2015 edition directivesLukas Wirth-0/+1
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-1/+5
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-13/+13
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-6/+5
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-12/+12
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-4/+4
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-6/+6
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-6/+6
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-99/+102
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-2/+2
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-4/+8
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-95/+94
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-2/+2
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-5/+5
2025-04-16Add test for `extern` without explicit ABIObei Sideg-2/+2
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-4/+8
2025-04-15Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnayStuart Cook-26/+13
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-185/+188
2025-04-11Replace proc_macro::SourceFile by Span::{file, local_file}.Mara Bos-14/+13
2025-04-11Remove proc_macro::SourceFile::is_real().Mara Bos-13/+1
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-2/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-04-07compiletest: Always preserve kind for compiler diagnosticsVadim Petrochenkov-4/+7
2025-04-03Use `cfg(false)` in UI testsclubby789-79/+79
2025-04-03Stabilize `cfg_boolean_literals`clubby789-16/+15