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
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-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-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-08-30
fix broken trait method links
Andy Russell
-2
/
+0
2020-08-24
Use intra-doc-links in `core::{char, macros, fmt}`
LeSeulArtichaut
-50
/
+14
2020-07-27
mv std libs to library/
mark
-0
/
+2280
[prev]