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
2023-01-11
Move /src/test to /tests
Albert Larsan
-1891
/
+0
2023-01-02
maybe
gimbles
-3
/
+3
2022-12-28
Improve heuristics whether `format_args` string is a source literal
Nilstrieb
-1
/
+42
2022-12-26
Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot
bors
-0
/
+28
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-9
/
+0
2022-11-21
Fix incorrect span when using byte-escaped rbrace
Cassaundra Smith
-0
/
+28
2022-11-15
shift no characters when using raw string literals
Takayuki Maeda
-0
/
+29
2022-10-27
Fix rustc_parse_format spans following escaped utf-8 multibyte chars
Alex Macleod
-0
/
+82
2022-09-30
Fix format_args capture for macro expanded format strings
Alex Macleod
-14
/
+108
2022-09-29
Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillot
Michael Howell
-0
/
+64
2022-09-28
Fix span of byte-escaped left format args brace
Cassaundra Smith
-0
/
+64
2022-09-27
Update test.
Mara Bos
-6
/
+4
2022-09-27
Update tests.
Mara Bos
-62
/
+41
2022-09-27
Rewrite and refactor format_args!() builtin macro.
Mara Bos
-7
/
+7
2022-08-25
Add test for {:.0$} diagnostic issue.
Mara Bos
-1
/
+14
2022-08-21
Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes
Michael Goulet
-2
/
+0
2022-08-21
Rework point-at-arg
Michael Goulet
-4
/
+10
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-2
/
+2
2022-08-03
add tests for `Debug` formatters and precision formatters
Takayuki Maeda
-1
/
+40
2022-08-03
suggest a positional formatting argument instead of a captured argument
Takayuki Maeda
-0
/
+76
2022-07-20
Fix off by one error and add ui test.
miam-miam100
-2
/
+16
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-3
/
+3
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-04-16
Implementation for 65853
Jack Huey
-2
/
+18
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+10
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
[next]