| Age | Commit message (Expand) | Author | Lines |
| 2023-03-23 | Fix clippy | Ben Kimock | -1/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -12/+54 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -33/+62 |
| 2023-03-23 | Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholk | Matthias Krüger | -33/+62 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -5/+10 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Add a check to ensure tests with overlapping prefixes aren't added. | Eric Huss | -2/+35 |
| 2023-03-23 | Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoerister | bors | -0/+15 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Merge from rustc | Oli Scherer | -26/+12 |
| 2023-03-23 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -25/+10 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -5/+10 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -25/+10 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -0/+1 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -0/+15 |
| 2023-03-22 | Rollup merge of #109452 - jfgoog:ignore-vendor, r=ozkanonur | Matthias Krüger | -0/+1 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -1/+1 |
| 2023-03-22 | Auto merge of #2821 - RalfJung:rustup, r=RalfJung | bors | -66/+138 |
| 2023-03-22 | fmt | Ralf Jung | -1/+1 |
| 2023-03-22 | Auto merge of #2822 - oli-obk:rustup, r=oli-obk | bors | -1/+1 |
| 2023-03-22 | Correctly quote env vars in single quoted string in bash | Oli Scherer | -1/+1 |
| 2023-03-22 | Merge from rustc | Ralf Jung | -65/+137 |
| 2023-03-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -25/+10 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+4 |
| 2023-03-22 | Auto merge of #109463 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-03-22 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-21 | Auto merge of #109092 - compiler-errors:local-key, r=cjgillot | bors | -10/+10 |
| 2023-03-21 | Ignore the vendor directory for tidy tests. | James Farrell | -0/+1 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -1/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+9 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -6/+12 |
| 2023-03-21 | Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrum | nils | -47/+111 |
| 2023-03-21 | Auto merge of #2820 - oli-obk:rustup, r=RalfJung | bors | -1/+6 |
| 2023-03-21 | Use hex literal for INDEX_MASK | Martin Gammelsæter | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+4 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -1/+1 |
| 2023-03-21 | Have the miri cronjob link to the failed run. | Oli Scherer | -1/+6 |
| 2023-03-21 | Merge from rustc | Ralf Jung | -720/+2371 |
| 2023-03-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -2/+9 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -69/+68 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -5/+15 |
| 2023-03-20 | Auto merge of #109384 - matthiaskrgr:rollup-hu348gs, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -5/+15 |
| 2023-03-20 | move reject with isolation for fcntl under F_FULLFSYNC | DebugSteven | -17/+26 |
| 2023-03-20 | Rollup merge of #109365 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-03-20 | Auto merge of #109377 - lnicola:rust-analyzer-2023-03-20, r=lnicola | bors | -610/+2220 |