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
/
rt.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-30
Simplify expansion for format_args!().
Mara Bos
-7
/
+1
2025-03-12
Reduce FormattingOptions to 64 bits.
Mara Bos
-11
/
+10
2025-03-10
Add #[track_caller] to from_usize.
Mara Bos
-0
/
+1
2025-03-10
Remove unnecessary semicolon.
Mara Bos
-1
/
+1
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-3
/
+10
2025-01-05
[generic_assert] Constify methods used by the formatting system
Caio
-6
/
+6
2024-12-08
Switch inline(always) in core/src/fmt/rt.rs to plain inline
Ben Kimock
-17
/
+17
2024-10-14
`rt::Argument`: elide lifetimes
Lieselotte
-13
/
+13
2024-08-31
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-10
/
+10
2024-08-28
fmt-debug option
Kornel
-0
/
+4
2024-06-27
core: improve comment
joboet
-2
/
+2
2024-06-26
core: avoid `extern` types in formatting infrastructure
joboet
-21
/
+25
2024-04-24
chore: fix some typos in comments
whosehang
-1
/
+1
2024-04-12
core: get rid of `USIZE_MARKER`
joboet
-43
/
+41
2023-10-04
Disable CFI for core and std CFI violations
Ramon de C Valle
-0
/
+4
2023-05-09
Limit lifetime of format_args!() with inlined args.
Mara Bos
-0
/
+15
2023-04-27
pub -> pub(super).
Mara Bos
-1
/
+1
2023-04-24
Restructure std::fmt::rt a bit.
Mara Bos
-6
/
+148
2023-04-20
Add reason to #![unstable] tag.
Mara Bos
-1
/
+1
2023-04-20
Get rid of core::fmt::FormatSpec.
Mara Bos
-6
/
+1
2023-04-20
Rename fmt::rt::Argument to Placeholder.
Mara Bos
-3
/
+2
2023-04-20
Turn core::fmt::rt::v1 into a private module.
Mara Bos
-0
/
+61