about summary refs log tree commit diff
path: root/tests/ui/static
AgeCommit message (Expand)AuthorLines
2024-02-18Improve wording of static_mut_refObei Sideg-160/+492
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-19/+19
2024-02-10rebless after rebaseRalf Jung-0/+1
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-4/+7
2024-02-08Taint borrowck results without running any borrowck if the MIR body was alrea...Oli Scherer-32/+9
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-5/+36
2024-01-06Add test for `E0796` and `static_mut_ref` lintObei Sideg-0/+356
2024-01-05Stabilize THIR unsafeckMatthew Jasper-12/+12
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-148/+14
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-13/+13
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-1/+0
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-0/+2
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-9/+10
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-10/+2
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-4/+5
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+1
2023-01-30Modify primary span label for E0308Esteban Küber-5/+5
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+2
2023-01-24Add suggestions for function pointersMatthew J Perez-1/+5
2023-01-15Tweak E0597Esteban Küber-0/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1215