about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-05-03Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkanMatthias Krüger-68/+37
2024-05-03Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxuMatthias Krüger-7/+26
2024-05-03Allow `fmt` to run on `rmake.rs` test filesGuillaume Gomez-68/+37
2024-05-03run-make: port stdin-rustc to Rust-based rmake.rsUrgau-7/+26
2024-05-02Rollup merge of #124622 - fmease:yeet-extern-crate-run_make_support, r=jieyouxuMatthias Krüger-55/+0
2024-05-02Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwcoMatthias Krüger-7/+2
2024-05-02Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`León Orell Valerian Liehr-55/+0
2024-05-02Rollup merge of #124597 - cuviper:x86-64-v3, r=workingjubileeGuillaume Gomez-25/+34
2024-05-02Rollup merge of #124568 - Urgau:non-local-defs-doctest, r=michaelwoerister,Gu...Guillaume Gomez-0/+30
2024-05-02Auto merge of #123939 - WaffleLapkin:never-fallback-unsafe-lint, r=compiler-e...bors-0/+228
2024-05-02Add proper support for all kinds of unsafe ops to the lintWaffle Lapkin-5/+175
2024-05-02Add a lint against never type fallback affecting unsafe codeMaybe Waffle-0/+58
2024-05-02Auto merge of #124529 - compiler-errors:select, r=lcnrbors-0/+9
2024-05-01Use an outlandish target feature for the negative caseJosh Stone-3/+3
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-19/+25
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-23/+26
2024-05-01Rewrite select to use a ProofTreeVisitorMichael Goulet-0/+9
2024-05-01Rollup merge of #124566 - lcnr:normalizes-to-proof-tree, r=compiler-errorsMatthias Krüger-2/+59
2024-05-01Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lintUrgau-0/+30
2024-05-01Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnrbors-0/+38
2024-05-01Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnrbors-15/+15
2024-04-30Auto merge of #117164 - fmease:orphan-norm, r=lcnrbors-1/+594
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-15/+15
2024-04-30fix `NormalizesTo` proof tree issuelcnr-2/+59
2024-04-30Normalize trait ref before orphan check & consider ty params in alias types t...León Orell Valerian Liehr-1/+594
2024-04-30Rollup merge of #124299 - clubby789:106269-test, r=nikic许杰友 Jieyou Xu (Joe)-0/+22
2024-04-30Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu许杰友 Jieyou Xu (Joe)-17/+79
2024-04-30Port repr128-dwarf run-make test to rmakebeetrees-17/+79
2024-04-30Add test for efficient codegen of manual `eq` implementations of a small structclubby789-0/+22
2024-04-30Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgrbors-16/+16
2024-04-30Rollup merge of #124543 - maurer:llvm-range, r=nikicMatthias Krüger-3/+3
2024-04-30Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obkMatthias Krüger-10/+10
2024-04-30Rollup merge of #124519 - krasimirgg:test-ranges, r=nikicMatthias Krüger-3/+3
2024-04-30Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errorsbors-8/+5
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-47/+47
2024-04-30codegen tests: Tolerate `range()` qualifications in enum testsMatthew Maurer-3/+3
2024-04-29Consider inner modules to be local in the `non_local_definitions` lintUrgau-0/+38
2024-04-29Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelixMatthias Krüger-0/+31
2024-04-29Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+2
2024-04-29Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk许杰友 Jieyou Xu (Joe)-17/+51
2024-04-29Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu许杰友 Jieyou Xu (Joe)-527/+212
2024-04-29Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay许杰友 Jieyou Xu (Joe)-0/+68
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-10/+10
2024-04-29[Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loadedblyxyas-2/+2
2024-04-29adapt a codegen test for llvm 19Krasimir Georgiev-3/+3
2024-04-29Change wordingest31-8/+8
2024-04-29Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalatharbors-0/+506
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-8/+5
2024-04-29Pretty-print parenthesis around binary in postfix matchSasha Pourcelot-0/+68
2024-04-29Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxubors-1/+1