about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-16TB: Util: an efficient mapping for permissionsNeven Villani-0/+304
2023-03-16TB: encoding of the underlying state machineNeven Villani-0/+214
2023-03-16Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obkbors-54/+330
2023-03-16resolve: Minor cleanup to `Resolver::get_module`Vadim Petrochenkov-19/+16
2023-03-16resolve: Use `item_name` and `opt_parent` in `Resolver::get_module`Vadim Petrochenkov-12/+5
2023-03-16resolve: Remove `item_attrs_untracked`Vadim Petrochenkov-12/+1
2023-03-16resolve: Remove `item_generics_num_lifetimes`Vadim Petrochenkov-9/+1
2023-03-16Use sort_by_key instead of sort_byest31-2/+2
2023-03-16Split unicode case LUTs in single and multi variantsMartin Gammelsæter-1695/+1008
2023-03-16Bless -Zhelp output test.Mara Bos-0/+1
2023-03-16Add test for -Zflatten-format-args=yes.Mara Bos-0/+24
2023-03-16Fix clippy.Mara Bos-4/+17
2023-03-16Fix clippy.Mara Bos-4/+17
2023-03-16Auto merge of #109206 - matthiaskrgr:rollup-oev8ax6, r=matthiaskrgrbors-411/+791
2023-03-16Gate fmt args flattening behind -Zflatten-format-args.Mara Bos-2/+9
2023-03-16Bless pretty tests.Mara Bos-6/+4
2023-03-16Don't allow new const panic through format flattening.Mara Bos-17/+66
2023-03-16Update format_args!() test to account for inlining.Mara Bos-4/+4
2023-03-16Also inline integer literals into format_args!().Mara Bos-5/+18
2023-03-16Check all arg indexes before removing inlined format args.Mara Bos-13/+15
2023-03-16Remove unreachable branch in format_args ast lowering.Mara Bos-19/+8
2023-03-16Fix argument index remapping in format_args flattening.Mara Bos-28/+36
2023-03-16Only inline `{}` string literals in format_args.Mara Bos-0/+1
2023-03-16Support flattening/inlining format_args through & and ().Mara Bos-6/+21
2023-03-16Inline string literals into format_args!().Mara Bos-3/+61
2023-03-16Coalesce adjacent literal pieces in expand_format_args.Mara Bos-16/+16
2023-03-16Flatten nested format_args!() into one.Mara Bos-4/+102
2023-03-16Auto merge of #10481 - blyxyas:allow_attribute, r=xFrednetbors-0/+141
2023-03-16Fix formatting, remove commented code, etc...blyxyas-15/+7
2023-03-16E0206 - removed spaceJamilya Shurukhova-2/+1
2023-03-16E0206 - added `union` to descriptionJamilya Shurukhova-2/+2
2023-03-16Rollup merge of #109192 - lukas-code:uefi-relnotes, r=joshtriplettMatthias Krüger-1/+2
2023-03-16Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jshaMatthias Krüger-0/+8
2023-03-16Rollup merge of #109180 - gimbles:master, r=compiler-errorsMatthias Krüger-21/+21
2023-03-16Rollup merge of #109171 - oli-obk:normalization_cleanup, r=compiler-errorsMatthias Krüger-77/+48
2023-03-16Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obkMatthias Krüger-224/+307
2023-03-16Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=NilstriebMatthias Krüger-31/+138
2023-03-16Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkinMatthias Krüger-20/+16
2023-03-16Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no...Matthias Krüger-11/+32
2023-03-16Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkinMatthias Krüger-17/+169
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-9/+50
2023-03-16Auto merge of #108809 - lqd:fix-ignore, r=pietroalbinibors-2/+3
2023-03-16Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_inferMichael Goulet-3/+30
2023-03-16Auto merge of #109183 - lqd:revert-107376, r=compiler-errorsbors-87/+152
2023-03-16Fix on_unimplemented_note for RPITITsMichael Goulet-7/+11
2023-03-16Don't install default opaque projection predicates in RPITIT associated type'...Michael Goulet-21/+78
2023-03-16Install projection from RPITIT to default trait method opaque correctlyMichael Goulet-19/+64
2023-03-15Rename lintblyxyas-12/+12
2023-03-15Mention UEFI target promotion in release notes for 1.67.0Lukas Markeffsky-1/+2
2023-03-15Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiaskobors-111/+109