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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-03
Replace max/min_value() with MAX/MIN assoc consts
Linus Färnstrand
-1
/
+1
2020-03-23
Rename remaining occurences of Void to Opaque.
Ana-Maria Mihalache
-2
/
+2
2020-03-12
Rollup merge of #69011 - foeb:document-unsafe-core-fmt, r=Mark-Simulacrum
Mazdak Farrokhzad
-2
/
+16
2020-03-08
Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddyb
Mazdak Farrokhzad
-1
/
+11
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-05
Document unsafe blocks in core::fmt
Phoebe Bell
-2
/
+16
2020-03-03
Try to ensure usize marker does not get merged
Mark Rousskov
-1
/
+11
2020-02-17
Move the show_usize marker function to a static
Mark Rousskov
-7
/
+16
2020-02-17
Move to using an extern type for opaqueness
Mark Rousskov
-12
/
+4
2020-02-15
Formatter::sign is &'static str
Mark Rousskov
-3
/
+3
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-12
/
+1
2020-01-20
Drop args from Formatter
Mark Rousskov
-13
/
+6
2020-01-20
Move run/getcount to functions
Mark Rousskov
-38
/
+35
2020-01-20
Delete unused "next" variants from formatting infrastructure
Mark Rousskov
-8
/
+11
2020-01-01
Reset Formatter flags on exit from pad_integral
Mark Rousskov
-3
/
+6
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-7
/
+7
2019-12-19
Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPC
Mark Rousskov
-44
/
+76
2019-12-15
Replace prints in fmt docs with asserts
Elichai Turkel
-38
/
+64
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-2
/
+2
2019-12-12
Change fmt docs for more delegations
Elichai Turkel
-6
/
+12
2019-12-04
Fix docs for formatting delegations
Elichai Turkel
-5
/
+6
2019-11-26
Format libcore with rustfmt
David Tolnay
-112
/
+112
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-2
/
+2
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-10-22
Apply clippy::redundant_pattern_matching suggestion
Mateusz Mikuła
-1
/
+1
2019-10-16
fmt::Write is about string slices, not byte slices
Ralf Jung
-2
/
+2
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-6
/
+4
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-3
/
+1
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-3
/
+3
2019-08-30
Add a "diagnostic item" scheme
Oliver Scherer
-1
/
+2
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-1
/
+1
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-2
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+15
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-4
/
+4
2019-05-19
Fix data types indication
VeryTastyTomato
-2
/
+2
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-63
/
+63
2019-04-18
libcore => 2018
Taiki Endo
-8
/
+8
2019-02-13
Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum
Mazdak Farrokhzad
-39
/
+62
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
Use write_char for writing padding characters
Nick Fitzgerald
-22
/
+8
2019-02-07
Un-monomorphize and inline formatting with padding
Nick Fitzgerald
-29
/
+57
2019-02-07
De-duplicate write_prefix lambda in pad_integral
Nick Fitzgerald
-11
/
+20
2019-01-28
libcore: remove unneeded allow(deprecated)
Ralf Jung
-1
/
+1
2019-01-22
Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton
Mazdak Farrokhzad
-4
/
+6
2019-01-19
Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv
Mazdak Farrokhzad
-3
/
+12
2019-01-12
Utilize specialized zip iterator impl
Shotaro Yamada
-4
/
+6
2019-01-09
Improve docs for Formatter
Steve Klabnik
-3
/
+12
2019-01-09
Misc cleanups
Shotaro Yamada
-6
/
+6
2019-01-06
Derive Clone for ArgumentV1
Shotaro Yamada
-9
/
+1
[next]