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_ast
/
src
/
util
Age
Commit message (
Expand
)
Author
Lines
2024-04-02
Fix precedence of postfix match
Michael Goulet
-1
/
+3
2024-03-14
Add compiler support for parsing `f16` and `f128`
Trevor Gross
-0
/
+2
2024-03-01
Move `gather_comments`.
Nicholas Nethercote
-125
/
+1
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-1
/
+2
2024-02-15
Add suffixes to `LitError`.
Nicholas Nethercote
-11
/
+13
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-3
/
+3
2024-02-15
Remove `LitError::LexerError`.
Nicholas Nethercote
-8
/
+3
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-5
/
+4
2024-01-25
Rework `CStrUnit`.
Nicholas Nethercote
-3
/
+3
2024-01-25
Avoid useless checking in `from_token_lit`.
Nicholas Nethercote
-62
/
+21
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-1
/
+1
2024-01-19
Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31
Matthias Krüger
-3
/
+7
2024-01-17
Deny braced macro invocations in let-else
Michael Goulet
-3
/
+7
2024-01-12
Detect `NulInCStr` error earlier.
Nicholas Nethercote
-10
/
+2
2023-12-19
Plumb awaitness of for loops
Eric Holk
-3
/
+11
2023-12-17
Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors
Matthias Krüger
-3
/
+32
2023-12-14
Change expr_trailing_brace to an exhaustive match to force new expression kin...
GearsDatapacks
-3
/
+32
2023-12-13
Unify single-char and multi-char `CStrUnit::Char` handling.
Nicholas Nethercote
-1
/
+0
2023-12-13
Don't rebuild raw strings when unescaping.
Nicholas Nethercote
-43
/
+30
2023-10-27
Add gen blocks to ast and do some broken ast lowering
Oli Scherer
-3
/
+3
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-1
/
+1
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-23
more clippy::style fixes:
Matthias Krüger
-1
/
+1
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-1
/
+3
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+1
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-1
/
+62
2023-05-02
make it semantic error
Deadbeef
-0
/
+2
2023-05-02
fix TODO comments
Deadbeef
-2
/
+8
2023-05-02
update and add a few tests
Deadbeef
-2
/
+2
2023-05-02
initial step towards implementing C string literals
Deadbeef
-1
/
+54
2023-05-01
Rip it out
Nilstrieb
-14
/
+9
2023-04-27
Tweak await span
Michael Goulet
-1
/
+1
2023-04-21
offset_of
DrMeepster
-1
/
+3
2023-03-14
Remove box expressions from HIR
clubby789
-3
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-1
/
+0
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-16
/
+17
2023-01-28
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast...
Yuki Okushi
-1
/
+1
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-1
/
+3
2023-01-22
Remove dependency on slice_internals feature in rustc_ast
Konrad Borowski
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-1
/
+3
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2023-01-02
Print correct base for too-large literals
clubby789
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-48
/
+94
2022-12-05
Remove `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-39
/
+44
2022-12-05
Remove `ExtCtxt::expr_lit`.
Nicholas Nethercote
-11
/
+23
2022-12-04
Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov
Matthias Krüger
-0
/
+1
[prev]
[next]