about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-10-05Auto merge of #102704 - Dylan-DPC:rollup-66ff8sm, r=Dylan-DPCbors-164/+331
2022-10-05Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPCDylan DPC-3/+4
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-19/+70
2022-10-05Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obkDylan DPC-123/+237
2022-10-05Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb...Dylan DPC-19/+20
2022-10-05Auto merge of #98736 - alex:lipo-magic, r=bjorn3bors-0/+14
2022-10-05Add regression test for hamberger button color in mobile sidebarGuillaume Gomez-3/+4
2022-10-05stop suggesting adding generic args for turbofishTakayuki Maeda-19/+20
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-123/+237
2022-10-04Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errorsMichael Howell-15/+15
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-18/+17
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-19/+70
2022-10-04follow-up fix about 101866 to print the self type.Yiming Lei-15/+15
2022-10-04Rollup merge of #102648 - Rageking8:add-test-for-#102605, r=compiler-errorsMatthias Krüger-0/+56
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-91/+188
2022-10-04Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obkMatthias Krüger-0/+28
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+14
2022-10-04slightly improve no return for returning function errorRageking8-18/+17
2022-10-04Rollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️‍⚧️late, r=davi...Dylan DPC-1/+22
2022-10-04Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obkDylan DPC-0/+108
2022-10-04Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obkDylan DPC-0/+24
2022-10-04Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obkDylan DPC-2/+34
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-17/+10
2022-10-04add test for #102605Rageking8-0/+56
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-82/+186
2022-10-04Auto merge of #102644 - matthiaskrgr:rollup-rg0sw41, r=matthiaskrgrbors-126/+809
2022-10-04Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011Matthias Krüger-82/+152
2022-10-04Rollup merge of #102637 - andrewpollack:ignore-fuchsia-two-tests, r=tmandryMatthias Krüger-0/+2
2022-10-04Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwcoMatthias Krüger-0/+19
2022-10-04Rollup merge of #102547 - GuillaumeGomez:migrate-css-theme-search-result, r=n...Matthias Krüger-44/+597
2022-10-04Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er...Matthias Krüger-0/+39
2022-10-04Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errorsbors-233/+233
2022-10-04We are able to resolve methods even if they need substMichael Goulet-2/+11
2022-10-04Normalize substs before resolving instance in NoopMethodCall lintMichael Goulet-0/+23
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-65/+65
2022-10-03Extend GUI test to check hover and focus on search resultsGuillaume Gomez-44/+597
2022-10-03Ignore fuchsia on two compiler testsAndrew Pollack-0/+2
2022-10-03Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgrbors-1/+42
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-1/+22
2022-10-03Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated...Matthias Krüger-1/+42
2022-10-03Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errorsMatthias Krüger-0/+94
2022-10-03Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwcoMatthias Krüger-0/+38
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-0/+82
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-233/+233
2022-10-03check if const is ADT or notTakayuki Maeda-2/+59
2022-10-03add a ui test for #101739Takayuki Maeda-0/+37
2022-10-03Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errorsMatthias Krüger-12/+12
2022-10-03Add some more operator cases to `dump-debug-span-debug.rs`.Nicholas Nethercote-32/+102
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-0/+82
2022-10-03Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisabors-1/+51