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
/
ui
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2021-02-03
Add lint for `panic!(123)` which is not accepted in Rust 2021.
Mara Bos
-1
/
+1
2020-12-04
Move format machinery tests to where they belong
Aleksey Kladov
-0
/
+486
2020-10-19
Ignore panic_fmt lint in format-args-capture ui test.
Mara Bos
-0
/
+1
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-4
/
+9
2020-10-05
Fix span for unicode escape suggestion.
Eric Huss
-3
/
+1
2020-09-08
Point at named argument not found when using `format_args_capture` instead of...
Esteban Küber
-21
/
+16
2020-09-03
Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov
bors
-10
/
+10
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-10
/
+10
2020-09-02
Improve recovery on malformed format call
Sasha
-36
/
+55
2020-08-30
Use string literal directly when available in format
Sasha
-0
/
+54
2020-07-03
Ignore test with panic on wasm targets
David Hewitt
-0
/
+2
2020-07-01
Update src/librustc_builtin_macros/format.rs
David Hewitt
-2
/
+2
2020-07-01
Amend wording of note
David Hewitt
-2
/
+2
2020-06-27
Improve messaging from PR feedback
David Hewitt
-4
/
+2
2020-06-24
Add `format_args_capture` feature
David Hewitt
-0
/
+190
2020-04-08
Small tweaks to required bound span
Esteban Küber
-2
/
+2
2020-02-17
Move to using an extern type for opaqueness
Mark Rousskov
-12
/
+8
2019-11-28
Allow any identifier as format arg name
David Tolnay
-20
/
+30
2019-10-23
Tweak format string error to point at arguments always
Esteban Küber
-1
/
+9
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-2
/
+2
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-10
/
+6
2019-05-31
fix tidy
Esteban Küber
-19
/
+18
2019-05-30
Remove unecessary `-Z continue-parse-after-error` from tests
Esteban Küber
-1
/
+1
2019-05-02
don't amplify errors in format! with bad literals
Aleksey Kladov
-14
/
+3
2019-05-02
introduce unescape module
Aleksey Kladov
-26
/
+29
2019-03-25
compiletest: make path normalization smarter
Andy Russell
-28
/
+28
2019-03-11
Update tests
Vadim Petrochenkov
-2
/
+2
2018-12-31
Use structured suggestion for braceless unicode escape squence
Esteban Küber
-7
/
+3
2018-12-31
Account for `\xFF` and `\u{FF}` sequences in string format errors
Esteban Küber
-1
/
+62
2018-12-26
Point at correct span for arguments in format strings
Esteban Küber
-1
/
+9
2018-12-26
Various changes to string format diagnostics
Esteban Küber
-8
/
+230
2018-12-25
Remove licenses
Mark Rousskov
-36
/
+16
2018-07-19
Use correct spans for format string errors
Esteban Küber
-8
/
+82
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-11
/
+11
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-8
/
+8
2018-05-10
Improve format string errors
Esteban Küber
-4
/
+51
2018-03-15
Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis
bors
-6
/
+6
2018-03-14
Reword E0044 and message for `!Send` types
Esteban Küber
-6
/
+6
2018-03-14
update tests
Guillaume Gomez
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-6
/
+6
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+1
2018-01-15
On E0283, point at method with the requirements
Esteban Küber
-2
/
+10
2017-11-26
mention nightly in -Z external-macro-backtrace note
Alex Burka
-2
/
+2
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-4
/
+4
2017-11-22
Auto merge of #45198 - oli-obk:fmt_args, r=sfackler
bors
-0
/
+54
2017-11-20
address review comments
Alex Burka
-2
/
+2
2017-11-19
use -Z flag instead of env var
Alex Burka
-2
/
+2
2017-11-19
update UI tests
Alex Burka
-2
/
+2
2017-10-11
Prevent fmt::Arguments from being shared across threads
Oliver Schneider
-0
/
+54
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-1
/
+1
[prev]
[next]