about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-29rewording after comments by @thomccMarc Schoolderman-5/+5
2023-03-17fix typo in documentation for std::fs::PermissionsMarc R. Schoolderman-1/+1
2023-03-17Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkinbors-164/+49
2023-03-16Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obkbors-214/+188
2023-03-16Auto merge of #107270 - cjgillot:remove-zst, r=oli-obkbors-209/+325
2023-03-16Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obkbors-54/+330
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-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-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-16Auto merge of #109183 - lqd:revert-107376, r=compiler-errorsbors-87/+152
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
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+8
2023-03-15Auto merge of #109169 - bjorn3:sync_cg_clif-2023-03-15, r=bjorn3bors-792/+873
2023-03-15unequal → not equalgimbles-21/+21
2023-03-15Account for debuginfo on _0 without naming it.Camille GILLOT-6/+2
2023-03-15Update docsfs module documentationGuillaume Gomez-1/+0
2023-03-15Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"Rémy Rakic-87/+152
2023-03-15Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPCbors-296/+294
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-792/+873
2023-03-15Rustup to rustc 1.70.0-nightly (171693274 2023-03-14)bjorn3-1/+1
2023-03-15Sync from rust 1716932743a7b3705cbf0c34db0c4e070ed1930dbjorn3-6/+6
2023-03-15Introduce Box::new in mini_corebjorn3-0/+11
2023-03-15Use patched git-subtree from bjorn3/git@tqc-subtree-portablebjorn3-3/+22
2023-03-15always make `define_opaque_types` explicitlcnr-224/+307