| Age | Commit message (Expand) | Author | Lines |
| 2023-08-29 | rewording after comments by @thomcc | Marc Schoolderman | -5/+5 |
| 2023-03-17 | fix typo in documentation for std::fs::Permissions | Marc R. Schoolderman | -1/+1 |
| 2023-03-17 | Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin | bors | -164/+49 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -214/+188 |
| 2023-03-16 | Auto merge of #107270 - cjgillot:remove-zst, r=oli-obk | bors | -209/+325 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -54/+330 |
| 2023-03-16 | Bless -Zhelp output test. | Mara Bos | -0/+1 |
| 2023-03-16 | Add test for -Zflatten-format-args=yes. | Mara Bos | -0/+24 |
| 2023-03-16 | Fix clippy. | Mara Bos | -4/+17 |
| 2023-03-16 | Auto merge of #109206 - matthiaskrgr:rollup-oev8ax6, r=matthiaskrgr | bors | -411/+791 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -2/+9 |
| 2023-03-16 | Bless pretty tests. | Mara Bos | -6/+4 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -17/+66 |
| 2023-03-16 | Update format_args!() test to account for inlining. | Mara Bos | -4/+4 |
| 2023-03-16 | Also inline integer literals into format_args!(). | Mara Bos | -5/+18 |
| 2023-03-16 | Check all arg indexes before removing inlined format args. | Mara Bos | -13/+15 |
| 2023-03-16 | Remove unreachable branch in format_args ast lowering. | Mara Bos | -19/+8 |
| 2023-03-16 | Fix argument index remapping in format_args flattening. | Mara Bos | -28/+36 |
| 2023-03-16 | Only inline `{}` string literals in format_args. | Mara Bos | -0/+1 |
| 2023-03-16 | Support flattening/inlining format_args through & and (). | Mara Bos | -6/+21 |
| 2023-03-16 | Inline string literals into format_args!(). | Mara Bos | -3/+61 |
| 2023-03-16 | Coalesce adjacent literal pieces in expand_format_args. | Mara Bos | -16/+16 |
| 2023-03-16 | Flatten nested format_args!() into one. | Mara Bos | -4/+102 |
| 2023-03-16 | Rollup merge of #109192 - lukas-code:uefi-relnotes, r=joshtriplett | Matthias Krüger | -1/+2 |
| 2023-03-16 | Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jsha | Matthias Krüger | -0/+8 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -21/+21 |
| 2023-03-16 | Rollup merge of #109171 - oli-obk:normalization_cleanup, r=compiler-errors | Matthias Krüger | -77/+48 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -224/+307 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -31/+138 |
| 2023-03-16 | Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkin | Matthias Krüger | -20/+16 |
| 2023-03-16 | Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no... | Matthias Krüger | -11/+32 |
| 2023-03-16 | Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkin | Matthias Krüger | -17/+169 |
| 2023-03-16 | Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez | Matthias Krüger | -9/+50 |
| 2023-03-16 | Auto merge of #108809 - lqd:fix-ignore, r=pietroalbini | bors | -2/+3 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -87/+152 |
| 2023-03-15 | Mention UEFI target promotion in release notes for 1.67.0 | Lukas Markeffsky | -1/+2 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -111/+109 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+8 |
| 2023-03-15 | Auto merge of #109169 - bjorn3:sync_cg_clif-2023-03-15, r=bjorn3 | bors | -792/+873 |
| 2023-03-15 | unequal → not equal | gimbles | -21/+21 |
| 2023-03-15 | Account for debuginfo on _0 without naming it. | Camille GILLOT | -6/+2 |
| 2023-03-15 | Update docsfs module documentation | Guillaume Gomez | -1/+0 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -87/+152 |
| 2023-03-15 | Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPC | bors | -296/+294 |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -792/+873 |
| 2023-03-15 | Rustup to rustc 1.70.0-nightly (171693274 2023-03-14) | bjorn3 | -1/+1 |
| 2023-03-15 | Sync from rust 1716932743a7b3705cbf0c34db0c4e070ed1930d | bjorn3 | -6/+6 |
| 2023-03-15 | Introduce Box::new in mini_core | bjorn3 | -0/+11 |
| 2023-03-15 | Use patched git-subtree from bjorn3/git@tqc-subtree-portable | bjorn3 | -3/+22 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -224/+307 |