]> git.lizzy.rs Git - rust.git/history - compiler/rustc_builtin_macros/src/format
Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddle
[rust.git] / compiler / rustc_builtin_macros / src / format /
2022-09-29 Dylan DPCRollup merge of #102336 - compiler-errors:issue-102333...
2022-09-29 borsAuto merge of #102328 - cuviper:ibm-stack-probes, r...
2022-09-29 Yuki OkushiRollup merge of #102433 - RalfJung:temp-dir-typo, r...
2022-09-29 Yuki OkushiRollup merge of #102368 - beetrees:nano-niche, r=joshtr...
2022-09-29 Yuki OkushiRollup merge of #102085 - chenyukang:code-refactor...
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-29 borsAuto merge of #101833 - jyn514:cross-compile-compiler...
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.