index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
fmt
/
builders.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-03
Mark `std::fmt::from_fn` as `#[must_use]`
Yotam Ofek
-0
/
+1
2024-10-15
replace placeholder version
Josh Stone
-4
/
+4
2024-10-01
Stabilize `debug_more_non_exhaustive`
Trevor Gross
-12
/
+4
2024-08-21
Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb
Matthias Krüger
-12
/
+212
2024-08-12
std::fmt::FormatterFn -> std::fmt::FromFn
schvv31n
-5
/
+14
2024-07-26
Always set `result` during `finish()` in debug builders
Trevor Gross
-4
/
+8
2024-07-21
Implement `debug_more_non_exhaustive`
Trevor Gross
-0
/
+200
2024-07-21
Make use of raw strings in `core::fmt::builders`
Trevor Gross
-12
/
+12
2024-07-19
Avoid ref when using format! for perf
Yuri Astrakhan
-1
/
+1
2023-11-10
Closure-consuming helper functions for `fmt::Debug` helpers
John Millikin
-13
/
+131
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-0
/
+1
2023-09-12
Improve `PadAdapter::write_char`
Benoît du Garreau
-0
/
+8
2023-07-26
docs: fmt::Debug*: Fix comments for finish method.
Bruce Mitchener
-3
/
+3
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-5
/
+5
2023-04-26
Spelling library/
Josh Soref
-2
/
+2
2022-08-24
Remove a packing branch from `fmt::builders::PadAdapter`
Benoît du Garreau
-14
/
+4
2022-02-25
Remove needless borrows from core::fmt
Nixon Enraght-Moony
-6
/
+6
2021-07-11
Optimize fmt::PadAdapter::wrap
phlopsi
-4
/
+1
2021-04-21
Format `Struct { .. }` on one line even with `{:#?}`.
Mara Bos
-18
/
+9
2021-03-24
Bump debug_non_exhaustive stabilization to 1.53.
Mara Bos
-1
/
+1
2021-03-12
Update library/core/src/fmt/builders.rs
Gus Wynn
-1
/
+1
2021-03-11
stabilize debug_non_exhaustive
Gus Wynn
-2
/
+1
2020-11-07
Convert a bunch of intra-doc links
Camelid
-26
/
+18
2020-07-27
mv std libs to library/
mark
-0
/
+960