about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-18Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillotbors-31/+23
2023-10-18Only check in a single place if a pass is enabled.Camille GILLOT-0/+19
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-0/+62
2023-10-18coverage: Store expression data in function coverage infoZalathar-2/+4
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-31/+21
2023-10-18add end-to-end test of custom target using rust-lldRémy Rakic-0/+73
2023-10-18Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obkAli MJ Al-Nasrawy-3/+82
2023-10-18Rollup merge of #116865 - estebank:issue-46969, r=compiler-errorsAli MJ Al-Nasrawy-0/+44
2023-10-18Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errorsAli MJ Al-Nasrawy-0/+30
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+25
2023-10-18Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkovbors-0/+6
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-3/+82
2023-10-18Auto merge of #116713 - estebank:issue-116703, r=compiler-errorsbors-52/+528
2023-10-17Bless coverage-map testsBen Kimock-6/+23
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-275/+248
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-0/+44
2023-10-17Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obkbors-326/+326
2023-10-17Disable effects in libcore againOli Scherer-0/+30
2023-10-17Unify suggestion wordingEsteban Küber-123/+90
2023-10-17review comments + more testsEsteban Küber-12/+412
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-0/+109
2023-10-17Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump filesEsteban Küber-0/+6
2023-10-17Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obkMatthias Krüger-0/+27
2023-10-17Rollup merge of #116719 - celinval:smir-mono, r=oli-obkMatthias Krüger-0/+91
2023-10-17Rollup merge of #116717 - estebank:issue-9082, r=oli-obkMatthias Krüger-0/+267
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-124/+749
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+25
2023-10-17Update tests/run-make/wasm-builtins-import/main.rs Felix S Klock II-1/+2
2023-10-17Update tests/run-make/wasm-builtins-import/main.rs Felix S Klock II-1/+1
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-32/+563
2023-10-17Test -Zremap-path-scope=split-debuginfo with -Csplit-debuginfo=packedUrgau-0/+5
2023-10-17Adjust tests for MacOS having different -Csplit-debuginfo defaultUrgau-9/+24
2023-10-17[RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=diagnosticsUrgau-1/+22
2023-10-17[RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=macroUrgau-0/+15
2023-10-17[RFC 3127 - Trim Paths]: Adjust tests for -Zremap-path-scopeUrgau-2/+107
2023-10-17Auto merge of #116824 - notriddle:master, r=fmeasebors-0/+53
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-3/+17
2023-10-16basic lint v2 implementedArthur Lafrance-0/+13
2023-10-17Flesh out tests moreMichael Goulet-7/+143
2023-10-16rustdoc: add `check-pass` to ICE test with no expected outputMichael Howell-0/+2
2023-10-16rustdoc: move ICE test to rustdoc-uiMichael Howell-0/+0
2023-10-16Add URL to test casesMichael Howell-0/+20
2023-10-16Rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2023-10-16Auto merge of #116820 - GuillaumeGomez:rollup-l54ri5q, r=GuillaumeGomezbors-0/+72
2023-10-16Add `crate_name` to test so that it can be renamedMichael Howell-0/+31
2023-10-16Rollup merge of #116811 - narpfel:unpretty-unicode-escape-in-format-string-li...Guillaume Gomez-0/+31
2023-10-16Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726Guillaume Gomez-0/+41
2023-10-16Auto merge of #114370 - krtab:pop_assume_cap, r=scottmcmbors-0/+24
2023-10-16Preserve unicode escapes in format string literals when pretty-printing ASTPaul Gey-0/+31
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-178/+178