about summary refs log tree commit diff
path: root/tests/ui/mir
AgeCommit message (Expand)AuthorLines
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-6/+10
2025-01-24Reword "crate not found" resolve messageEsteban Küber-6/+10
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-9/+9
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-1/+1
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-1/+1
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-1/+1
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-12-07Don't suggest restricting bound with unstable traits on stableEsteban Küber-1/+1
2024-12-06Remove polymorphizationBen Kimock-1/+1
2024-12-02Allow fn pointers comparisons lint in UI testsUrgau-0/+2
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-1/+0
2024-11-23Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkanbors-2/+2
2024-11-23Update tests for new TRPL chapter orderChris Krycho-2/+2
2024-11-23remove remaining references to `Reveal`lcnr-2/+2
2024-11-17Make suggestion verboseEsteban Küber-8/+10
2024-11-17Point at `const` definition when used instead of a binding in a `let` statementEsteban Küber-2/+4
2024-11-12Validate and test `-Zmir-enable-passes`clubby789-0/+47
2024-10-31Add a regression test for #132353许杰友 Jieyou Xu (Joe)-0/+25
2024-10-24stabilize if_let_rescopeDing Xiang Fei-1/+0
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-4/+0
2024-10-17Fix mismatched quotation markdufucun-1/+1
2024-09-25Validate unsize coercion in MIR validationMichael Goulet-0/+53
2024-09-24Add regression test for #130769许杰友 Jieyou Xu (Joe)-0/+18
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-12/+29
2024-08-18stabilize raw_ref_opRalf Jung-2/+1
2024-07-21Add testtiif-0/+58
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-4/+4
2024-07-05Add test.Camille GILLOT-0/+8
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-0/+10
2024-06-29Move crash test.Camille GILLOT-0/+10
2024-06-28Rollup merge of #123714 - cjgillot:static-fnptr, r=wesleywiserMatthias Krüger-0/+32
2024-06-22compiler: Mention C-unwind in C-variadic errorJubilee Young-2/+2
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-3/+4
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-5/+8
2024-06-12Make `storage-live.rs` robust against rustc internal changes.Nicholas Nethercote-3/+4
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-23/+22
2024-05-25Stop SRoA'ing `DynMetadata` in MIRScott McMurray-0/+19
2024-05-04Mark `foo` as explicitly inline.Camille GILLOT-0/+1
2024-05-04Document test.Camille GILLOT-0/+7
2024-05-04Add test for fn pointer duplication.Camille GILLOT-0/+24
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+0
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-1/+4
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+6
2024-04-04Teach MIR inliner query cycle avoidance about const_eval_selectBen Kimock-0/+18
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-24add tests for ICE in mir building with captured value of unresolved type, Non...Matthias Krüger-0/+52