about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-16Recognize canonical `?` pattern with `Result` (#15680)Jason Newcomb-40/+113
2025-09-16Rollup merge of #146609 - lolbinarycat:bootstrap-less-verbose-cargo, r=KobzolStuart Cook-7/+6
2025-09-16Rollup merge of #146608 - lolbinarycat:bootstrap-readme, r=KobzolStuart Cook-0/+20
2025-09-16Rollup merge of #146601 - Enselic:fix-test-args, r=Mark-SimulacrumStuart Cook-3/+6
2025-09-16Rollup merge of #146599 - npmccallum:cleanup, r=fmeaseStuart Cook-6/+3
2025-09-16Rollup merge of #146574 - Zalathar:capture, r=jieyouxuStuart Cook-1/+1
2025-09-16Rollup merge of #146466 - klensy:llvm-wrapper-c, r=cuviperStuart Cook-131/+0
2025-09-16Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlinStuart Cook-15/+92
2025-09-16Rollup merge of #145960 - scrabsha:push-kskuprrtmnky, r=jdonszelmannStuart Cook-1022/+1378
2025-09-16Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwUStuart Cook-405/+266
2025-09-15Auto merge of #146610 - matthiaskrgr:rollup-xkt5kjz, r=matthiaskrgrbors-74/+93
2025-09-15Merge pull request #20671 from ShoyuVanilla/explicit-preds-fixChayim Refael Friedman-6/+20
2025-09-15Rollup merge of #146576 - ognevny:opt-dist-collector-logs, r=KobzolMatthias Krüger-1/+0
2025-09-15Rollup merge of #146563 - lolbinarycat:bootstrap-ci-no-incremental, r=KobzolMatthias Krüger-0/+3
2025-09-15Rollup merge of #146559 - Jules-Bertholet:fix-typo, r=nnethercoteMatthias Krüger-8/+8
2025-09-15Rollup merge of #146549 - asomers:freebsd-readdir, r=Mark-SimulacrumMatthias Krüger-57/+63
2025-09-15Rollup merge of #146546 - cammeresi:pop, r=Mark-SimulacrumMatthias Krüger-4/+5
2025-09-15Rollup merge of #146539 - luca3s:push-xuwtvwrsspnp, r=jieyouxuMatthias Krüger-1/+1
2025-09-15Rollup merge of #146533 - Zalathar:array-default, r=compiler-errorsMatthias Krüger-0/+5
2025-09-15Rollup merge of #146530 - a4lg:riscv-inline-asm-default-clobber-float-flags, ...Matthias Krüger-1/+2
2025-09-15Rollup merge of #146344 - Gelbpunkt:loongarch-codegen-llvm-test, r=Mark-Simul...Matthias Krüger-2/+6
2025-09-15Auto merge of #146405 - BoxyUwU:relnotes_1_90, r=Mark-Simulacrumbors-0/+126
2025-09-15remove FIXME from `has_significant_drop`, replaced with checking non_region_i...ash-8/+19
2025-09-15bootstrap: lower verbosity of cargo to one less than bootstrap'sbinarycat-7/+6
2025-09-15Merge pull request #1921 from a4lg/riscv-inline-asm-general-improvementsSayantan Chakraborty-51/+215
2025-09-15improve internal bootstrap docsbinarycat-0/+20
2025-09-15Merge pull request #2589 from Kobzol/ci-bors-backticksJakub Beránek-2/+3
2025-09-15Update src/tests/ci.mdJakub Beránek-1/+1
2025-09-15fix: Move CoerceShared into opsAapo Alasuutari-15/+20
2025-09-15Bump rustfix 0.8.1 -> 0.8.7Jynn Nelson-10/+10
2025-09-15Introduce basic Reborrow testsAapo Alasuutari-0/+215
2025-09-15Add reborrow CoerceShared feature gate testAapo Alasuutari-0/+16
2025-09-15Introduce CoerceShared lang item and traitAapo Alasuutari-0/+11
2025-09-15Recognize canonical `?` pattern with `Result`Samuel Tardieu-40/+113
2025-09-16fix: More precise clause filtering for `explicit_*_predicates_of`Shoyu Vanilla-6/+20
2025-09-15compiletest: Make `./x test --test-args ...` work againMartin Nordholts-3/+6
2025-09-15Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnosticsChayim Refael Friedman-3944/+9358
2025-09-15replace some `#[const_trait]` with `const trait`Nathaniel McCallum-6/+3
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-15/+23
2025-09-15Split `FnCtxt::report_args_error` into subfunctionsSasha Pourcelot-1022/+1378
2025-09-15Fix feature gate teststiif-23/+24
2025-09-15tests/run-make: Update list of statically linked musl targetsJens Reidel-9/+1
2025-09-15Add relnotes 1.90Boxy Uwu-0/+126
2025-09-15Auto merge of #146582 - Kobzol:cranelift-test-nightly, r=jieyouxubors-0/+1
2025-09-15Only run Cranelift dist test on nightlyJakub Beránek-0/+1
2025-09-15Fix existing testEsteban Küber-17/+4
2025-09-15Silence inference error on `PatKind::Err`Esteban Küber-16/+9
2025-09-15Detect attempt to use var-args in closureEsteban Küber-9/+56
2025-09-15Add documentation for select_where_possible and select_all_or_errortiif-1/+16
2025-09-15Fix the testcases to not use UnsizedConstParamTytiif-291/+218