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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_parse
/
src
/
parser
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-10
Add Unicode block-drawing compiler output support
Esteban Küber
-27
/
+1204
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-14
/
+11
2024-07-19
Make `Parser::num_bump_calls` 0-indexed.
Nicholas Nethercote
-6
/
+6
2024-07-13
Fix `DebugParser`.
Nicholas Nethercote
-6
/
+94
2024-07-13
Add a test for `Parser::debug_lookahead`.
Nicholas Nethercote
-0
/
+149
2024-07-13
Change `look` from a macro to a function.
Nicholas Nethercote
-62
/
+63
2024-07-12
Remove the bogus special case from `Parser::look_ahead`.
Nicholas Nethercote
-21
/
+26
2024-07-12
Add unit tests for `Parser::look_ahead`.
Nicholas Nethercote
-0
/
+116
2024-06-23
Special case when a code line only has multiline span starts
Esteban Küber
-10
/
+7
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-3
/
+3
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-5
/
+17
2024-06-05
Reorder `source_str_to_stream` arguments.
Nicholas Nethercote
-1
/
+1
2024-06-05
Use `source_str_to_stream` in a test file.
Nicholas Nethercote
-6
/
+2
2024-05-06
Move some tests from `rustc_expand` to `rustc_parse`.
Nicholas Nethercote
-0
/
+1422