summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-05-30Rollup merge of #112064 - GuillaumeGomez:migrate-gui-test-color-9, r=notriddleNilstrieb-1/+1
2023-05-30Rollup merge of #112060 - lcnr:early-binder, r=jackh726Nilstrieb-7/+7
2023-05-30Rollup merge of #111955 - jyn514:step-refactors, r=clubby789Nilstrieb-167/+225
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-168/+60
2023-05-30use `build_helper::util::try_run` in rustdoc-gui-testozkanonur-17/+2
2023-05-30create `build_helper/src/util` modozkanonur-65/+79
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-1/+1
2023-05-30Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrumbors-1/+0
2023-05-29Merge from rustcBen Kimock-145/+137
2023-05-29Preparing for merge from rustcBen Kimock-1/+1
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-29improve `rustdoc-gui-test` to find local `node_modules`ozkanonur-0/+10
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-2/+2
2023-05-29Fix bugs in `doc` refactorjyn-25/+40
2023-05-29Document `ShouldRun::paths`jyn-1/+9
2023-05-29Switch Steps from crates to crate_or_deps where possiblejyn-4/+6
2023-05-29Switch doc::{Std, Rustc} to `crate_or_deps`jyn-124/+100
2023-05-29Extend `msg` and `description` to work with any subcommandjyn-5/+9
2023-05-29Add a `make_run_crates` function and use it Rustc and Stdjyn-10/+17
2023-05-29Allow checking individual cratesjyn-17/+60
2023-05-29Give a more helpful error when calling `cargo_crates_in_set` for an aliasjyn-1/+4
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-0/+6
2023-05-29Update browser-ui-test version to 0.16.5Guillaume Gomez-1/+1
2023-05-29Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieubors-16/+1
2023-05-29EarlyBinder::new -> EarlyBinder::bindlcnr-7/+7
2023-05-29Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3bors-1/+1
2023-05-29Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkinbors-128/+135
2023-05-28Merge from rustcBen Kimock-1660/+2110
2023-05-28Preparing for merge from rustcBen Kimock-1/+1
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-128/+135
2023-05-28Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillotbors-1/+4
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-7/+7
2023-05-28Replace EarlyBinder(x) with EarlyBinder::new(x)Kyle Matsuda-7/+7
2023-05-28Migrate to Askamasladynnunes-3/+3
2023-05-28Migrate to Askamasladynnunes-10/+16
2023-05-28Auto merge of #112028 - fee1-dead-contrib:rollup-4xxzxd0, r=fee1-deadbors-6/+8
2023-05-28Rollup merge of #112005 - sladyn98:item-foreign-types, r=GuillaumeGomezfee1-dead-6/+8
2023-05-28Auto merge of #112000 - wesleywiser:safestack, r=Amanieubors-90/+54
2023-05-27Auto merge of #112023 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-48/+1
2023-05-27Migrate to Askamasladynnunes-6/+8
2023-05-27Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,...Mark Rousskov-47/+0
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-43/+39
2023-05-27Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomezMatthias Krüger-42/+61
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-2/+11
2023-05-27Bump to 1.72.0Mark Rousskov-1/+1
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-2/+11
2023-05-27more precise filtering of eventsNeven Villani-66/+160
2023-05-27Auto merge of #110975 - Amanieu:panic_count, r=joshtriplettbors-32/+53
2023-05-27Add support for nested panics to miriAmanieu d'Antras-32/+53
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-43/+39