| Age | Commit message (Expand) | Author | Lines |
| 2022-08-04 | return when captured argument is not a struct field | Takayuki Maeda | -7/+8 |
| 2022-08-03 | suggest a positional formatting argument instead of a captured argument | Takayuki Maeda | -8/+31 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -25/+59 |
| 2022-08-02 | Move if-block into closure to reduce duplicate code | Preston From | -7/+5 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -25/+61 |
| 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 |