about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2021-12-20Merge #11028bors[bot]-34/+34
2021-12-20SimplifyLukas Wirth-52/+58
2021-12-20Merge #11065bors[bot]-127/+148
2021-12-20Simplify NameClass::classifyLukas Wirth-114/+100
2021-12-20internal: Don't kick off inference in Semantics::descend_into_macros_implLukas Wirth-13/+48
2021-12-20Merge #10484bors[bot]-886/+692
2021-12-20Merge #11062bors[bot]-6/+21
2021-12-19Don't say "a reference to" for Copy typespatrick-gu-6/+21
2021-12-20Respect binding mode of a binding pattern for exhaustiveness checkiDawer-5/+32
2021-12-20internal: Normalize field type after substitutingiDawer-4/+50
2021-12-20internal: sync match checking with rust-lang/rust f31622a50 2021-11-12iDawer-34/+57
2021-12-20internal: Sync match checking algorithm with rustcDawer-866/+576
2021-12-19Support "move if to guard" for if else chainsWang Ruochen-58/+292
2021-12-19Bump objectLaurențiu Nicola-6/+8
2021-12-19Bump chalkLaurențiu Nicola-612/+594
2021-12-18fix unwrap_block by removing double trimmingucrhh-3/+44
2021-12-18Merge #11035bors[bot]-1006/+206
2021-12-19feat: treat fn keyword inside function pointer type as primitiverainy-me-3/+33
2021-12-18Update crates/parser/src/lexed_str.rsAleksey Kladov-1/+1
2021-12-18internal: move all the lexing to the parser crateAleksey Kladov-467/+156
2021-12-18refactor: chain iterk-nasa-6/+9
2021-12-18converting lexed str to tokensAleksey Kladov-1/+28
2021-12-18soa all the thingsAleksey Kladov-34/+75
2021-12-18move testsAleksey Kladov-544/+461
2021-12-18move lexing to the parser crateAleksey Kladov-2/+287
2021-12-18minor: dead codeAleksey Kladov-13/+1
2021-12-17Merge #11043bors[bot]-15/+110
2021-12-17Initial support for `#[rustc_legacy_const_generics]`Jonas Schievink-15/+110
2021-12-17Merge #11041bors[bot]-58/+35
2021-12-17Fix some clippy lintsLaurențiu Nicola-14/+9
2021-12-17Merge #10527bors[bot]-40/+93
2021-12-17Update testsLukas Wirth-33/+0
2021-12-17Remove needless clonesLaurențiu Nicola-43/+25
2021-12-17Spelling nitsLaurențiu Nicola-1/+1
2021-12-17Add a few default snippets for VSCodeLukas Wirth-7/+93
2021-12-17fix: Don't duplicate attribute completionsLukas Wirth-23/+13
2021-12-17manual run sourcegen_lint_completionsk-nasa-1002/+191
2021-12-17Add clippy lint group to attribute auto complemek-nasa-1/+8
2021-12-17List struct to clonablek-nasa-0/+1
2021-12-15Add comma for "move if to guard"Wang Ruochen-8/+37
2021-12-15Merge #11017bors[bot]-6/+283
2021-12-15Add coverage marksWang Ruochen-1/+41
2021-12-16Bump MSRV (1.57)iDawer-34/+34
2021-12-14Support "move if to guard" with an else branchWang Ruochen-6/+243
2021-12-14Merge #11011bors[bot]-44/+44
2021-12-14`match_ast!` takes a pattern to allow underscore usageLukas Wirth-35/+35
2021-12-14SimplifyLukas Wirth-9/+9
2021-12-14Move out doc-links tests into a separate moduleLukas Wirth-396/+414
2021-12-14fixes broken testszhoufan-5/+5
2021-12-14infer associated method in local scopezhoufan-1/+32