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