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
/
syntax-extension-fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-18
Remove the fmt! syntax extension
Alex Crichton
-282
/
+0
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+2
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-2
/
+6
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-11
/
+11
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-07-29
Added %p directive to fmt!, which expects *T as argument
Do Nhat Minh
-0
/
+11
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-2
/
+2
2013-06-22
Fix compiling empty fmt! strings
Alex Crichton
-0
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-7
/
+7
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-15
Clonify some of run-pass
Ben Striegel
-2
/
+2
2013-03-11
Remove uses of log
Brian Anderson
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: More run-pass test fixes
Patrick Walton
-3
/
+3
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+0
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-171
/
+171
2012-08-08
Fix number-peek code in fmt!, close #1610.
Graydon Hoare
-0
/
+2
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-170
/
+170
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-172
/
+172
2012-06-02
Add more #fmt float tests
Brian Anderson
-0
/
+9
2012-06-02
(float) fix some rounding errors when showing as str
Kevin Cantu
-2
/
+2
2012-06-01
core: Fix handling of 0-padded floats with precision in #fmt
Brian Anderson
-1
/
+5
2012-02-21
core: Fix to_str_exact for floats with no decimal component
Brian Anderson
-0
/
+1
2012-01-21
core: Shuffle around a #fmt test
Brian Anderson
-0
/
+6
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-2
/
+2
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-2
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-2
/
+1
2011-12-02
Disable a test that's failing on 32-bit due to imprecise literal handling
Marijn Haverbeke
-1
/
+2
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-0
/
+14
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-151
/
+151
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-149
/
+149
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-153
/
+153
2011-08-20
Reformat
Brian Anderson
-150
/
+150
2011-08-03
Un-xfail more pretty-printing tests
Brian Anderson
-2
/
+0
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-06-24
Make a test compile faster.
Paul Stansifer
-3
/
+26
2011-06-21
rustc: Remove unused slice call from extfmt. Closes #532
Brian Anderson
-0
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-186
/
+185
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-2
/
+2
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-1
/
+0
[next]