about summary refs log tree commit diff
path: root/tests/ui/const-generics/generic_const_exprs
AgeCommit message (Expand)AuthorLines
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-18/+2
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+1
2025-08-26fix: Don't add an end column separator after a file with no sourceScott Schafer-1/+0
2025-08-19bless tests with new lint messagesKarol Zwolak-3/+3
2025-08-07Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviperbors-1/+1
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-1/+1
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-5/+5
2025-07-29Add a regression test for an ICE with the `generic_const_exprs` feature attri...Jacob Adam-0/+42
2025-07-20Consider parent predicates in ImpossiblePredicates pass.Camille GILLOT-9/+17
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-13/+27
2025-06-27gce: don't ICE on non-local constYotam Ofek-0/+20
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-4/+40
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-4/+40
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-2/+5
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-8/+4
2025-06-11stabilize gaiBoxy-8/+4
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-9/+52
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-9/+9
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-40/+3
2025-05-21Fix testsBoxy-10/+61
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-17/+17
2025-05-01Set groundwork for proper const normalizationBoxy-10/+5
2025-04-13Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkovChris Denton-0/+39
2025-04-12Add regression test for #127424reddevilmidzy-0/+39
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-17/+17
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-4/+4
2025-03-03Don't typeck during WF, instead check outside of WF in check_crateMichael Goulet-6/+6
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-8/+8
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-24/+16
2025-02-14fallout :skull_emoji:lcnr-25/+25
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-20/+30
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-5/+5
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+2
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+5
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-29/+34
2025-01-16Properly note when query stack is being cut offMichael Goulet-1/+1
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-5/+22
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-0/+43
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-3/+3
2024-12-18add testslcnr-0/+30
2024-12-09fix ICE on type error in promotedRalf Jung-14/+0
2024-12-06Remove polymorphizationBen Kimock-46/+0
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+14
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-8/+8
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-8/+8
2024-11-26Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwUMichael Goulet-0/+64
2024-11-25fix gce typing_mode mismatchlcnr-0/+64