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
/
libsyntax_ext
/
format_foreign.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-16
Separate libsyntax_ext module
chansuke
-215
/
+2
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-12
/
+14
2019-06-09
Shift padding out of suggestions for format strings
Mark Rousskov
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-16
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-01
remove some uses of try!
Mark Mansi
-1
/
+1
2018-07-31
Use suggestions for shell format arguments
Esteban Küber
-34
/
+46
2018-07-26
Rollup merge of #52649 - estebank:fmt-span, r=oli-obk
Mark Rousskov
-28
/
+74
2018-07-24
Rename method and remove commented out code
Esteban Küber
-4
/
+2
2018-07-24
Fix unittest
Esteban Küber
-24
/
+26
2018-07-24
Use suggestions for `printf` format
Esteban Küber
-4
/
+50
2018-07-23
Replace a few expect+format combos with unwrap_or_else+panic
ljedrz
-2
/
+2
2018-07-14
Remove some tests using AST comparisons, fix other tests
Vadim Petrochenkov
-4
/
+4
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-4
/
+4
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-7
/
+7
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-09
use fmt::Result where applicable
Andre Bogus
-1
/
+1
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+9
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-48
/
+27
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2016-11-11
Add foreign formatting directive detection.
Daniel Keep
-0
/
+1013