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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-20
Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee
Guillaume Gomez
-1
/
+0
2025-07-08
Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt
Trevor Gross
-7
/
+7
2025-07-08
collect.rs: remove empty line after doc comment
Marijn Schouten
-1
/
+0
2025-07-04
clippy fix: indentation
Marijn Schouten
-7
/
+7
2025-07-03
Implement `int_format_into` feature
Guillaume Gomez
-0
/
+4
2025-07-02
Remove some unsized tuple impls now that we don't support unsizing tuples any...
Oli Scherer
-6
/
+1
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-7
/
+12
2025-06-16
library/compiler: add `PointeeSized` bounds
David Wood
-18
/
+18
2025-06-03
`Display`: Rework explanation of `FromStr`/`Display` round-tripping
Josh Triplett
-2
/
+7
2025-06-03
Improve the documentation of `Display` and `FromStr`, and their interactions
Josh Triplett
-0
/
+9
2025-05-17
Switch library rustc_unimplemented to use `Self` and `This`
mejrs
-5
/
+5
2025-05-01
Move core::fmt::Arguments::new_v1* to rt.rs.
Mara Bos
-35
/
+0
2025-04-15
Use full path for core::mem::transmute
Alice Ryhl
-1
/
+1
2025-04-12
cfg(kcfi)
Alice Ryhl
-1
/
+1
2025-04-10
cfi: do not transmute function pointers in formatting code
Alice Ryhl
-1
/
+1
2025-04-09
update cfgs
Boxy
-28
/
+0
2025-04-06
Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3
Stuart Cook
-2
/
+2
2025-04-05
tidy: Fix paths to coretests and alloctests
Thalia Archibald
-2
/
+2
2025-04-04
make `Arguments::as_statically_known_str` doc(hidden)
mejrs
-0
/
+1
2025-03-22
Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm
bors
-173
/
+221
2025-03-21
Add todo comment on using a niche type for fmt flags.
Mara Bos
-0
/
+2
2025-03-18
Optimize io::Write::write_fmt for constant strings
Thalia Archibald
-1
/
+2
2025-03-16
Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc
许杰友 Jieyou Xu (Joe)
-1
/
+8
2025-03-16
Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-03-12
Reduce FormattingOptions to 64 bits.
Mara Bos
-173
/
+219
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-24
/
+27
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+1
2025-02-27
Count char width at most once in Formatter::pad
Thalia Archibald
-37
/
+29
2025-02-16
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212
-3
/
+3
2025-02-15
core: Make `Debug` impl of raw pointers print metadata if present
Martin Nordholts
-1
/
+8
2025-01-24
Fix `FormattingOptions` instantiation with `Default`
Yuri Astrakhan
-1
/
+10
2025-01-05
[generic_assert] Constify methods used by the formatting system
Caio
-2
/
+2
2024-12-21
Less unwrap() in documentation
Kornel
-4
/
+7
2024-12-05
Access members of `FormattingOptions` directly instead of via getters/setters
Elias Holzmann
-38
/
+36
2024-12-05
Removed constness for methods receiving a `&mut` parameter
Elias Holzmann
-11
/
+11
2024-12-05
Added better reason for exposing `flags` and `get_flags` as unstable
Elias Holzmann
-2
/
+10
2024-12-05
Formatted
Elias Holzmann
-12
/
+10
2024-12-05
Refactored FormattingOptions to use a bitmask for storing flags
Elias Holzmann
-44
/
+46
2024-12-05
Revert "Turned public+unstable+hidden functions into private functions"
Elias Holzmann
-2
/
+6
2024-12-05
Turned public+unstable+hidden functions into private functions
Elias Holzmann
-6
/
+2
2024-12-05
Made all fns const
Elias Holzmann
-22
/
+22
2024-12-05
impl Default for fmt::FormattingOptions
Elias Holzmann
-1
/
+1
2024-12-05
Fixed copy+paste error in comment
Elias Holzmann
-1
/
+1
2024-12-05
fmt::FormattingOptions: Renamed `alignment` to `align`
Elias Holzmann
-13
/
+13
2024-12-05
Formatter::with_options: Use different lifetimes
Elias Holzmann
-1
/
+1
2024-12-05
Added struct `fmt::FormattingOptions`
Elias Holzmann
-68
/
+313
2024-12-05
Formatter: Access members via getter methods wherever possible
Elias Holzmann
-13
/
+13
2024-11-27
update cfgs
Boxy
-4
/
+0
2024-11-27
replace placeholder version
Boxy
-1
/
+1
2024-11-03
stabilize const_arguments_as_str
Ralf Jung
-2
/
+1
[next]