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
/
libfmt_macros
Age
Commit message (
Expand
)
Author
Lines
2020-06-02
Rename directories for some compiler crates from `libx` to `librustc_x`
Vadim Petrochenkov
-1136
/
+0
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-1
/
+23
2020-05-18
Fix tests
Amanieu d'Antras
-2
/
+2
2020-05-18
Implement asm! in librustc_builtin_macros
Amanieu d'Antras
-5
/
+154
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+2
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Make things build again
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-131
/
+132
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+2
2019-11-28
Allow any identifier as format arg name
David Tolnay
-16
/
+17
2019-11-06
Fix libfmt_macros tests
Esteban Küber
-26
/
+40
2019-11-05
Point at formatting descriptor string when it is invalid
Esteban Küber
-0
/
+9
2019-09-30
Cleaned up a few doc comments in libfmt_macros.
Alexander Regueiro
-3
/
+3
2019-09-04
flatten rustc_lexer::character_properties module
Aleksey Kladov
-3
/
+2
2019-09-04
remove XID and Pattern_White_Space unicode tables from libcore
Aleksey Kladov
-6
/
+6
2019-08-03
Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton
Mazdak Farrokhzad
-170
/
+235
2019-07-30
fix tests
Esteban Küber
-146
/
+187
2019-07-29
review comments
Esteban Küber
-9
/
+5
2019-07-29
On `format!()` arg count mismatch provide extra info
Esteban Küber
-24
/
+52
2019-07-29
rustc: Compile the `fmt_macros` crate as an rlib
Alex Crichton
-1
/
+0
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-22
add rustc_private as a proper language feature gate
Aleksey Kladov
-0
/
+1
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-0
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-16
Separate libfmt_macros module
chansuke
-245
/
+244
2019-06-12
Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank
Mazdak Farrokhzad
-66
/
+70
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-09
Properly point at the last opening brace
Mark Rousskov
-1
/
+1
2019-06-09
Add comment about raw strings to self.style
Mark Rousskov
-0
/
+2
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-47
/
+42
2019-06-09
Use Symbol for named arguments in fmt_macros
Mark Rousskov
-15
/
+25
2019-06-09
Inline raw method
Mark Rousskov
-6
/
+3
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on two more crates
flip1995
-0
/
+1
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-03
libfmt_macros => 2018
Mazdak Farrokhzad
-6
/
+8
2019-01-26
Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakis
Mazdak Farrokhzad
-0
/
+1
2019-01-20
Add missing #![feature(rustc_private)] annotation
Igor Matuszewski
-0
/
+1
2019-01-12
Fix simple formatting optimization
Shotaro Yamada
-0
/
+9
2018-12-26
Point at correct span for arguments in format strings
Esteban Küber
-4
/
+3
2018-12-26
Various changes to string format diagnostics
Esteban Küber
-40
/
+104
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-03
remove padding from multiline format string label
Andy Russell
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
[next]