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
Age
Commit message (
Expand
)
Author
Lines
2021-09-01
fix clippy lints
klensy
-3
/
+3
2021-09-01
`fmt::Formatter::pad`: don't call chars().count() more than one time
klensy
-9
/
+14
2021-08-16
Get piece unchecked in write
Cameron Steffen
-3
/
+8
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-0
/
+31
2021-07-30
Rollup merge of #87052 - phlopsi:patch-1, r=jyn514
Yuki Okushi
-4
/
+1
2021-07-28
Add new const_format_args!() macro and use it in panics.
Mara Bos
-0
/
+2
2021-07-28
Make const panic!("..") work in Rust 2021.
Mara Bos
-2
/
+2
2021-07-11
Optimize fmt::PadAdapter::wrap
phlopsi
-4
/
+1
2021-07-04
Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu
bors
-19
/
+38
2021-07-02
core: add unstable `no_fp_fmt_parse` to disable float fmt/parse code
Gary Guo
-0
/
+18
2021-06-27
Make `fmt::Arguments::as_str` unstably const
Jonas Schievink
-1
/
+2
2021-06-22
Change Debug unimplemented message per request
Aris Merchant
-1
/
+1
2021-06-16
Improve errors for missing Debug and Display impls
Aris Merchant
-1
/
+2
2021-06-06
Move `flt2dec::{Formatted, Part}` to dedicated module
Gary Guo
-19
/
+20
2021-05-23
fix pad_integral example
klensy
-1
/
+2
2021-05-17
Avoid zero-length write_str in fmt::write
Mark Rousskov
-2
/
+6
2021-05-17
Optimize default ToString impl
Mark Rousskov
-9
/
+23
2021-04-21
Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l...
Mara Bos
-18
/
+9
2021-04-21
Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive`
Christiaan Dirkx
-1
/
+1
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-2
/
+2
2021-04-21
Format `Struct { .. }` on one line even with `{:#?}`.
Mara Bos
-18
/
+9
2021-03-31
Remove T: Debug bound on UnsafeCell Debug impl
Jacob Hughes
-1
/
+1
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-2
/
+3
2021-03-27
Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se
bors
-13
/
+6
2021-03-26
Use iter::zip in library/
Josh Stone
-2
/
+3
2021-03-26
Update char::escape_debug_ext to handle different escapes in strings vs. chars
Ömer Sinan Ağacan
-2
/
+11
2021-03-24
Bump debug_non_exhaustive stabilization to 1.53.
Mara Bos
-1
/
+1
2021-03-22
Preserve signed zero on roundtrip
Jubilee Young
-13
/
+6
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
2021-02-14
Stabilize Arguments::as_str
Steven Fackler
-5
/
+1
2021-01-29
Optimize udiv_1e19() function
Kogia-sima
-19
/
+36
2021-01-14
Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-se
Mara Bos
-9
/
+27
2021-01-13
Fix formatting specifiers doc link
Caleb Sander
-9
/
+27
2021-01-13
Fixed incorrect doc comment
trevor arjeski
-1
/
+1
2020-12-02
Use more std:: instead of core:: in docs for consistency, add more intra doc ...
Alexis Bourget
-1
/
+1
2020-11-29
Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar...
bors
-7
/
+21
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-11-07
Convert a bunch of intra-doc links
Camelid
-26
/
+18
2020-10-31
fix aliasing issues in u128 formatting code
Ralf Jung
-3
/
+9
2020-10-27
Changed lint to check for `std::fmt::Pointer` and `transmute`
Ayrton
-0
/
+2
2020-10-20
Add debug_asserts for the unsafe indexing in fmt::write.
Mara Bos
-1
/
+2
2020-10-20
Avoid panic_bounds_check in fmt::write.
Mara Bos
-7
/
+20
2020-10-08
Don't discourage implementing `core::fmt::Write`
Camelid
-10
/
+6
2020-10-04
Use more intra-doc-links in `core::fmt`
LeSeulArtichaut
-3
/
+3
2020-10-04
Auto merge of #76017 - JulianKnodt:fmt_fast, r=nagisa
bors
-59
/
+254
2020-09-28
Use more efficient scheme for display u128/i128
kadmin
-59
/
+254
2020-09-25
review: fix nits and move panic safety tests to the correct place
Alexis Bourget
-1
/
+2
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-1
/
+1
2020-09-05
rename MaybeUninit slice methods
Ralf Jung
-4
/
+7
[next]