about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/region.rs
AgeCommit message (Expand)AuthorLines
2023-11-29Add `never_patterns` feature gateNadrieril-0/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-19/+17
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-09-11Move let expression checking to parsingMatthew Jasper-1/+1
2023-09-11Don't create drop scopes after item statementsMatthew Jasper-1/+5
2023-06-02Separate AnonConst from ConstBlock in HIR.Camille GILLOT-1/+1
2023-04-28remove unused `mut`sLukas Markeffsky-1/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-19/+19
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-19/+19
2022-12-04Also avoid creating a terminating scope in mixed chainsest31-13/+13
2022-12-04Improve commentsest31-6/+18
2022-12-03Remove drop order twist of && and || and make them associativeest31-4/+21
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-2/+6
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+852