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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2022-02-19
Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett
Matthias Krüger
-1
/
+0
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-26
/
+53
2022-02-10
replace feature expression (cfg_panic) in lib and remove expression from tests
Charisee
-1
/
+0
2022-02-07
Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank
Mara Bos
-0
/
+41
2022-01-31
Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco
Matthias Krüger
-0
/
+33
2022-01-30
Mac calls
David Tolnay
-2
/
+12
2022-01-30
Add regression test for issue 93274
David Tolnay
-0
/
+23
2022-01-29
Create `core::fmt::ArgumentV1` with generics instead of fn pointer
Gary Guo
-0
/
+5
2022-01-28
Extend format-args capture test.
Mara Bos
-1
/
+25
2022-01-28
Add test for format args capture bug.
Mara Bos
-0
/
+17
2021-12-09
Fix span calculation on secondary_label as well
Michael Goulet
-0
/
+19
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-5
/
+0
2021-11-15
Update test output
Josh Triplett
-50
/
+46
2021-11-15
Stabilize format_args_capture
Josh Triplett
-34
/
+0
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-29
Improve error message for `printf`-style format strings
Fabian Wolff
-0
/
+32
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-6
/
+10
2021-08-12
Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebank
Yuki Okushi
-4
/
+4
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-08-11
Update format string tests to explicitly escape multiple newlines
Anton Golov
-4
/
+4
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-1
/
+5
2021-07-06
Add s to non_fmt_panic
Ryan Levick
-7
/
+9
2021-06-07
Fix span calculation in format strings
Fabian Wolff
-0
/
+43
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-6
/
+6
2021-02-06
parse_format: treat r" as a literal
David Hewitt
-0
/
+11
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
[next]