summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-101/+26
2024-06-06ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-41/+25
2024-06-06Add a test for resolving `macro_rules` calls inside attributesVadim Petrochenkov-0/+202
2024-06-06Add regression testsOli Scherer-0/+136
2024-06-06Wrap Context.ext in AssertUnwindSafeJubilee Young-38/+20
2024-06-06Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegenScott McMurray-0/+23
2024-06-06Handle Deref expressions in invalid_reference_castingBen Kimock-0/+7
2024-06-06Handle field projections like slice indexing in invalid_reference_castingBen Kimock-0/+6
2024-06-06Fix insufficient logic when searching for the underlying allocationUrgau-0/+8
2024-05-27revert leak check changes in candidate winnowinglcnr-241/+78
2024-05-24Only make GAT ambiguous in match_projection_projections considering shallow r...Michael Goulet-0/+19
2024-05-16Make `non-local-def` lint Allow by defaultWesley Wiser-70/+130
2024-05-16Add test to make sure suggestions are still quickMichael Goulet-0/+247
2024-05-16rustdoc: use stability, instead of features, to decide what to showMichael Howell-2/+23
2024-05-16Fix ICEs in diagnostic::on_unimplementedMichael Goulet-0/+134
2024-05-16Add more ICEs due to malformed diagnostic::on_unimplementedMichael Goulet-35/+56
2024-05-16Add test for #124651Esteban Küber-0/+36
2024-05-09Consider inner modules to be local in the `non_local_definitions` lintUrgau-0/+38
2024-04-28Rollup merge of #124165 - matthiaskrgr:slice-pattern-const-ice-incr, r=Mark-S...Matthias Krüger-0/+39
2024-04-27Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errorsMatthias Krüger-0/+52
2024-04-27Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnrMatthias Krüger-6/+47
2024-04-27Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-deadMatthias Krüger-1/+1
2024-04-27Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgrMatthias Krüger-0/+76
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-22/+22
2024-04-27Add missing tests for an ICEGurinder Singh-0/+76
2024-04-27Fix ICE on invalid const param typesGurinder Singh-6/+47
2024-04-26Do not ICE on invalid consts when walking mono-reachable blocksBen Kimock-0/+52
2024-04-26Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxuJacob Pratt-0/+102
2024-04-26Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxuJacob Pratt-19/+76
2024-04-27Also support MSVC in print-native-static-libs testUrgau-5/+18
2024-04-26Port run-make `--print=native-static-libs` to rmake.rsUrgau-19/+63
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-28/+84
2024-04-26crashes: add more testsMatthias Krüger-0/+102
2024-04-26Auto merge of #120845 - petrochenkov:debmac, r=oli-obkbors-208/+116
2024-04-26Update lldb only testsVadim Petrochenkov-0/+2
2024-04-25Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxuMichael Goulet-1/+4
2024-04-25Keep the LIB env var in the compiler-builtins testDaniel Paoliello-1/+4
2024-04-25Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgrbors-12/+148
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-22/+22
2024-04-25hir typeck: look into nested goalslcnr-28/+84
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-208/+114
2024-04-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-7/+17
2024-04-25Rollup merge of #124313 - estebank:split-at-mut, r=fee1-deadMatthias Krüger-5/+131
2024-04-25Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgrbors-21/+13
2024-04-25Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errorsMatthias Krüger-21/+13
2024-04-25Check equivalence of indices in more casesEsteban Küber-6/+3
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-3/+19
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-2/+89
2024-04-25Only suggest `split_at_mut` on indexing borrowck errors for std typesEsteban Küber-5/+1
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-2/+32