]> git.lizzy.rs Git - rust.git/history - compiler/rustc_builtin_macros/src/format
Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett
[rust.git] / compiler / rustc_builtin_macros / src / format /
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-28 borsAuto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez
2022-09-28 borsAuto merge of #100719 - CohenArthur:rust-safe-intrinsic...
2022-09-28 borsAuto merge of #101454 - cjgillot:concat-binders, r...
2022-09-28 borsAuto merge of #101619 - Xiretza:rustc_parse-session...
2022-09-28 borsAuto merge of #102302 - nnethercote:more-lexer-improvem...
2022-09-28 borsAuto merge of #102388 - JohnTitor:rollup-mbyw6fl, r...
2022-09-28 borsAuto merge of #100996 - m-ou-se:format-args-2, r=estebank
2022-09-27 Mara BosUpdate doc comments.
2022-09-27 Mara BosTurn format arguments Vec into its own struct.
2022-09-27 Mara BosTweak comments.
2022-09-27 Mara BosPrefer new_v1_formatted instead of new_v1 with duplicates.
2022-09-27 Mara BosFix typo.
2022-09-27 Mara BosMove FormatArgs structure to its own module.
2022-09-27 Mara BosRewrite and refactor format_args!() builtin macro.