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
/
compiler
/
rustc_builtin_macros
/
src
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-31
Always include a position span in rustc_parse_format::Argument
Alex Macleod
-6
/
+8
2022-07-28
Use more idiomatic rust, comment for lint logic
Preston From
-50
/
+79
2022-07-25
Use Span::from_inner and make changes to precision inner span clearer
Preston From
-16
/
+14
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-60
/
+187
2022-07-20
Rollup merge of #99508 - TaKO8Ki:avoid-symbol-to-string-conversion-in-Builtin...
Matthias Krüger
-3
/
+1
2022-07-20
Fix off by one error and add ui test.
miam-miam100
-1
/
+1
2022-07-20
avoid a `Symbol` to `String` conversion
Takayuki Maeda
-3
/
+1
2022-07-15
Only suggest if span is not erroneous
Michael Goulet
-1
/
+1
2022-07-15
Fix ICE in named_arguments_used_positionally lint
Michael Goulet
-9
/
+8
2022-07-13
Emit warning when named arguments are used positionally in format
Preston From
-13
/
+72
2022-06-23
Rename some `ExtCtxt` methods.
Nicholas Nethercote
-3
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`
Takayuki Maeda
-1
/
+1
2022-05-03
Make rustc_parse_format compile on stable
bjorn3
-11
/
+23
2022-04-05
span: move `MultiSpan`
David Wood
-4
/
+7
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+2
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-13
/
+13
2022-02-07
Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank
Mara Bos
-11
/
+24
2022-01-31
Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco
Matthias Krüger
-4
/
+51
2022-01-31
Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
bors
-4
/
+14
2022-01-30
Mac calls
David Tolnay
-3
/
+5
2022-01-30
Accommodate yield points in the format_args expansion
David Tolnay
-4
/
+49
2022-01-29
Rename _args -> args in format_args expansion
David Tolnay
-3
/
+3
2022-01-29
Create `core::fmt::ArgumentV1` with generics instead of fn pointer
Gary Guo
-4
/
+14
2022-01-28
Don't allow {} to refer to implicit captures in format_args.
Mara Bos
-11
/
+24
2022-01-17
Fix comment about spans during borrowck per PR 91359 review
David Tolnay
-1
/
+1
2022-01-17
Replace confusing is_sorted_by in format_args implementation
David Tolnay
-13
/
+15
2022-01-17
Emit simpler code from format_args
David Tolnay
-61
/
+75
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-1
/
+1
2021-12-09
Fix span calculation on secondary_label as well
Michael Goulet
-2
/
+3
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-11-29
Rollup merge of #91327 - dtolnay:exact, r=michaelwoerister
Matthias Krüger
-8
/
+4
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-1
/
+4
2021-11-28
Delete an unreachable codepath from format_args implementation
David Tolnay
-8
/
+4
2021-11-15
Stabilize format_args_capture
Josh Triplett
-26
/
+10
2021-11-06
Factor out some Vecs
Cameron Steffen
-9
/
+6
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-14
/
+6
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-1
/
+4
2021-09-29
Improve error message for `printf`-style format strings
Fabian Wolff
-5
/
+21
2021-09-24
Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov
bors
-16
/
+15
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-18
/
+14
2021-09-10
Fix error recovery in format macro parsing
Fabian Wolff
-16
/
+15
2021-09-10
Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot
Manish Goregaokar
-7
/
+9
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-31
emit suggestion byte literal is passed to `format!`
ibraheemdev
-7
/
+9
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-7
/
+23
2021-06-07
Fix span calculation in format strings
Fabian Wolff
-1
/
+14
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2020-09-08
Point at named argument not found when using `format_args_capture` instead of...
Esteban Küber
-3
/
+6
[next]