about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-1/+1
2024-03-20Rename `hir::Let` into `hir::LetExpr`Guillaume Gomez-11/+11
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+1
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-11/+2
2024-03-20Fix bootstrap bump falloutMark Rousskov-1/+1
2024-03-20step cfgsMark Rousskov-10/+1
2024-03-20run full mono-item collection on all MIRI_BE_RUSTC=target buildsRalf Jung-4/+42
2024-03-20Auto merge of #122753 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-19Update cargoWeihang Lo-0/+0
2024-03-19Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obkbors-5/+3
2024-03-19Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compi...bors-1/+0
2024-03-19conditionally ignore fatal diagnostic in the SilentEmitterYacin Tmimi-1/+2
2024-03-19Rollup merge of #122677 - surechen:fix_122415, r=NadrierilMatthias Krüger-1/+0
2024-03-19Rollup merge of #122634 - Enselic:aux-bin, r=oli-obkMatthias Krüger-29/+86
2024-03-19compiletest: Add support for `//@ aux-bin: foo.rs`Martin Nordholts-20/+71
2024-03-19compiletest: Replace bool with enum AuxType for clarityMartin Nordholts-23/+29
2024-03-19compiletest: Fix typos in get_lib_name() commentMartin Nordholts-2/+2
2024-03-19Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errorsbors-2/+4
2024-03-19remove duplicate testRalf Jung-5/+0
2024-03-19Merge from rustcThe Miri Cronjob Bot-2030/+3433
2024-03-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-19Fix incorrect mutable suggestion information for binding in ref pattern.surechen-1/+0
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-6/+0
2024-03-18Deduplicate `associated_body` and `body_id`Oli Scherer-2/+4
2024-03-18Side-step small SVG width divergence by setting min-widthEsteban Küber-1/+1
2024-03-18When displaying multispans, ignore empty lines adjacent to `...`Esteban Küber-4/+2
2024-03-18Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obkMatthias Krüger-65/+13
2024-03-18Prevent opaque types being instantiated twice with different regions within t...Oli Scherer-1/+0
2024-03-18Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...Oli Scherer-9/+9
2024-03-18remove retag_box_to_raw, it is no longer neededRalf Jung-53/+1
2024-03-18add_retag: ensure box-to-raw-ptr casts are preserved for MiriRalf Jung-12/+12
2024-03-18Auto merge of #3387 - RalfJung:bench, r=RalfJungbors-3/+4
2024-03-18rename 'invalidate' bench to something more clearRalf Jung-2/+3
2024-03-18add exposed-provenance example where we miss UBRalf Jung-0/+26
2024-03-17Move `option_env!` and `env!` tests to the `env-macro` directorybeetrees-3/+1
2024-03-17Fix style errorsMichael Howell-1/+1
2024-03-17MIRI tests to confirm it's typedScott McMurray-0/+78
2024-03-17Print a backtrace in const eval if interruptedBen Kimock-15/+11
2024-03-17make 'invalidate' benchmark shorterRalf Jung-1/+1
2024-03-17Auto merge of #122628 - lnicola:sync-from-ra, r=lnicolabors-1917/+3374
2024-03-17compiletest: Remove unneeded pub on get_lib_name()Martin Nordholts-1/+1
2024-03-17fix Zulip topic for PR-creation messageRalf Jung-1/+1
2024-03-17Merge commit '5ecace48f693afaa6adf8cb23086b651db3aec96' into sync-from-raLaurențiu Nicola-1917/+3374
2024-03-17Rollup merge of #122248 - jieyouxu:rmake-sysroot, r=Mark-SimulacrumMatthias Krüger-30/+36
2024-03-17Merge from rustcThe Miri Cronjob Bot-79/+42
2024-03-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-27/+79
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-46/+13
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-0/+1