about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-16460/+0
2023-01-04Move testsCaio-0/+33
2023-01-04Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebankMatthias Krüger-0/+2
2023-01-02Print correct base for too-large literalsclubby789-0/+2
2023-01-02maybegimbles-7/+7
2023-01-01Verbose suggestionsEsteban Küber-2/+4
2022-12-29Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...Matthias Krüger-1/+1
2022-12-28Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errorsMatthias Krüger-0/+32
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-23Move testsCaio-0/+32
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-21/+4
2022-12-12Properly calculate best failure in macro matchingNilstrieb-0/+32
2022-12-11Move testsCaio-0/+91
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-3/+5
2022-12-06Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholkMatthias Krüger-0/+1
2022-12-03parser: fix ICE with invalid variable declaration in macro callYutaro Ohno-0/+52
2022-12-01While parsing enum variant, the error message always disappearYiming Lei-0/+1
2022-12-01Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercoteMatthias Krüger-0/+11
2022-11-30report literal errors when `token_lit` has errorsTakayuki Maeda-0/+11
2022-11-30Fix an ICE parsing a malformed literal in `concat_bytes!`.Nicholas Nethercote-0/+24
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-1/+21
2022-11-15Only do parser recovery on retried macro matchingNilstrieb-0/+31
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+167
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-1/+21
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-0/+35
2022-10-31resolve: Turn the binding from `#[macro_export]` into a proper `Import`Vadim Petrochenkov-3/+24
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-1/+1
2022-10-25Pinning tests for some macro_rules things discussed in the lang meetingScott McMurray-0/+28
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-1/+1
2022-10-16Account for hygiene when suggesting typos.Camille GILLOT-1/+1
2022-10-11Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwcoMatthias Krüger-0/+70
2022-10-11fix #102878Takayuki Maeda-0/+70
2022-10-08Stabilize half_open_range_patternsUrgau-1/+0
2022-10-05Delay function resolution error until typeckMichael Goulet-22/+22
2022-10-03Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated...Matthias Krüger-1/+32
2022-10-01bless ui testsMaybe Waffle-14/+14
2022-09-27Update tests.Mara Bos-141/+141
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-1/+1
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-22Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandryYuki Okushi-0/+3
2022-09-19Adding needs-unwind to nicer-assert-messages compiler ui testsAndrew Pollack-0/+3
2022-09-15Future-proof against loose bounds if default variant is non-exhaustive.Daniel Henry-Mantilla-1/+32
2022-09-13Emit an error instead of reconstructing token stream.Camille GILLOT-1/+8
2022-09-13Manually cleanup token stream when macro expansion aborts.Camille GILLOT-0/+41
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+0
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-0/+7
2022-08-09Stringify non-shorthand visibility correctlyJacob Pratt-2/+3
2022-08-09Rollup merge of #100228 - luqmana:suggestion-ice, r=estebankDylan DPC-0/+49
2022-08-07Add UI test for #100199Luqman Aden-0/+49
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-0/+2