| Age | Commit message (Expand) | Author | Lines |
| 2024-04-07 | add test for ice: unknown alias DefKind: AnonConst #116710 | Matthias Krüger | -0/+34 |
| 2024-04-07 | Rename invalid `false` cfg to valid `_false` cfg | Urgau | -2/+2 |
| 2024-04-07 | Remove useless configs in tests | Urgau | -44/+4 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -119/+115 |
| 2024-04-07 | Rollup merge of #123563 - Oneirical:version, r=jieyouxu | Matthias Krüger | -8/+10 |
| 2024-04-07 | Rollup merge of #123559 - spastorino:match_projection_projections_invariant, ... | Matthias Krüger | -0/+2 |
| 2024-04-07 | Rollup merge of #123522 - dtolnay:constatomicintoinner, r=Nilstrieb | Matthias Krüger | -6/+48 |
| 2024-04-07 | Rollup merge of #123516 - estebank:issue-123428, r=compiler-errors | Matthias Krüger | -1/+28 |
| 2024-04-07 | Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJung | Matthias Krüger | -64/+206 |
| 2024-04-07 | Rollup merge of #119224 - Duckilicious:test_main_memory_leak, r=cuviper | Matthias Krüger | -1/+4 |
| 2024-04-07 | add test for ICE: failed to resolve instance for <fn() -> impl ...> #123145 | Matthias Krüger | -0/+35 |
| 2024-04-07 | add test for ice called Option::unwrap() on a None value in collector.rs:934:... | Matthias Krüger | -0/+58 |
| 2024-04-06 | add test for ICE: Unexpected unsized type tail: &ReStatic [u8] #122488 | Matthias Krüger | -0/+37 |
| 2024-04-06 | add test for ICE: !base.layout().is_sized() #123078 | Matthias Krüger | -0/+48 |
| 2024-04-06 | MIRI_REPLACE_LIBRS_IF_NOT_TEST: also apply to crates.io crates | Ralf Jung | -7/+2 |
| 2024-04-06 | Rewrite version test as UI test | Oneirical | -8/+10 |
| 2024-04-06 | Don't emit divide-by-zero panic paths in `StepBy::len` | Scott McMurray | -31/+75 |
| 2024-04-06 | Use unchecked_sub in str indexing | Ben Kimock | -6/+37 |
| 2024-04-06 | Add a debug asserts call to match_projection_projections to ensure invariant | Santiago Pastorino | -0/+2 |
| 2024-04-06 | Auto merge of #123557 - GuillaumeGomez:rollup-3af7urf, r=GuillaumeGomez | bors | -1266/+1153 |
| 2024-04-06 | Do not ICE on field access check on expr with `ty::Error` | Esteban Küber | -1/+28 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -43/+158 |
| 2024-04-06 | Drop panic hook after running tests | Tal Gelbard | -1/+4 |
| 2024-04-06 | Rollup merge of #123554 - GuillaumeGomez:cleanup-search-result-color, r=notri... | Guillaume Gomez | -294/+159 |
| 2024-04-06 | Rollup merge of #123553 - RalfJung:miri, r=RalfJung | Guillaume Gomez | -954/+990 |
| 2024-04-06 | Rollup merge of #123552 - bjorn3:fix-spike-neg, r=Mark-Simulacrum | Guillaume Gomez | -0/+2 |
| 2024-04-06 | Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-Simulacrum | Guillaume Gomez | -18/+2 |
| 2024-04-06 | add RawList | Lukas Markeffsky | -255/+100 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -64/+206 |
| 2024-04-06 | Auto merge of #123339 - onur-ozkan:optimize-tidy-check, r=Mark-Simulacrum | bors | -4397/+4402 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -1/+17 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -5/+97 |
| 2024-04-06 | Remove sharding for VecCache | Mark Rousskov | -13/+6 |
| 2024-04-06 | extend run-make test runner with some helper functions | Michael Baikov | -18/+30 |
| 2024-04-06 | Disable failing rand tests on FreeBSD | bjorn3 | -1/+2 |
| 2024-04-06 | Move `check-container-color`'s code into `check-search-color` function | Guillaume Gomez | -31/+19 |
| 2024-04-06 | Move duplicated code into `check-search-color` function | Guillaume Gomez | -218/+98 |
| 2024-04-06 | Don't run should-fail rustc tests | bjorn3 | -2/+5 |
| 2024-04-06 | Add missing -Zquery-dep-graph to the spike-neg incr comp tests | bjorn3 | -0/+2 |
| 2024-04-06 | Move more common code into a function in `tests/rustdoc-gui/search-result-col... | Guillaume Gomez | -30/+44 |
| 2024-04-06 | Update to LLVM 18.1.3 | DianQK | -0/+0 |
| 2024-04-06 | Auto merge of #17023 - Veykril:cleanup, r=Veykril | bors | -227/+243 |
| 2024-04-06 | Auto merge of #123545 - matthiaskrgr:rollup-vyx8cfv, r=matthiaskrgr | bors | -37/+221 |
| 2024-04-06 | Move `search-result-color.goml` common parts into a function | Guillaume Gomez | -69/+52 |
| 2024-04-06 | Cleanup util::Generics method names | Lukas Wirth | -49/+82 |
| 2024-04-06 | Auto merge of #3455 - RalfJung:extern-static, r=RalfJung | bors | -15/+11 |
| 2024-04-06 | make 'missing extern static' error consistent with missing shim | Ralf Jung | -15/+11 |
| 2024-04-06 | Arc CrateData::cfg_options | Lukas Wirth | -31/+29 |
| 2024-04-06 | optimize tidy check on `src/tools/tidy/src/issues.txt` | onur-ozkan | -4397/+4402 |