about summary refs log tree commit diff
path: root/src/test/ui/cast
AgeCommit message (Expand)AuthorLines
2021-10-04Fix suggestion to borrow when casting from pointer to referenceFabian Wolff-0/+35
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-07-30Auto merge of #85971 - FabianWolff:issue-85586, r=davidtwcobors-0/+21
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-100/+0
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-13/+4
2021-06-10Use more precise span for E0282 in cast expressionsFabian Wolff-0/+21
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-2/+2
2021-05-24Remove stray .stderr filesLeSeulArtichaut-58/+0
2021-05-21Check for ptr-to-int casts in const functions in THIR unsafeckLeSeulArtichaut-13/+88
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-2/+4
2021-05-06Fix incorrect suggestions for E0605Fabian Wolff-2/+2
2021-04-25make sure raw ptr casts in 'const' context are unsafeRalf Jung-25/+76
2021-04-18Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnaybors-1/+3
2021-04-15Add regression testGiacomo Stevanato-0/+55
2021-04-15Allow use of deprecated std::raw in a test for that featureSimon Sapin-1/+3
2021-01-28move a bunch of testsBastian Kauschke-0/+164
2020-12-31Move cast-related testsYuki Okushi-0/+361
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-13/+5
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2019-12-18Start generating AddressOf rvalues in MIRMatthew Jasper-4/+5
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-8/+8
2019-04-11Reword tracking issue noteEsteban Küber-2/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-2/+4
2019-03-11Update testsVadim Petrochenkov-8/+8
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-8/+12
2019-01-09provide suggestion for invalid boolean castAndy Russell-9/+22
2018-12-25Remove licensesMark Rousskov-91/+11
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+234