about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-05Rename test for issue 21058Ryan Lowe-8/+8
2024-04-28Run tidy on testsRyan Lowe-28/+45
2024-04-28Move various stdlib tests to library/std/testsRyan Lowe-33/+24
2024-04-28Auto merge of #124467 - matthiaskrgr:rollup-1aq98fu, r=matthiaskrgrbors-2/+51
2024-04-28Rollup merge of #124463 - gurry:rename-func, r=TaKO8KiMatthias Krüger-2/+2
2024-04-28Rollup merge of #124444 - compiler-errors:eval, r=lcnrMatthias Krüger-0/+49
2024-04-28Auto merge of #124435 - matthiaskrgr:tests, r=jieyouxubors-0/+277
2024-04-28try to fix tests on windows where the "file not found" error is different fro...Matthias Krüger-1/+1
2024-04-28Auto merge of #124261 - onur-ozkan:drop-llvm-if-available, r=Mark-Simulacrumbors-5/+0
2024-04-28add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i...Matthias Krüger-0/+91
2024-04-28add test for ice future has no bound vars.Matthias Krüger-0/+29
2024-04-28add test for const generic ty's with lifetimes cause opaque types to ICEMatthias Krüger-0/+29
2024-04-28add test for ICE failed to resolve instance for <[f32; 2] as CrossProductMatthias Krüger-0/+18
2024-04-28add test for Inconsistent rustc_transmute::is_transmutable(...) result, got YesMatthias Krüger-0/+71
2024-04-28add test for https://github.com/rust-lang/rust/issues/109812Matthias Krüger-0/+22
2024-04-28add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpr...Matthias Krüger-0/+17
2024-04-28Rename `inihibit_union_abi_opt()` to `inihibits_union_abi_opt()`Gurinder Singh-2/+2
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-5/+49
2024-04-28Auto merge of #123546 - Rajveer100:branch-for-issue-122128, r=onur-ozkanbors-0/+29
2024-04-28Auto merge of #124454 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+1
2024-04-28Auto merge of #124456 - matthiaskrgr:rollup-8bm3m6v, r=matthiaskrgrbors-27/+562
2024-04-28put FD validity behind late debug_asserts checkingThe 8472-29/+32
2024-04-28Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDentonMatthias Krüger-6/+4
2024-04-28Rollup merge of #124429 - Enselic:document-builder, r=Mark-SimulacrumMatthias Krüger-0/+23
2024-04-28Rollup merge of #124406 - Alexendoo:cargo-patch-clippy, r=Mark-SimulacrumMatthias Krüger-3/+0
2024-04-28Rollup merge of #124242 - workingjubilee:describe-bootstrap-files-better, r=M...Matthias Krüger-6/+28
2024-04-28Rollup merge of #124165 - matthiaskrgr:slice-pattern-const-ice-incr, r=Mark-S...Matthias Krüger-0/+39
2024-04-28Rollup merge of #123942 - onur-ozkan:x-vendor, r=Mark-SimulacrumMatthias Krüger-12/+348
2024-04-28Rollup merge of #123248 - Mark-Simulacrum:relnotes, r=Mark-SimulacrumMatthias Krüger-0/+120
2024-04-27Bump version to 1.80Mark Rousskov-1/+1
2024-04-271.78 release notesMark Rousskov-0/+120
2024-04-27Record certainty of evaluate_added_goals_and_make_canonical_response call in ...Michael Goulet-0/+49
2024-04-27Auto merge of #124448 - matthiaskrgr:rollup-iloy9vz, r=matthiaskrgrbors-176/+232
2024-04-27Rollup merge of #124445 - Enselic:global-true, r=onur-ozkanMatthias Krüger-40/+40
2024-04-27Rollup merge of #124443 - tbu-:pr_statx_enosys_comment, r=workingjubileeMatthias Krüger-8/+4
2024-04-27Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errorsMatthias Krüger-1/+1
2024-04-27Rollup merge of #124434 - GKFX:remove-lazy-dependencies, r=jieyouxuMatthias Krüger-112/+80
2024-04-27Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errorsMatthias Krüger-6/+55
2024-04-27Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnrMatthias Krüger-6/+49
2024-04-27Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-deadMatthias Krüger-3/+3
2024-04-27Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789bors-3/+0
2024-04-27Unconditionally call really_initJubilee Young-6/+4
2024-04-27Bootstrap: Check validity of `--target` and `--host` triples before starting ...Rajveer-0/+29
2024-04-27bootstrap: Change `global(true)` to `global = true` for flags for consistencyMartin Nordholts-40/+40
2024-04-27bootstrap: Document `struct Builder` and its fieldsMartin Nordholts-0/+23
2024-04-27Elaborate in comment about `statx` probeTobias Bucher-8/+4
2024-04-27Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstriebbors-7/+4
2024-04-27doc: Replace mod.rs with the appropriate linkLin Yihai-1/+1
2024-04-27Remove lazycell and once_cell from compiletest dependenciesGeorge Bateman-112/+80
2024-04-27Auto merge of #124430 - RalfJung:miri, r=RalfJungbors-568/+675