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_ast
/
src
/
util
Age
Commit message (
Expand
)
Author
Lines
2024-10-15
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
bors
-1
/
+1
2024-10-15
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Matthias Krüger
-1
/
+3
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-1
/
+1
2024-10-07
Add sugar for &pin (const|mut) types
Eric Holk
-1
/
+3
2024-10-01
Remove anon struct and union types
Michael Goulet
-6
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-13
Use the same precedence for all macro-like exprs
Michael Goulet
-6
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+11
2024-07-03
Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank
Matthias Krüger
-1
/
+1
2024-07-02
Rollup merge of #126883 - dtolnay:breakvalue, r=fmease
Matthias Krüger
-1
/
+78
2024-07-01
Parenthesize break values containing leading label
David Tolnay
-1
/
+78
2024-06-28
Change RTN to use .. again
Michael Goulet
-1
/
+1
2024-06-23
Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS
David Tolnay
-24
/
+21
2024-06-23
Unify the precedence level for PREC_POSTFIX and PREC_PAREN
David Tolnay
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-2
/
+4
2024-05-12
Disallow cast with trailing braced macro in let-else
David Tolnay
-4
/
+91
2024-05-11
Add classify::expr_is_complete
David Tolnay
-39
/
+57
2024-05-11
Macro call with braces does not require semicolon to be statement
David Tolnay
-13
/
+17
2024-05-11
Mark expr_requires_semi_to_be_stmt call sites
David Tolnay
-1
/
+2
2024-05-11
Expand on expr_requires_semi_to_be_stmt documentation
David Tolnay
-10
/
+41
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-02
Fix contains_exterior_struct_lit
Michael Goulet
-1
/
+2
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
[next]