| Age | Commit message (Expand) | Author | Lines |
| 2023-03-16 | TB: Util: an efficient mapping for permissions | Neven Villani | -0/+304 |
| 2023-03-16 | TB: encoding of the underlying state machine | Neven Villani | -0/+214 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -54/+330 |
| 2023-03-16 | resolve: Minor cleanup to `Resolver::get_module` | Vadim Petrochenkov | -19/+16 |
| 2023-03-16 | resolve: Use `item_name` and `opt_parent` in `Resolver::get_module` | Vadim Petrochenkov | -12/+5 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -12/+1 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -9/+1 |
| 2023-03-16 | Use sort_by_key instead of sort_by | est31 | -2/+2 |
| 2023-03-16 | Split unicode case LUTs in single and multi variants | Martin Gammelsæter | -1695/+1008 |
| 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 | 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 | Auto merge of #10481 - blyxyas:allow_attribute, r=xFrednet | bors | -0/+141 |
| 2023-03-16 | Fix formatting, remove commented code, etc... | blyxyas | -15/+7 |
| 2023-03-16 | E0206 - removed space | Jamilya Shurukhova | -2/+1 |
| 2023-03-16 | E0206 - added `union` to description | Jamilya Shurukhova | -2/+2 |
| 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 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -3/+30 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -87/+152 |
| 2023-03-16 | Fix on_unimplemented_note for RPITITs | Michael Goulet | -7/+11 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -21/+78 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -19/+64 |
| 2023-03-15 | Rename lint | blyxyas | -12/+12 |
| 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 |