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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-22
Point at invalid utf-8 span on user's source code
Esteban Küber
-4
/
+63
2024-12-09
Add test to check unicode identifier version
Eric Huss
-0
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-2
/
+2
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_parser`.
Nicholas Nethercote
-0
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-10
Use `cfg_attr` as a name more.
Nicholas Nethercote
-3
/
+3
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-3
/
+3
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-24
/
+30
2024-06-05
Inline and remove `source_file_to_stream`.
Nicholas Nethercote
-9
/
+1
2024-06-05
Reorder `source_str_to_stream` arguments.
Nicholas Nethercote
-3
/
+3
2024-06-05
Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`.
Nicholas Nethercote
-29
/
+0
2024-06-05
Rename `maybe_source_file_to_parser` as `maybe_new_parser_from_source_file`.
Nicholas Nethercote
-3
/
+3
2024-06-05
Remove low-value comments.
Nicholas Nethercote
-7
/
+0
2024-06-05
Improve `panictry_buffer!`.
Nicholas Nethercote
-15
/
+12
2024-06-05
Remove `stream_to_parser`.
Nicholas Nethercote
-10
/
+1
2024-06-05
Rename `maybe_file_to_stream` as `maybe_source_file_to_stream`.
Nicholas Nethercote
-3
/
+3
2024-06-05
Inline and remove `error_malformed_cfg_attr_missing`.
Nicholas Nethercote
-10
/
+10
2024-06-05
Don't use the word "parse" for lexing operations.
Nicholas Nethercote
-12
/
+12
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_parse`.
Nicholas Nethercote
-3
/
+0
2024-05-07
compiler: add `Parser::debug_lookahead`
Jubilee Young
-0
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-43
/
+43
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+5
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-1
/
+3
2024-02-03
Fix an incorrect comment.
Nicholas Nethercote
-1
/
+1
2024-01-25
Remove unused features
clubby789
-3
/
+0
2024-01-11
Stop using `DiagnosticBuilder::buffer` in the parser.
Nicholas Nethercote
-13
/
+13
2024-01-11
Use `struct_fatal` in `new_parser_from_file`.
Nicholas Nethercote
-5
/
+4
2024-01-11
Inline and remove three functions.
Nicholas Nethercote
-39
/
+14
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-3
/
+3
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-5
/
+5
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-4
/
+4
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-1
/
+1
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-08-01
Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov
bors
-2
/
+2
2023-07-31
Remove `desugar_doc_comments` arg from `Parser::new()`.
Nicholas Nethercote
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-04-27
Migrate trivially translatable `rustc_parse` diagnostics
clubby789
-14
/
+3
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
[next]