about summary refs log tree commit diff
path: root/src/test/ui/attributes
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2050/+0
2022-12-27Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errorsMatthias Krüger-0/+12
2022-12-22Move z-crate-attr test to the attributes dirYuki Okushi-0/+12
2022-12-13Add regression testinquisitivecrystal-0/+39
2022-12-03Remove useless filter in unused extern crate check.Camille GILLOT-0/+22
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-3/+3
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-2/+4
2022-10-01bless ui testsMaybe Waffle-5/+5
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+332
2022-09-06get_attr should check that no duplicates are allowedyukang-0/+20
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+245
2022-08-29unix_sigpipe: Skip some tests on android; libc has no `signal` functionMartin Nordholts-1/+6
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+240
2022-08-28Remove `register_attr`-related testsYuki Okushi-187/+0
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-2/+2
2022-07-15passes: migrate half of `check_attr`David Wood-7/+7
2022-06-04Support the `#[expect]` attribute on fn parameters (RFC-2383)xFrednet-2/+2
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+4
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-13/+13
2022-03-05Auto merge of #93142 - estebank:missing-main, r=wesleywiserbors-12/+6
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-12/+6
2022-03-03Cleanup feature gates.Camille GILLOT-4/+6
2022-02-25`check_used` should only look at actual `used` attributescynecx-0/+9
2022-02-09Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkovMatthias Krüger-0/+35
2022-02-09Move tests into attributes directory to pacify tidyNikita Popov-0/+51
2022-02-08Remove obsolete no-op #[main] attribute from compiler.Jeremy Banks-0/+35
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-5/+5
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-2/+1
2022-01-17Emit simpler code from format_argsDavid Tolnay-5/+2
2021-12-15Add a lint for duplicated attributes.Ethiraric-0/+63
2021-12-01Pretty print empty blocks as {}David Tolnay-1/+1
2021-11-25Do not visit attributes in `LateResolutionVisitor`.Camille GILLOT-3/+27
2021-11-23Do not visit attributes in `ItemLowerer`.Camille GILLOT-0/+35
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-9/+9
2021-11-18Move some tests to more reasonable directoriesCaio-0/+113
2021-11-14Move some tests to more reasonable directoriesCaio-0/+23
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-2/+2
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-2/+2
2021-11-06Move some tests to more reasonable directoriesCaio-0/+19
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-2/+2
2021-10-15Bless testsCameron Steffen-4/+4
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-2/+2
2021-09-23Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisaJubilee-0/+18
2021-09-21Use ZST for fmt unsafetyCameron Steffen-10/+6
2021-09-19Resolve issue 85066Theo-0/+18
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-17/+3
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-17/+3
2021-08-16Make Arguments constructors unsafeCameron Steffen-6/+10
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-4/+6