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
/
src
/
libcore
/
fmt
/
builders.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-28
stabilize the debug_map_key_value feature
Ashley Mannix
-4
/
+2
2020-01-24
Use Self instead of self return type
Lzu Tao
-10
/
+10
2020-01-14
Implement `finish_non_exhaustive` for `DebugStruct`.
Richard Dodd
-0
/
+56
2019-12-22
Format the world
Mark Rousskov
-65
/
+34
2019-10-10
move debug_map assertions after check for err
Ashley Mannix
-7
/
+9
2019-08-17
Make fmt-internal functions private
Matthew Jasper
-5
/
+8
2019-07-09
add feature to docs
Ashley Mannix
-0
/
+2
2019-07-08
add key and value methods to DebugMap
Ashley Mannix
-17
/
+141
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-04-05
Include trailing comma in multiline Debug representation
David Tolnay
-58
/
+32
2019-02-19
Add missing fmt structs examples
Guillaume Gomez
-10
/
+313
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-1
/
+1
2018-07-25
Enforce #![deny(bare_trait_objects)] in src/libcore
ljedrz
-7
/
+7
2018-05-07
Add explanation for #[must_use] on Debug builders
Manish Goregaokar
-5
/
+5
2017-11-27
Keep access to private Formatter fields in Formatter methods
Simon Sapin
-43
/
+28
2017-11-24
Make fmt::DebugList and friends forward formatting parameters
Simon Sapin
-28
/
+58
2017-10-07
fmt: DRY
Tamir Duberstein
-5
/
+5
2017-08-24
Fix inconsistent doc headings
lukaramu
-5
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-11
/
+11
2017-07-02
Add docs for Debug* structs. #29355
Ryan Thomas
-10
/
+129
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-1
/
+0
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+5
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-16
/
+12
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+1
2015-10-08
rustfmt part of libcore/fmt
Michael Pankov
-14
/
+48
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
2015-07-10
Add trailing , for 1-tuples
Steven Fackler
-0
/
+6
2015-05-19
Stabilize debug builders for 1.2.0
Steven Fackler
-13
/
+18
2015-05-17
Fix finish docs
Steven Fackler
-10
/
+5
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-11
/
+41
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-53
/
+85
2015-03-11
Switch to a specific feature
Steven Fackler
-10
/
+10
2015-03-10
Remove inline silliness from debug builders
Steven Fackler
-60
/
+11
2015-03-09
Switch derive(Debug) to use the debug builders
Steven Fackler
-0
/
+18
2015-03-09
Restructure debug builders to minimize codegen
Steven Fackler
-18
/
+58
2015-03-09
Implement RFC 640
Steven Fackler
-0
/
+292