about summary refs log tree commit diff
path: root/tests/ui/inline-const
AgeCommit message (Expand)AuthorLines
2025-01-09Make sure to walk into nested const blocks in RegionResolutionVisitorMichael Goulet-0/+16
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-5/+4
2024-12-04review comments: reword messages and simplify logicEsteban Küber-4/+4
2024-12-04Specify type kind of constant that can't be used in patternsEsteban Küber-2/+2
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-4/+4
2024-11-16tests: ui/inline-consts: add issue number to a test, rename other tests from ...Matthias Krüger-11/+11
2024-11-13Add test casesKirill Podoprigora-0/+124
2024-09-15stabilize const_mut_refsRalf Jung-9/+3
2024-09-03Rollup merge of #128701 - veera-sivarajan:fix-128604, r=estebankMatthias Krüger-0/+64
2024-08-08Add testtiif-0/+35
2024-08-06Don't Suggest Labeling `const` and `unsafe` BlocksVeera-13/+20
2024-08-06Add TestsVeera-0/+57
2024-07-18avoid creating an Instance only to immediately disassemble it againRalf Jung-2/+3
2024-06-07Add regression testOli Scherer-0/+18
2024-05-30Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrierilbors-0/+22
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-0/+22
2024-05-29Reintroduce name resolution check for trying to access locals from an inline ...Oli Scherer-0/+17
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+1
2024-04-24Fix tests and blessGary Guo-46/+18
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-0/+26
2024-02-25fix use of platform_intrinsics in testsRalf Jung-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-21/+21
2024-02-01`#![feature(inline_const_pat)]` is no longer incompleteMatthew Jasper-29/+11
2024-01-29Enable tests for unsafe blocks in inline const patternsMatthew Jasper-3/+39
2024-01-29Borrow check inline const patternsMatthew Jasper-5/+48
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-77/+8
2023-11-24Show number in error message even for one errorNilstrieb-8/+8
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-9/+0
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-4/+70
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-1/+16
2023-09-21Add regression testOli Scherer-0/+21
2023-08-18Add a test to check that inline const is in required_constsGary Guo-0/+24
2023-08-15Deny FnDef in patternsMichael Goulet-0/+30
2023-08-09Don't use type_of to determine if item has intrinsic shimMichael Goulet-0/+10
2023-07-19Fix inline_const with interpolated blockMichael Goulet-0/+32
2023-06-01add inline-const test for elided lifetimes being infer varsZiru Niu-0/+11
2023-04-15Add some reasons why tests are ignored.Eric Huss-1/+1
2023-04-03Perform match checking on THIR.Camille GILLOT-16/+2
2023-01-15Tweak E0597Esteban Küber-0/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+585