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_parse_format
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-27
Fix format string grammar in docs and improve alignment error message
Nilotpal Gupta
-1
/
+3
2025-06-23
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-2
/
+1
2025-06-09
Introduce ParseMode::diagnostic and fix multiline spans
mejrs
-0
/
+22
2025-06-09
rename Parser's lifetime to `'input`
mejrs
-29
/
+29
2025-06-09
implement Default for FormatSpec
mejrs
-52
/
+10
2025-06-09
refactor matching and if let chains
mejrs
-46
/
+37
2025-06-09
Move the "missing closing brace" error creation to one place
mejrs
-21
/
+15
2025-06-09
rustc_parse_format: introduce `peek` and `peek_ahead`
mejrs
-28
/
+36
2025-05-06
Remove duplicate impl of string unescape
Marijn Schouten
-499
/
+313
2025-05-03
Just suggest positional arg and adjust issue0139104 ui test
xizheyin
-66
/
+50
2025-04-25
Check if format argument is identifier to avoid error err-emit
xizheyin
-45
/
+90
2025-04-04
Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate
Guillaume Gomez
-6
/
+4
2025-03-23
Slim `rustc_parse_format` dependencies down
Lukas Wirth
-1
/
+1
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-6
/
+5
2025-03-17
Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...
Jacob Pratt
-5
/
+6
2025-03-12
Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...
Matthias Krüger
-1
/
+0
2025-03-11
Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm
bors
-9
/
+9
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-9
/
+9
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-02-10
Extract `unescape` from `rustc_lexer` into its own crate
Guillaume Gomez
-5
/
+6
2025-02-08
Rustfmt
bjorn3
-40
/
+61
2025-01-29
use impl Into<String>
Marijn Schouten
-10
/
+5
2025-01-28
parse_format optimize import use
Marijn Schouten
-24
/
+17
2025-01-23
Rollup merge of #135920 - hkBst:patch-16, r=SparrowLii
Matthias Krüger
-7
/
+1
2025-01-23
simplify parse_format::Parser::ws by using next_if
Marijn Schouten
-7
/
+1
2025-01-22
remove implied end of slice
Marijn Schouten
-1
/
+1
2024-12-30
add suggestion for wrongly ordered format parameters
Davis Muro
-0
/
+35
2024-10-14
Remove `'apostrophes'` from `rustc_parse_format`
Lieselotte
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-51
/
+33
2024-08-29
Add `warn(unreachable_pub)` to `rustc_parse_format`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-10
/
+8
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-16
Extend format arg help for simple tuple index access expression
许杰友 Jieyou Xu (Joe)
-15
/
+37
2024-02-17
remove a couple of redundant clones
Matthias Krüger
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-1
/
+1
2024-01-22
Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...
Matthias Krüger
-2
/
+3
2024-01-08
Removing redudant note from parse error
Mads Ravn
-1
/
+1
2024-01-07
Adding alignment to the list of cases to test for specific error message. Cov...
Mads Ravn
-6
/
+22
2023-12-20
Undeprecate and use lint `unstable_features`
León Orell Valerian Liehr
-2
/
+3
2023-11-11
Make rustc_parse_format compile on stable again
León Orell Valerian Liehr
-5
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-17
Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors
Dylan DPC
-7
/
+47
2023-09-06
add diagnostic for raw identifiers in format string
Lukas Markeffsky
-7
/
+47
2023-09-05
Replace data_structures dependency with index in rustc_parse_format
Lukas Wirth
-1
/
+1
[next]