| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | Adopt the measureme output naming strategy from rustc | Ben Kimock | -1/+13 |
| 2023-05-09 | Auto merge of #2884 - oli-obk:ui_test, r=RalfJung,oli-obk | bors | -64/+118 |
| 2023-05-09 | Document some arguments | Oli Scherer | -0/+2 |
| 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-08 | Auto merge of #2880 - RalfJung:sync, r=RalfJung | bors | -35/+115 |
| 2023-05-08 | port tests to 2021 edition | Ralf Jung | -33/+109 |
| 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 | Auto merge of #2878 - RalfJung:rustup, r=RalfJung | bors | -3036/+6508 |
| 2023-05-07 | Merge from rustc | Ralf Jung | -3035/+6507 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -3/+14 |
| 2023-05-07 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-07 | Auto merge of #111224 - jyn514:default-tidy, r=pietroalbini | bors | -10/+2 |
| 2023-05-07 | Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomcc | bors | -15/+96 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -50/+210 |
| 2023-05-07 | Auto merge of #111125 - xfix:inline-socketaddr-methods, r=Mark-Simulacrum | bors | -0/+27 |
| 2023-05-06 | Tune the `is_ascii` implementation used for short slices | Scott McMurray | -10/+58 |
| 2023-05-07 | Auto merge of #111311 - JohnTitor:rollup-vfpjm0d, r=JohnTitor | bors | -74/+113 |
| 2023-05-07 | Rollup merge of #111303 - mhammerly:extern-force-docs, r=JohnTitor | Yuki Okushi | -0/+2 |
| 2023-05-07 | Rollup merge of #111301 - JohnBobbo96:cleanup_option_insert_methods, r=scottmcm | Yuki Okushi | -4/+2 |
| 2023-05-07 | Rollup merge of #111300 - Flying-Toast:while_true_span_condition, r=compiler-... | Yuki Okushi | -2/+1 |
| 2023-05-07 | Rollup merge of #111293 - Astroide:patch-1, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -49/+39 |
| 2023-05-07 | Rollup merge of #110094 - lukas-code:less-transmute, r=thomcc | Yuki Okushi | -13/+9 |
| 2023-05-07 | Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obk | Yuki Okushi | -4/+58 |
| 2023-05-07 | Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrum | bors | -730/+481 |
| 2023-05-06 | Auto merge of #111304 - matthiaskrgr:rollup-b9twh7l, r=matthiaskrgr | bors | -127/+264 |
| 2023-05-06 | Update compiler/rustc_error_codes/src/error_codes/E0726.md | Astroide | -1/+1 |
| 2023-05-06 | delete whitelist and add checks to check_item() for missing_docs | James Dietz | -49/+39 |
| 2023-05-06 | Remove unneeded calls to `mem::forget` | John Bobbo | -4/+2 |
| 2023-05-06 | Rollup merge of #111289 - clubby789:fix-111280, r=jyn514 | Matthias Krüger | -2/+27 |
| 2023-05-06 | Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-Simulacrum | Matthias Krüger | -14/+16 |
| 2023-05-06 | Rollup merge of #111237 - loongarch-rs:clobber-abi, r=Amanieu | Matthias Krüger | -0/+20 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -2/+13 |
| 2023-05-06 | Rollup merge of #111151 - ozkanonur:syntax-check-on-bootstrap-scripts, r=Mark... | Matthias Krüger | -1/+9 |
| 2023-05-06 | Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-Simulacrum | Matthias Krüger | -106/+177 |
| 2023-05-06 | Rollup merge of #111002 - Zalathar:x-suggest-dirs, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -730/+481 |
| 2023-05-06 | Auto merge of #110972 - ehuss:remove-awscli, r=pietroalbini | bors | -51/+6 |
| 2023-05-06 | Emit while_true lint spanning the entire loop condition | Flying-Toast | -2/+1 |
| 2023-05-06 | update Rust Unstable Book docs for `--extern force` | Matt Hammerly | -0/+2 |
| 2023-05-06 | Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -145/+181 |
| 2023-05-06 | rustc --explain E0726 - grammar fixing (it's => its + add a `the` where it fe... | Astroide | -2/+2 |
| 2023-05-06 | Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgr | bors | -413/+1067 |
| 2023-05-06 | Check arguments length in trivial diagnostic lint | clubby789 | -2/+27 |
| 2023-05-06 | Auto merge of #2867 - Vanille-N:tb-diags, r=RalfJung | bors | -94/+109 |
| 2023-05-06 | Simplify Tree Borrows event filtering by getting the Range from RangeMap | Neven Villani | -94/+109 |
| 2023-05-06 | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | -14/+73 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -1/+79 |