summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-11Disable jump threading UnOp::Not for non-boolMichael Goulet-2/+47
2024-10-11Failing diff testMichael Goulet-0/+58
2024-10-08Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-3/+31
2024-10-08Only add an automatic SONAME for Rust dylibsJosh Stone-6/+10
2024-09-26Don't call extern_crate when local crate name is the same as a dependency and...Michael Goulet-0/+39
2024-09-26Inline expected_inputs_for_expected_output into check_argument_types/check_ex...Michael Goulet-0/+5
2024-09-26Use equality when relating formal and expected type in arg checkingMichael Goulet-0/+19
2024-09-20Limit `run-make` tests using `-Zbuild-std` to nightlyJosh Stone-0/+2
2024-09-19Check params for unsafety in THIRMichael Goulet-0/+38
2024-09-18Revert warning empty patterns as unreachableNadrieril-446/+81
2024-09-03More robust extension checkingChris Denton-1/+3
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-13/+88
2024-08-31Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-2/+2
2024-08-31Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxuMatthias Krüger-0/+54
2024-08-31Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-SimulacrumMatthias Krüger-11/+32
2024-08-31make the const-unstable-in-stable error more clearRalf Jung-2/+2
2024-08-31Rollup merge of #129760 - cuviper:old-timey, r=compiler-errorsMatthias Krüger-8/+16
2024-08-31Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errorsMatthias Krüger-0/+32
2024-08-31Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errorsMatthias Krüger-0/+9
2024-08-31Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-deadMatthias Krüger-0/+20
2024-08-31const fn stability checking: also check declared language featuresRalf Jung-0/+20
2024-08-31Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxuMatthias Krüger-0/+18
2024-08-31Rollup merge of #129123 - aDotInTheVoid:rustdoc-json-self, r=fmeaseMatthias Krüger-0/+58
2024-08-31Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet...Matthias Krüger-0/+19
2024-08-30couple more crash testsMatthias Krüger-0/+54
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+9
2024-08-29Make the "detect-old-time" UI test more representativeJosh Stone-8/+16
2024-08-29Add a test for trait solver overflow in MIR inliner cycle detectionBen Kimock-0/+32
2024-08-29Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxuGuillaume Gomez-56/+43
2024-08-29Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercoteGuillaume Gomez-0/+17
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-3/+4
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-45/+176
2024-08-29Use path instead of Path in some run-make testsOneirical-56/+40
2024-08-29Add needs-unwind compiletest directive to libtest-thread-limitOneirical-0/+3
2024-08-29riscv64imac: allow shadow call stack sanitizerDing Xiang Fei-0/+17
2024-08-29Add `-Zlint-llvm-ir`DianQK-3/+4
2024-08-28Rollup merge of #129494 - tshepang:fmt-threads-sendsync, r=NadrierilJubilee-247/+315
2024-08-28Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com...Jubilee-16/+61
2024-08-28Rollup merge of #129343 - estebank:time-version, r=jieyouxuJubilee-0/+19
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-10/+11
2024-08-28Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwUbors-0/+196
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+19
2024-08-28fmt-debug optionKornel-45/+176
2024-08-29derive(SmartPointer): assume pointee from the single generic and better error...Ding Xiang Fei-16/+61
2024-08-28Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errorsMatthias Krüger-1/+15
2024-08-28Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errorsMatthias Krüger-473/+473
2024-08-28Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff...Matthias Krüger-0/+1
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-11/+6
2024-08-28Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj...Matthias Krüger-0/+145
2024-08-28Implement RFC 3525.Luca Versari-0/+196