about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-05Auto merge of #126011 - workingjubilee:try-fix-solaris-build, r=workingjubileebors-1/+1
2024-06-04Update nomiconEric Huss-0/+0
2024-06-04Silence double-symlink errors while building solaris toolchainJubilee Young-1/+1
2024-06-04Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomezbors-755/+311
2024-06-04Rollup merge of #125973 - Zalathar:pretty, r=lqdGuillaume Gomez-29/+0
2024-06-04Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmeaseGuillaume Gomez-16/+18
2024-06-04Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqdGuillaume Gomez-2/+2
2024-06-04Rollup merge of #125933 - rustbot:docs-update, r=ehussGuillaume Gomez-0/+0
2024-06-04Rollup merge of #125932 - schvv31n:patch-1, r=lqdGuillaume Gomez-1/+1
2024-06-04Rollup merge of #125930 - weihanglo:opt-dist-respect-cargo-config, r=KobzolGuillaume Gomez-2/+25
2024-06-04Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbiniGuillaume Gomez-0/+1
2024-06-04Rollup merge of #125917 - GuillaumeGomez:env-var-helpers, r=jieyouxuGuillaume Gomez-42/+51
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez-59/+88
2024-06-04Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebankGuillaume Gomez-602/+76
2024-06-04Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=AmanieuGuillaume Gomez-2/+49
2024-06-04Auto merge of #125426 - jieyouxu:rmake-support-env-reset, r=saethlinbors-1/+0
2024-06-04Create `run-make` `env_var` and `env_var_os` helpersGuillaume Gomez-42/+51
2024-06-04Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnrbors-199/+186
2024-06-05Remove `tests/run-make-fulldeps/pretty-expanded`Zalathar-29/+0
2024-06-04Auto merge of #125976 - compiler-errors:rollup-xt3le7w, r=compiler-errorsbors-917/+1294
2024-06-04Use checked_subSergi-Ferrez-6/+7
2024-06-04Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obkMichael Goulet-165/+259
2024-06-04Rollup merge of #125967 - BoxyUwU:split_smir_const, r=oli-obkMichael Goulet-134/+285
2024-06-04Rollup merge of #125959 - nnethercote:rustc_mir_build-cleanups, r=compiler-er...Michael Goulet-277/+275
2024-06-04Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqdMichael Goulet-8/+2
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-11/+98
2024-06-04Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co...Michael Goulet-17/+29
2024-06-04Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp...Michael Goulet-8/+75
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-297/+271
2024-06-04Auto merge of #125948 - nnethercote:rustfmt-more-tests, r=lqdbors-189/+351
2024-06-04Update code format and testsSergi-Ferrez-10/+9
2024-06-04bless privacy tests (only diagnostic duplication)Oli Scherer-2/+26
2024-06-04Auto merge of #125960 - jieyouxu:rollup-1s7f6lr, r=jieyouxubors-277/+385
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-134/+285
2024-06-04Downsize `ty::Expr`Boxy-163/+233
2024-06-04Add function `core::iter::chain`Ross MacArthur-2/+49
2024-06-04compiler-builtins: don't clear env vars for cargo invocation许杰友 Jieyou Xu (Joe)-1/+0
2024-06-04Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd许杰友 Jieyou Xu (Joe)-2/+1
2024-06-04Rollup merge of #125909 - fmease:rustdoc-add-test-synth-blanket-impls, r=Guil...许杰友 Jieyou Xu (Joe)-0/+19
2024-06-04Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov许杰友 Jieyou Xu (Joe)-8/+27
2024-06-04Rollup merge of #125750 - compiler-errors:expect, r=lcnr许杰友 Jieyou Xu (Joe)-36/+46
2024-06-04Rollup merge of #125690 - Lokathor:arm-maintainer-reorg, r=ehuss许杰友 Jieyou Xu (Joe)-32/+35
2024-06-04Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU许杰友 Jieyou Xu (Joe)-194/+226
2024-06-04Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper许杰友 Jieyou Xu (Joe)-3/+3
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-2/+28
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-275/+275
2024-06-04Remove out-of-date comment.Nicholas Nethercote-2/+0
2024-06-04Streamline `nested` calls.Nicholas Nethercote-8/+2
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-271/+128
2024-06-04Explain why `tests/ui-fulldeps/` is unformatted.Nicholas Nethercote-1/+1