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
/
src
/
libcore
/
fmt
Age
Commit message (
Expand
)
Author
Lines
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-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-17
Drop unused argument to float functions
Mark Rousskov
-2
/
+0
2020-02-15
Formatter::sign is &'static str
Mark Rousskov
-6
/
+6
2020-02-14
implement LowerExp and UpperExp for integers
Max Blachman
-0
/
+163
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-21
/
+1
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-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
-10
/
+15
2020-01-17
Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnay
bors
-0
/
+56
2020-01-15
Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay
Yuki Okushi
-3
/
+6
2020-01-14
Implement `finish_non_exhaustive` for `DebugStruct`.
Richard Dodd
-0
/
+56
2020-01-06
Use Self instead of $type
Lzu Tao
-2
/
+2
2020-01-01
Reset Formatter flags on exit from pad_integral
Mark Rousskov
-3
/
+6
2019-12-22
Format the world
Mark Rousskov
-89
/
+55
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
-149
/
+198
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
/
+6
2019-10-22
Apply clippy::redundant_pattern_matching suggestion
Mateusz Mikuła
-1
/
+1
2019-10-17
Rollup merge of #65478 - RalfJung:write, r=jonas-schievink
Mazdak Farrokhzad
-2
/
+2
2019-10-16
fmt::Write is about string slices, not byte slices
Ralf Jung
-2
/
+2
2019-10-10
move debug_map assertions after check for err
Ashley Mannix
-7
/
+9
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 fmt-internal functions private
Matthew Jasper
-5
/
+8
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-07-22
Rollup merge of #62799 - RalfJung:uninit-array, r=Centril
Mazdak Farrokhzad
-2
/
+2
2019-07-19
avoid uninit_array! macro where it is not needed
Ralf Jung
-2
/
+2
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-2
/
+2
2019-07-19
do not use mem::uninitialized in std::io
Ralf Jung
-3
/
+4
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-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-4
/
+4
2019-05-19
Fix data types indication
VeryTastyTomato
-2
/
+2
[next]