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-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
2023-07-19
Improve error message when closing bracket interpreted as formatting fill cha...
Michael Goulet
-58
/
+45
2023-07-19
Fix quotes in output
Michael Goulet
-1
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-14
Improve heuristics for format_args literal being suggestable
Nilstrieb
-1
/
+35
2023-03-14
Properly allow macro expanded `format_args` invocations to uses captures
Nilstrieb
-8
/
+10
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-1
/
+1
2023-02-10
remove redundant clones
Matthias Krüger
-3
/
+1
2023-02-03
Rollup merge of #106805 - madsravn:master, r=compiler-errors
Matthias Krüger
-1
/
+28
2023-02-02
PR fixing wrong order of format parameters in strings. Issue #106572
Mads Ravn
-1
/
+28
2023-01-27
Replace format flags u32 by enums and bools.
Mara Bos
-28
/
+37
2023-01-18
Revert "Improve heuristics whether `format_args` string is a source literal"
Nilstrieb
-35
/
+2
[next]