| Age | Commit message (Expand) | Author | Lines |
| 2022-04-11 | Implement Default for AssertUnwindSafe | Soni L | -0/+7 |
| 2022-04-11 | Auto merge of #95125 - JakobDegen:uninit-variant-rvalue, r=oli-obk | bors | -293/+744 |
| 2022-04-11 | Remove inlining cost of `Deinit` statements | Jakob Degen | -109/+264 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -41/+57 |
| 2022-04-11 | Add const eval tests ensuring padding gets correctly marked as deinit on deag... | Jakob Degen | -0/+37 |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -465/+619 |
| 2022-04-11 | Bless tests that broke in a trivial way due to change in deaggregation | Jakob Degen | -11/+18 |
| 2022-04-11 | Document semantics of `Deinit` and `SetDiscriminant` MIR statements | Jakob Degen | -0/+7 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -66/+141 |
| 2022-04-11 | Auto merge of #95931 - matthiaskrgr:rollup-1c5zhit, r=matthiaskrgr | bors | -98/+157 |
| 2022-04-11 | Rollup merge of #95917 - RalfJung:thin-box-test, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -68/+69 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -17/+33 |
| 2022-04-11 | Rollup merge of #95875 - aswild:pr/alias-cmd-paths, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-04-11 | Rollup merge of #95861 - ChrisDenton:windows7-support, r=Dylan-DPC | Matthias Krüger | -4/+6 |
| 2022-04-11 | Rollup merge of #95771 - str4d:update-linker-plugin-lto.md-to-1.60, r=pietroa... | Matthias Krüger | -1/+15 |
| 2022-04-11 | Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum | Matthias Krüger | -4/+30 |
| 2022-04-11 | Auto merge of #95758 - compiler-errors:issue-54771, r=estebank | bors | -32/+97 |
| 2022-04-11 | Auto merge of #95754 - compiler-errors:binder-assoc-ty, r=nagisa | bors | -13/+56 |
| 2022-04-10 | thin_box test: import from std, not alloc | Ralf Jung | -1/+1 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -17/+33 |
| 2022-04-11 | Auto merge of #94243 - compiler-errors:compiler-flags-typo, r=Mark-Simulacrum | bors | -3/+8 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -13/+56 |
| 2022-04-10 | only suggest removing semicolon when expr implements trait | Michael Goulet | -32/+97 |
| 2022-04-10 | Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPC | bors | -235/+333 |
| 2022-04-10 | Rollup merge of #95868 - vacuus:markdown-code-blocks, r=GuillaumeGomez | Dylan DPC | -7/+5 |
| 2022-04-10 | Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -8/+117 |
| 2022-04-10 | Rollup merge of #95852 - niluxv:strict-provenance-lint-fixup, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-04-10 | Rollup merge of #95849 - ehuss:check-submodules, r=Mark-Simulacrum | Dylan DPC | -2/+13 |
| 2022-04-10 | Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-dead | Dylan DPC | -9/+109 |
| 2022-04-10 | Rollup merge of #95784 - WaffleLapkin:typeof_cool_suggestion, r=compiler-errors | Dylan DPC | -3/+32 |
| 2022-04-10 | Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula... | Dylan DPC | -203/+54 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -68/+69 |
| 2022-04-10 | Auto merge of #95487 - cjgillot:menhir, r=oli-obk | bors | -110/+89 |
| 2022-04-10 | Auto merge of #95848 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-04-10 | --bless tests | Maybe Waffle | -0/+15 |
| 2022-04-10 | Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum | bors | -10/+3 |
| 2022-04-10 | Avoid checking HIR in variances_of. | Camille GILLOT | -38/+13 |
| 2022-04-10 | Do not access HIR to compute symbol_name. | Camille GILLOT | -8/+4 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -28/+42 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -41/+35 |
| 2022-04-10 | Auto merge of #95621 - saethlin:remove-mpsc-transmute, r=RalfJung | bors | -49/+50 |
| 2022-04-10 | bootstrap: show available paths help text for aliased subcommands | Allen Wild | -3/+3 |
| 2022-04-10 | Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum | bors | -68/+30 |
| 2022-04-10 | Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrum | bors | -2/+17 |
| 2022-04-09 | rustdoc: Reduce allocations in a `html::markdown` function | Roc Yu | -7/+5 |
| 2022-04-09 | Auto merge of #95435 - cjgillot:one-name, r=oli-obk | bors | -56/+56 |
| 2022-04-09 | Auto merge of #95855 - Dylan-DPC:rollup-h45xmpw, r=Dylan-DPC | bors | -95/+569 |
| 2022-04-09 | remove the if block | ouz-a | -22/+9 |
| 2022-04-09 | Note that CI tests Windows 10 | Chris Denton | -4/+6 |