about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-1/+7
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-424/+423
2024-03-20Fix bootstrap bump falloutMark Rousskov-2/+2
2024-03-20step cfgsMark Rousskov-10/+1
2024-03-20Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obkbors-1/+1
2024-03-20Update to LLVM 18.1.2Nikita Popov-0/+0
2024-03-20run full mono-item collection on all MIRI_BE_RUSTC=target buildsRalf Jung-4/+42
2024-03-20Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obkMatthias Krüger-12/+84
2024-03-20Auto merge of #122753 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-19Bump stage0Mark Rousskov-412/+420
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-20resolve clippy errorsonur-ozkan-1/+1
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-1/+1
2024-03-19Added note about LLVM 18 requirementAdam Gastineau-1/+1
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-19Fixed incorrectly named sim target in platform-support.mdAdam Gastineau-1/+1
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-2155/+3645
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-3/+61
2024-03-18Use promise.all to load sorted results in parallelMichael Howell-3/+8
2024-03-18Rollup merge of #122700 - esp-rs:remove-old-files, r=workingjubileeMatthias Krüger-10/+6
2024-03-18Rollup merge of #122693 - ehuss:rust-css-header, r=GuillaumeGomezMatthias Krüger-0/+22
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-0/+1
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-6/+0
2024-03-18Remove redundant files, rename base risc32 fileScott Mabin-10/+6
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-18Fix heading anchors in doc pages.Eric Huss-0/+22
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-0/+1
2024-03-18Rollup merge of #122649 - cuviper:min-llvm-17, r=nikicMatthias Krüger-81/+15
2024-03-18Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obkMatthias Krüger-65/+13
2024-03-18Rollup merge of #122480 - oli-obk:const-eval-span-no-opt, r=RalfJungMatthias Krüger-9/+9
2024-03-18Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkanbors-0/+4
2024-03-18Prevent opaque types being instantiated twice with different regions within t...Oli Scherer-1/+0
2024-03-18Auto merge of #122558 - kjetilkjeka:llvm_bitcode_linker_no_trigger_rebuild, r...bors-1/+73
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