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
Age
Commit message (
Expand
)
Author
Lines
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
Fix unit tests
Michael Goulet
-0
/
+15
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
-43
/
+97
2023-01-18
Revert "Improve heuristics whether `format_args` string is a source literal"
Nilstrieb
-35
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-4
/
+4
2022-12-28
Add enum for `find_width_map_from_snippet`
Nilstrieb
-7
/
+18
2022-12-28
Improve heuristics whether `format_args` string is a source literal
Nilstrieb
-1
/
+36
2022-12-26
Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot
bors
-48
/
+79
2022-12-08
Assert size of `rustc_parse_format::Piece<'_>`
Maybe Waffle
-0
/
+4
2022-12-06
Box `rustc_parse_format::Piece::NextArgument`
Maybe Waffle
-43
/
+43
2022-11-21
Fix incorrect span when using byte-escaped rbrace
Cassaundra Smith
-48
/
+79
2022-11-15
shift no characters when using raw string literals
Takayuki Maeda
-76
/
+74
2022-10-27
Fix rustc_parse_format spans following escaped utf-8 multibyte chars
Alex Macleod
-18
/
+29
2022-10-01
Detect and reject out-of-range integers in format string literals
Colin Baumgarten
-4
/
+39
2022-09-28
Fix span of byte-escaped left format args brace
Cassaundra Smith
-1
/
+1
2022-08-25
Separate CountIsStar from CountIsParam in rustc_parse_format.
Mara Bos
-2
/
+4
2022-08-21
Fix rustc_parse_format precision & width spans
Alex Macleod
-54
/
+68
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-04
add a comment about what we can parse now
Takayuki Maeda
-0
/
+2
2022-08-04
return when captured argument is not a struct field
Takayuki Maeda
-13
/
+12
2022-08-03
suggest a positional formatting argument instead of a captured argument
Takayuki Maeda
-7
/
+41
2022-07-31
Always include a position span in rustc_parse_format::Argument
Alex Macleod
-29
/
+81
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-12
/
+36
2022-07-20
Add diagnostic width span when '0$' is used as width.
miam-miam100
-1
/
+19
2022-05-03
Make rustc_parse_format compile on stable
bjorn3
-103
/
+113
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-8
/
+12
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-2
/
+1
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-03-28
Rollup merge of #83348 - osa1:issue83344, r=jackh726
Yuki Okushi
-4
/
+6
2021-03-27
format macro argument parsing fix
Ömer Sinan Ağacan
-4
/
+6
2021-03-27
Rollup merge of #83343 - osa1:issue83340, r=jackh726
Yuki Okushi
-14
/
+9
2021-03-21
Simplify and fix byte skipping in format! string parser
Ömer Sinan Ağacan
-14
/
+9
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-02-06
parse_format: treat r" as a literal
David Hewitt
-1
/
+1
2021-01-17
rustc_parse_format: Fix character indices in find_skips
Ömer Sinan Ağacan
-1
/
+1
[next]