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
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-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
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-18
Document futility of printing temporary pointers
Kornel
-2
/
+10
2024-08-14
Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb
Matthias Krüger
-0
/
+5
2024-08-13
chore(lib): fmt core::fmt::Formatter's write_fmt method
burlinchen
-1
/
+1
2024-08-12
std::fmt::FormatterFn -> std::fmt::FromFn
schvv31n
-1
/
+1
2024-08-12
chore(lib): Enhance documentation for core::fmt::Formatter's write_fmt method
burlinchen
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+3
2024-07-26
Fix doc nits
John Arundel
-42
/
+56
2024-07-05
Improve readability of some fmt code examples
Guillaume Gomez
-7
/
+15
2024-06-30
Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=Nilstrieb
Matthias Krüger
-2
/
+1
2024-06-29
small correction to fmt::Pointer impl
Sky
-2
/
+1
2024-06-25
fix UI test, simplify error message
joboet
-0
/
+6
2024-05-24
Move the checks for Arguments constructors to inline const
Ben Kimock
-11
/
+7
2024-05-24
Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboet
bors
-18
/
+41
2024-05-23
Process a single not-ASCII-printable `char` per iteration
Arpad Borsos
-8
/
+5
2024-05-23
panic_nounwind in Arguments::new* instead of recursing
Ben Kimock
-2
/
+5
2024-05-20
Switch to primarily using `&str`
Arpad Borsos
-7
/
+6
2024-05-20
Introduce printable-ASCII fast-path for `impl Debug for str`
Arpad Borsos
-17
/
+42
2024-05-20
Add a fast-path to `Debug` ASCII `&str`
Arpad Borsos
-0
/
+5
2024-05-20
Write `char::DebugEscape` sequences using `write_str`
Arpad Borsos
-7
/
+4
2024-05-09
Document proper usage of `fmt::Error` and `fmt()`'s `Result`.
Kevin Reid
-15
/
+27
2024-04-14
Rollup merge of #123875 - Ghamza-Jd:master, r=joboet
Matthias Krüger
-6
/
+6
2024-04-13
chore: replace x with y for hexa-decimal fmt
Hamza Jadid
-6
/
+6
2024-04-12
core: get rid of `USIZE_MARKER`
joboet
-2
/
+8
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-2
/
+2
2024-03-23
Rename `Arguments::as_const_str` to `as_statically_known_str`
Josh Stone
-5
/
+9
2024-03-08
Auto merge of #122059 - nyurik:with-as-const-str, r=cuviper
bors
-10
/
+26
2024-03-05
Optimize write with as_const_str for shorter code
Yuri Astrakhan
-10
/
+26
2024-03-05
Rollup merge of #121065 - CAD97:display-i18n, r=cuviper
Matthias Krüger
-0
/
+17
[next]