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
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-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
2023-10-05
Remove unused variable
francorbacho
-5
/
+4
2023-10-05
Document report_redundant_format_arguments()
francorbacho
-0
/
+2
2023-10-05
Rename report_redundant_placeholders() to report_redundant_format_arguments()
francorbacho
-2
/
+2
2023-10-05
Use diagnostic impls and add suggestions in redundant format!() args
francorbacho
-25
/
+33
2023-10-05
Separate report_redundant_placeholders() into its own function
francorbacho
-52
/
+62
2023-10-05
Suggest removing redundant arguments in format!()
francorbacho
-4
/
+80
2023-09-06
add diagnostic for raw identifiers in format string
Lukas Markeffsky
-14
/
+23
2023-08-05
Add suggestion to quote inlined format argument as string literal
Sebastian Toh
-12
/
+28
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-4
/
+4
2023-06-07
Remove accidental comment
clubby789
-3
/
+0
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-7
/
+1
2023-04-12
Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb
Matthias Krüger
-1
/
+1
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-97
/
+78
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-14
Properly allow macro expanded `format_args` invocations to uses captures
Nilstrieb
-35
/
+44
2023-01-27
Replace format flags u32 by enums and bools.
Mara Bos
-2
/
+11
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-12
/
+10
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-12
Update comment explaining format_args!() expansion.
Mara Bos
-4
/
+4
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-8
/
+6
2023-01-02
Update format.rs
Gimbles
-1
/
+1
2022-12-06
Box `rustc_parse_format::Piece::NextArgument`
Maybe Waffle
-1
/
+1
2022-09-30
Fix format_args capture for macro expanded format strings
Alex Macleod
-3
/
+3
2022-09-27
Remove confusing drop.
Mara Bos
-1
/
+0
2022-09-27
Turn format arguments Vec into its own struct.
Mara Bos
-71
/
+48
[next]