Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track labels in the HIR | Lukas Wirth | 2020-12-24 | 1 | -4/+4 |
* | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 2 | -12/+15 |
* | decl_check: don't pass `db` around so often | Jonas Schievink | 2020-12-17 | 2 | -58/+60 |
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -0/+6 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -1/+0 |
* | Add regression test | Edwin Cheng | 2020-12-15 | 1 | -0/+24 |
* | Add test for #6852 | Florian Diebold | 2020-12-13 | 1 | -0/+37 |
* | Merge #6852 | bors[bot] | 2020-12-13 | 2 | -2/+13 |
|\ | |||||
| * | Ignore lifetime params in substitutions | Lukas Wirth | 2020-12-13 | 2 | -2/+13 |
* | | Merge #6845 | bors[bot] | 2020-12-12 | 1 | -1/+9 |
|\ \ | |/ |/| | |||||
| * | Don't HirDisplay unknown types when displaying for source | Lukas Wirth | 2020-12-12 | 1 | -1/+9 |
* | | Merge #6818 | bors[bot] | 2020-12-12 | 5 | -39/+77 |
|\ \ | |||||
| * | | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 5 | -39/+77 |
| |/ | |||||
* | | Added remove this semicolon test | ivan770 | 2020-12-12 | 1 | -0/+10 |
* | | Infer labeled blocks | Lukas Wirth | 2020-12-11 | 2 | -4/+74 |
|/ | |||||
* | Merge #6769 | bors[bot] | 2020-12-10 | 2 | -3/+60 |
|\ | |||||
| * | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 1 | -6/+5 |
| * | Apply rustfmt changes | ivan770 | 2020-12-09 | 1 | -9/+8 |
| * | Apply suggestions from code review | ivan770 | 2020-12-09 | 1 | -17/+20 |
| * | Format code | ivan770 | 2020-12-08 | 1 | -4/+13 |
| * | Remove use via super | ivan770 | 2020-12-08 | 1 | -3/+1 |
| * | Remove this semicolon | ivan770 | 2020-12-08 | 2 | -1/+50 |
* | | Use mark/hit | Jonas Schievink | 2020-12-10 | 1 | -0/+7 |
* | | Ignore extern items in incorrect-case check | Jonas Schievink | 2020-12-10 | 1 | -0/+19 |
* | | Implement HirDisplay for FnSig | Jonas Schievink | 2020-12-09 | 1 | -20/+23 |
* | | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 1 | -3/+5 |
|/ | |||||
* | Upgrade Chalk | Florian Diebold | 2020-12-07 | 7 | -17/+129 |
* | Use correct, full substs for self type in impl | Florian Diebold | 2020-12-04 | 2 | -1/+26 |
* | Check structs for match exhaustiveness | Lukas Wirth | 2020-11-24 | 1 | -31/+120 |
* | Add middle ellipsis missing arm text | Lukas Wirth | 2020-11-24 | 1 | -0/+14 |
* | Handle ellipsis in tuple patterns in match exhaustiveness checking | Lukas Wirth | 2020-11-24 | 1 | -42/+41 |
* | Properly infer tuple struct patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 2 | -9/+70 |
* | Properly infer tuple patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 2 | -8/+64 |
* | Replace RacyFlag with OnceCell | Aleksey Kladov | 2020-11-11 | 2 | -3/+5 |
* | Improve decl_check module readability | Igor Aleksanov | 2020-11-03 | 1 | -6/+6 |
* | Remove numbers from comments in decl_check.rs | Igor Aleksanov | 2020-11-03 | 1 | -15/+15 |
* | Check for allow(..) attributes for case diagnostic | Igor Aleksanov | 2020-11-03 | 1 | -25/+91 |
* | Bump chalk and lexer | kjeremy | 2020-11-02 | 1 | -3/+3 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 5 | -21/+21 |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 9 | -67/+68 |
* | Upgrade Chalk to 0.36 | Florian Diebold | 2020-10-30 | 5 | -319/+179 |
* | refactor(hir_ty): do not override DisplayTarget in hir_fmt | Benjamin Coenen | 2020-10-28 | 1 | -45/+68 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 4 | -8/+17 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 3 | -60/+44 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 5 | -155/+87 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 2 | -31/+102 |
* | do not use associated types placeholder for inlay hint #6191 | Benjamin Coenen | 2020-10-27 | 3 | -19/+61 |
* | Fix case where non FnOnce variables is marked callable | GrayJack | 2020-10-26 | 1 | -0/+13 |
* | Merge #6350 | bors[bot] | 2020-10-26 | 1 | -126/+123 |
|\ | |||||
| * | Make IncorrectDiagnostic match rustc by copying rustc's code. | Arif Roktim | 2020-10-25 | 1 | -126/+123 |