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
2024-04-18
Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser
Jubilee
-1
/
+4
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-12
Rollup merge of #123223 - estebank:issue-123079, r=pnkfelix
Matthias Krüger
-13
/
+7
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-1
/
+4
2024-04-08
parser: reduce visibility of unnecessary public `UnmatchedDelim`
Yutaro Ohno
-5
/
+2
2024-04-07
Fix invalid silencing of parsing error
Esteban Küber
-13
/
+7
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-17
fix rustdoc test
Esteban Küber
-1
/
+1
2024-03-17
Silence redundant error on char literal that was meant to be a string in 2021...
Esteban Küber
-1
/
+10
2024-03-17
review comment: `str` -> string in messages
Esteban Küber
-1
/
+1
2024-03-17
Use shorter span for existing `'` -> `"` structured suggestion
Esteban Küber
-5
/
+15
2024-03-17
Handle str literals written with `'` lexed as lifetime
Esteban Küber
-4
/
+42
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-36
/
+36
2024-02-29
Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease
Matthias Krüger
-3
/
+7
2024-02-28
Use `LitKind::Err` for floats with unsupported bases.
Nicholas Nethercote
-1
/
+3
2024-02-28
Use `LitKind::Err` for floats with empty exponents.
Nicholas Nethercote
-2
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-8
/
+5
2024-02-25
Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot
Matthias Krüger
-5
/
+5
2024-02-20
Add newtype for raw idents
clubby789
-5
/
+5
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-3
/
+3
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-10
/
+12
2024-02-15
Make `emit_unescape_error` return `Option<ErrorGuaranteed>`.
Nicholas Nethercote
-40
/
+34
2024-02-15
Remove `LitError::LexerError`.
Nicholas Nethercote
-15
/
+15
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-8
/
+8
2024-01-25
Use `unescape_unicode` for raw C string literals.
Nicholas Nethercote
-1
/
+1
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-12
/
+12
2024-01-12
Detect `NulInCStr` error earlier.
Nicholas Nethercote
-0
/
+3
2024-01-11
Stop using `DiagnosticBuilder::buffer` in the parser.
Nicholas Nethercote
-4
/
+4
2024-01-11
Fix lifetimes in `StringReader`.
Nicholas Nethercote
-23
/
+27
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-6
/
+6
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Remove `DiagnosticBuilder::delay_as_bug_without_consuming`.
Nicholas Nethercote
-4
/
+4
2024-01-08
Remove all eight `DiagnosticBuilder::*_with_code` methods.
Nicholas Nethercote
-36
/
+37
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-3
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2024-01-04
Inline and remove `StringReader::struct_fatal_span_char`.
Nicholas Nethercote
-22
/
+11
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-11
/
+15
2023-12-24
Remove `Parser` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
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
[next]