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
/
src
/
lexer
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Add `EmitResult` associated type to `EmissionGuarantee`.
Nicholas Nethercote
-2
/
+4
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-25
/
+22
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-13
/
+13
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-12-16
Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead
bors
-33
/
+42
2023-12-14
Remove one use of `span_bug_no_panic`.
Nicholas Nethercote
-2
/
+1
2023-12-13
Rename the `span` args to `emit_unescape_error`.
Nicholas Nethercote
-33
/
+42
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-35
/
+54
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-2
/
+7
2023-12-01
Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb
bors
-3
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-11-11
Move unclosed delim errors to separate function
sjwang05
-53
/
+58
2023-11-10
Correctly handle while-let-chains
sjwang05
-1
/
+1
2023-11-09
Catch an edge case
sjwang05
-1
/
+5
2023-11-09
Catch stray { in let-chains
sjwang05
-1
/
+33
2023-11-01
Stabilize C string literals
John Millikin
-3
/
+0
2023-10-30
When encountering unclosed delimiters during parsing, check for diff markers
Esteban Küber
-24
/
+54
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+4
2023-10-12
Reorder an expression to improve readability.
Nicholas Nethercote
-12
/
+7
2023-10-12
Rename `Token::is_op` as `Token::is_punct`.
Nicholas Nethercote
-2
/
+5
2023-08-16
Fix suggestion for attempting to define a string with single quotes
beetrees
-14
/
+8
2023-08-13
Remove reached_eof from ParseSess
bjorn3
-1
/
+0
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-11
/
+10
2023-07-25
Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov
bors
-9
/
+32
2023-07-25
extract common code
Deadbeef
-11
/
+10
2023-07-23
fix some clippy::style findings
Matthias Krüger
-1
/
+1
2023-07-23
reimplement C string literals
Deadbeef
-1
/
+25
2023-06-10
Use a better link
Hankai Zhang
-1
/
+1
2023-06-10
Update links to Rust Reference page on literals in diagnostic
Hankai Zhang
-1
/
+1
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-11
/
+74
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-12
/
+8
2023-05-02
make cook generic
Deadbeef
-37
/
+27
2023-05-02
make it semantic error
Deadbeef
-0
/
+3
2023-05-02
refactor unescape
Deadbeef
-8
/
+14
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+64
2023-04-25
Fix static string lints
clubby789
-5
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-12
Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr
bors
-7
/
+2
2023-04-12
Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco
Matthias Krüger
-7
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-5
/
+5
2023-04-10
Revert "Don't recover lifetimes/labels containing emojis as character literals"
Michael Goulet
-7
/
+2
2023-04-09
Remove identity casts
Nilstrieb
-2
/
+2
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
2023-04-04
Replace another lock with an append-only vec
Oli Scherer
-1
/
+1
2023-03-07
Simplify `sort_by` calls
Maybe Waffle
-1
/
+1
2023-02-28
refactor parse_token_trees to not return unmatched_delims
yukang
-4
/
+26
2023-02-28
rename unmatched_braces to unmatched_delims
yukang
-12
/
+13
2023-02-28
remove duplicated diagnostic for unclosed delimiter
yukang
-8
/
+9
2023-02-14
Don't recover lifetimes/labels containing emojis as character literals
许杰友 Jieyou Xu (Joe)
-2
/
+7
[next]