about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-05-30Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obkMichael Goulet-0/+18
2022-05-30Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errorsMichael Goulet-6/+37
2022-05-30address commentsMichael Goulet-20/+86
2022-05-30better enum suggestionsMichael Goulet-0/+151
2022-05-30add regression testMichael Goulet-0/+41
2022-05-30fix typoMichael Goulet-29/+29
2022-05-30Add test for known-bugs of cfg_accessibleUrgau-6/+46
2022-05-30Add tests for private items of cfg_accessibleUrgau-0/+21
2022-05-30Add tests for "not sure" case of cfg_accessibleUrgau-0/+303
2022-05-30Handle more cases in cfg_accessibleUrgau-41/+42
2022-05-30normalize forbidden slicesMaybe Waffle-78/+79
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-0/+43
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-0/+37
2022-05-30test forbidden slices on all two usizesizesMaybe Waffle-28/+309
2022-05-30--blessMaybe Waffle-28/+28
2022-05-30Use `// error-pattern:` header in `forbidden_slices.rs` testMaybe Waffle-0/+1
2022-05-30Rename slice_from_ptr_range_const -> const_slice_from_ptr_rangeMaybe Waffle-2/+2
2022-05-30Add ui tests for `slice::from_{ptr_range,raw_parts}`Maybe Waffle-0/+481
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-141/+33
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-141/+33
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-6/+37
2022-05-30Bless tests with the full list of conventions in the outputScott McMurray-2/+2
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+87
2022-05-29Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obkMichael Goulet-0/+12
2022-05-29Add `let_underscore_drop` lint.Aaron Kofsky-0/+25
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-0/+12
2022-05-29Note pattern mismatch coming from for-loop desugaringMichael Goulet-0/+43
2022-05-29Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errorsbors-60/+139
2022-05-29Rebase fallout.Camille GILLOT-1/+1
2022-05-29Handle anonymous lifetimes properly in diagnostics.Camille GILLOT-2/+2
2022-05-29Fortify check for number of generic parameters.Camille GILLOT-4/+2
2022-05-29Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT-20/+380
2022-05-29Harden bad placeholder checks on statics/constsYuki Okushi-7/+74
2022-05-29Ensure source file present when calculating max line numberYuki Okushi-0/+37
2022-05-29Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errorsGuillaume Gomez-13/+11
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-8/+21
2022-05-29Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obkGuillaume Gomez-0/+3
2022-05-28Move some tests to more reasonable placesCaio-0/+0
2022-05-28Add E0788 for improper #[no_coverage] usageltdk-0/+129
2022-05-28Improve error message for E0081Bryysen-60/+139
2022-05-28Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3bors-9/+12
2022-05-28Make some tests check-passYuki Okushi-13/+11
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-31/+82
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-0/+21
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-9/+12
2022-05-27Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant errorEsteban Küber-12/+3
2022-05-27Add test for #97343Esteban Küber-0/+30
2022-05-28Add regression test for #81899Yuki Okushi-0/+30
2022-05-27Auto merge of #96046 - oli-obk:const_typeck, r=cjgillotbors-397/+759
2022-05-27Update tests on aarch64Oli Scherer-127/+183