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