| Age | Commit message (Expand) | Author | Lines |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -767/+106 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -31/+50 |
| 2023-05-12 | Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -31/+50 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -1/+2 |
| 2023-05-11 | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Michael Goulet | -1/+2 |
| 2023-05-11 | miri: Move patterns for simd tests | Jubilee Young | -35/+17 |
| 2023-05-11 | Migrate to 0.16.0 browser-ui-test version | Guillaume Gomez | -1/+2 |
| 2023-05-11 | fix deny_lint test | Ralf Jung | -2/+7 |
| 2023-05-11 | Update cargo | WANG Rui | -0/+0 |
| 2023-05-10 | Auto merge of #2879 - saethlin:measureme, r=RalfJung | bors | -2/+18 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+9 |
| 2023-05-10 | Drop uplifted clippy::forget_copy | Urgau | -280/+61 |
| 2023-05-10 | Drop uplifted clippy::forget_ref | Urgau | -236/+60 |
| 2023-05-10 | Drop uplifted clippy::drop_copy | Urgau | -117/+102 |
| 2023-05-10 | Drop uplifted clippy::drop_ref | Urgau | -318/+58 |
| 2023-05-10 | Explain the padding | Ben Kimock | -0/+4 |
| 2023-05-10 | Auto merge of #2885 - RalfJung:rustup, r=RalfJung | bors | -9/+57 |
| 2023-05-10 | disable opt-level 4 tests for now | Ralf Jung | -1/+2 |
| 2023-05-10 | fmt | Ralf Jung | -1/+0 |
| 2023-05-10 | Merge from rustc | Ralf Jung | -6/+54 |
| 2023-05-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-10 | Auto merge of #111409 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-05-09 | Amend the docs for -Zmiri-measureme | Ben Kimock | -1/+1 |
| 2023-05-09 | Adopt the measureme output naming strategy from rustc | Ben Kimock | -1/+13 |
| 2023-05-09 | Update cargo | Weihang Lo | -0/+0 |
| 2023-05-09 | Thorough merge after GC | Neven Villani | -2/+92 |
| 2023-05-09 | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-05-09 | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2023-05-09 | tidy: sort lists in deps.rs using tidy-alphabetical | klensy | -34/+45 |
| 2023-05-09 | add windows crate to allowed tidy list (why it worked before?) | klensy | -0/+8 |
| 2023-05-09 | Document some arguments | Oli Scherer | -0/+2 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -1/+1 |
| 2023-05-09 | Separate config building from Miri command building | Oli Scherer | -25/+26 |
| 2023-05-09 | Update to latest ui_test crate version. | Oli Scherer | -51/+102 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -0/+44 |
| 2023-05-08 | Move tests | Caio | -1/+1 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -1/+4 |
| 2023-05-08 | port tests to 2021 edition | Ralf Jung | -33/+109 |
| 2023-05-08 | Rollup merge of #111315 - Swatinem:rm-identitiy-future, r=Mark-Simulacrum | Yuki Okushi | -1/+0 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-05-08 | print how long the measured sleep time actually was on test failure | Ralf Jung | -2/+4 |
| 2023-05-08 | increase timing slack for sync tests | Ralf Jung | -4/+6 |
| 2023-05-07 | Merge from rustc | Ralf Jung | -525/+2373 |
| 2023-05-07 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-07 | Remove `identity_future` from stdlib | Arpad Borsos | -1/+0 |
| 2023-05-06 | changes from review: add FIXME to clippy and change subst_identity to skip_bi... | Kyle Matsuda | -0/+3 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -1/+1 |
| 2023-05-06 | Rollup merge of #111002 - Zalathar:x-suggest-dirs, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-05-06 | Simplify Tree Borrows event filtering by getting the Range from RangeMap | Neven Villani | -94/+109 |