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
/
test
/
run-pass
/
ifmt.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-323
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+2
2019-05-29
Update run-pass test suite to use dyn
memoryruins
-1
/
+1
2019-03-30
Fix more tests
Fabian Drinck
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2017-12-19
Always print floats with a decimal point with the Debug formatter
Diggory Blake
-2
/
+2
2017-09-21
Less confusing placeholder when RefCell is exclusively borrowed
David Tolnay
-0
/
+12
2017-03-15
Change how the 0 flag works in format! for floats
Piotr Jawniak
-0
/
+12
2017-03-15
Change how the `0` flag works in format!
Piotr Jawniak
-0
/
+16
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-2
/
+0
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+0
2016-07-23
Fix run-pass/ifmt test
Tobias Bucher
-3
/
+3
2016-07-21
Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...
bors
-1
/
+2
2016-07-14
format: add tests for ergonomic format_args!
Wang Xuerui
-0
/
+33
2016-07-06
feat: reinterpret `precision` field for strings
Evgeny Safronov
-1
/
+2
2016-03-23
Make warnings of renamed and removed lints themselves lints
Brian Anderson
-1
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-2
/
+2
2015-09-29
Add `fmt::Debug` string escape tests
Simon Mazur
-0
/
+4
2015-06-10
Have std::fmt::Formatter implement std::fmt::Write.
Simon Sapin
-1
/
+1
2015-06-10
Add a write_char method to std::fmt::Formatter.
Simon Sapin
-0
/
+9
2015-04-23
Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichton
Manish Goregaokar
-1
/
+3
2015-04-22
Add a test for std::fmt::Write::write_char
Simon Sapin
-1
/
+3
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-1
/
+0
2015-04-12
Make Debug include the - in -0.0
Robin Kruppe
-1
/
+7
2015-04-09
fmt: Assume that we'll only ever see 32 or 64 bit pointers
Richo Healey
-2
/
+1
2015-04-09
test: Unignore test for fixed issue #20676
Richo Healey
-3
/
+2
2015-04-09
fmt: {:p#} formats pointers padded to native width
Richo Healey
-0
/
+8
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-03-01
Add import of usize (fixup #22901)
Manish Goregaokar
-0
/
+1
2015-02-28
ifmt - Add a basic test for {:p} getting truncated
John Hodge
-0
/
+7
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-6
/
+6
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-12
/
+12
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-12
/
+12
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-12
/
+12
2015-01-17
Add allow(unstable) to more tests
Brian Anderson
-0
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+2
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+2
2015-01-07
std: Tweak String implementations
Alex Crichton
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-2
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+8
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+0
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-1
/
+3
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-12
/
+12
[next]