| Age | Commit message (Expand) | Author | Lines |
| 2022-04-12 | Rollup merge of #95316 - fmease:rustdoc-discr-req-prov-assoc-consts-tys, r=no... | Dylan DPC | -243/+401 |
| 2022-04-12 | Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-se | bors | -45/+95 |
| 2022-04-12 | Rollup merge of #95975 - m-ou-se:test-70093-no-cross, r=joshtriplett | Mara Bos | -0/+1 |
| 2022-04-12 | Rollup merge of #95963 - luqmana:llvm-dist-cross-filecheck, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2022-04-12 | Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkov | Mara Bos | -28/+13 |
| 2022-04-12 | Rollup merge of #95783 - notriddle:notriddle/doctest-signal, r=GuillaumeGomez | Mara Bos | -15/+79 |
| 2022-04-12 | Auto merge of #95867 - cjgillot:fixed-size, r=oli-obk | bors | -142/+322 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -243/+401 |
| 2022-04-12 | Update src/test/rustdoc-ui/failed-doctest-output-windows.rs | Michael Howell | -1/+1 |
| 2022-04-12 | Auto merge of #95974 - fee1-dead:rollup-2fr55cs, r=fee1-dead | bors | -150/+207 |
| 2022-04-12 | Don't test -Cdefault-linker-libraries=yes when cross compiling. | Mara Bos | -0/+1 |
| 2022-04-12 | Rollup merge of #95947 - cuviper:default-box, r=dtolnay | fee1-dead | -12/+21 |
| 2022-04-12 | Rollup merge of #95900 - o01eg:fix-wasm-doc, r=Mark-Simulacrum | fee1-dead | -4/+4 |
| 2022-04-12 | Rollup merge of #95820 - OliverMD:95150, r=lcnr | fee1-dead | -90/+86 |
| 2022-04-12 | Rollup merge of #95716 - davidtwco:translation-custom-sysroot-only-warn, r=ol... | fee1-dead | -42/+94 |
| 2022-04-12 | Rollup merge of #95671 - gimbles:master, r=Mark-Simulacrum | fee1-dead | -2/+2 |
| 2022-04-12 | Auto merge of #95966 - matthiaskrgr:rollup-hhy4nod, r=matthiaskrgr | bors | -236/+736 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -42/+94 |
| 2022-04-12 | Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPC | Matthias Krüger | -3/+3 |
| 2022-04-12 | Rollup merge of #95920 - compiler-errors:cast-suggestion-span, r=oli-obk | Matthias Krüger | -18/+42 |
| 2022-04-12 | Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPC | Matthias Krüger | -61/+45 |
| 2022-04-12 | Rollup merge of #95909 - vacuus:theme-build-rule, r=GuillaumeGomez | Matthias Krüger | -7/+9 |
| 2022-04-12 | Rollup merge of #95881 - TaKO8Ki:use-to-string-instead-of-format, r=compiler-... | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95722 - xu-cheng:pre-push, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-04-12 | Rollup merge of #95320 - JakobDegen:mir-docs, r=oli-obk | Matthias Krüger | -145/+633 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -38/+136 |
| 2022-04-12 | Auto merge of #95893 - luqmana:no-prepopulate-passes-tweaks, r=nikic | bors | -0/+7 |
| 2022-04-11 | [bootstrap] Grab the right FileCheck binary for dist when cross-compiling. | Luqman Aden | -2/+2 |
| 2022-04-12 | Auto merge of #93408 - liangyongrui:master, r=scottmcm | bors | -10/+10 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-11 | Auto merge of #95944 - Dylan-DPC:rollup-idggkrh, r=Dylan-DPC | bors | -502/+1104 |
| 2022-04-11 | Fix line numbers | Michael Howell | -15/+15 |
| 2022-04-11 | simplify const params diagnostic on stable | Oliver Downard | -90/+86 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -10/+6 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -36/+37 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Adjust MIR validator to check a few more things for terminators | Jakob Degen | -5/+19 |
| 2022-04-11 | Improve documentation for MIR terminators | Jakob Degen | -27/+121 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -60/+182 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+101 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -1/+12 |
| 2022-04-11 | Improve documentation of `Place` and `Operand` | Jakob Degen | -13/+121 |
| 2022-04-11 | Use const Box::default in P::<[T]>::new | Josh Stone | -8/+3 |
| 2022-04-11 | impl const Default for Box<[T]> and Box<str> | Josh Stone | -4/+18 |
| 2022-04-11 | pre-push.sh: Use python3 if python is not found | Cheng XU | -1/+3 |
| 2022-04-11 | Auto merge of #95796 - bzEq:bzEq/curl-redirect, r=Dylan-DPC | bors | -0/+1 |
| 2022-04-11 | Rollup merge of #95927 - Kobzol:ci-pgo-libcore, r=lqd | Dylan DPC | -6/+0 |
| 2022-04-11 | Rollup merge of #95901 - jyn514:remove-duplicate-aliases, r=Mark-Simulacrum | Dylan DPC | -7/+2 |