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
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-0
/
+1
2025-05-06
Remove duplicate impl of string unescape
Marijn Schouten
-4
/
+7
2025-03-06
Simplify printf and shell format suggestions
Thalia Archibald
-3
/
+1
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-1
/
+2
2025-01-31
Make comma separated lists of anything easier to make for errors
Esteban Küber
-10
/
+8
2025-01-30
Rollup merge of #135882 - hkBst:master, r=estebank
Matthias Krüger
-8
/
+7
2025-01-28
parse_format optimize import use
Marijn Schouten
-1
/
+1
2025-01-23
simplify similar_tokens from Option<Vec<_>> to Vec<_>
Marijn Schouten
-8
/
+7
2025-01-01
Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este...
Stuart Cook
-0
/
+7
2024-12-31
Account for format_args in HiddenUnicodeCodepoints lint
Michael Goulet
-2
/
+12
2024-12-31
Make parsed string literal fields named
Michael Goulet
-3
/
+3
2024-12-30
add suggestion for wrongly ordered format parameters
Davis Muro
-0
/
+7
2024-12-19
Speed up `Parser::expected_token_types`.
Nicholas Nethercote
-3
/
+4
2024-12-19
Rename `Parser::expected_tokens` as `Parser::expected_token_types`.
Nicholas Nethercote
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-14
Special treatment empty tuple when suggest adding a string literal in format ...
surechen
-4
/
+18
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+2
2024-08-11
Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors
Matthias Krüger
-4
/
+4
2024-08-07
Make `Span` optional in `BufferedEarlyLint`
Urgau
-1
/
+1
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-1
/
+0
2024-05-09
Rollup merge of #124919 - nnethercote:Recovered-Yes-ErrorGuaranteed, r=compil...
Matthias Krüger
-3
/
+2
2024-05-09
Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.
Nicholas Nethercote
-3
/
+2
2024-05-09
Auto merge of #124157 - wutchzone:partial_eq, r=estebank
bors
-3
/
+3
2024-05-03
Use `parse` renaming of `rustc_parse_format`.
Nicholas Nethercote
-2
/
+2
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-2
/
+2
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-5
/
+4
2024-04-23
Fix typos
Daniel Sedlak
-3
/
+3
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-4
/
+4
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-53
/
+68
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-45
/
+45
2024-02-20
Add newtype for parser recovery
clubby789
-3
/
+3
2024-01-25
Remove has_errors check in builtin macro parsing
Oli Scherer
-4
/
+8
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-4
/
+3
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-11
/
+11
2023-12-23
Remove `LabelKind`.
Nicholas Nethercote
-1
/
+0
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-4
/
+2
2023-11-28
unwrap return Option value, as it always returns Some for some fns
klensy
-16
/
+8
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-3
/
+10
2023-10-23
Auto merge of #115324 - francorbacho:master, r=davidtwco
bors
-4
/
+110
2023-10-13
Format all the let chains in compiler
Michael Goulet
-5
/
+12
2023-10-05
Only give autofix suggestion when no named args are present
francorbacho
-1
/
+7
2023-10-05
Highlight redundant arguments instead of the whole format string
francorbacho
-4
/
+3
2023-10-05
Fix diagnostics being cancelled even with unused arguments
francorbacho
-11
/
+17
[next]