Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 22 | -177/+185 |
* | Use Display instead of a custom method | Kirill Bulatov | 2020-03-16 | 1 | -1/+1 |
* | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 1 | -2/+7 |
* | Merge #3591 | bors[bot] | 2020-03-15 | 4 | -16/+61 |
|\ | |||||
| * | Support local macro_rules | Edwin Cheng | 2020-03-14 | 4 | -16/+61 |
* | | Fix completion of trait items | Florian Diebold | 2020-03-14 | 2 | -11/+48 |
|/ | |||||
* | Protect against infinite macro expansion in def collector | Florian Diebold | 2020-03-13 | 1 | -9/+39 |
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -0/+22 |
* | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 1 | -1/+9 |
* | Print crate name in profil | Aleksey Kladov | 2020-03-09 | 1 | -1/+2 |
* | Minimize API | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 |
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 4 | -7/+6 |
* | Merge #3519 | bors[bot] | 2020-03-09 | 4 | -8/+8 |
|\ | |||||
| * | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 4 | -8/+8 |
* | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 1 | -12/+19 |
* | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 1 | -3/+9 |
|/ | |||||
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 2 | -13/+8 |
* | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 2 | -2/+2 |
* | Explicitly remember desugard pats | Aleksey Kladov | 2020-03-06 | 2 | -6/+10 |
* | Explicitly remember desugard exprs | Aleksey Kladov | 2020-03-06 | 2 | -18/+19 |
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -4/+7 |
* | Add profiling calls | Aleksey Kladov | 2020-03-05 | 2 | -0/+4 |
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -5/+18 |
* | Reformat? | Aleksey Kladov | 2020-03-02 | 1 | -5/+1 |
* | Merge #3384 | bors[bot] | 2020-03-01 | 3 | -6/+49 |
|\ | |||||
| * | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -2/+6 |
| * | fix #2377 super::super::* | Josh Mcguigan | 2020-03-01 | 2 | -4/+43 |
* | | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 7 | -24/+24 |
|/ | |||||
* | Merge #3260 | bors[bot] | 2020-02-22 | 3 | -61/+48 |
|\ | |||||
| * | Refactor how builtins are resolved | Florian Diebold | 2020-02-21 | 3 | -61/+48 |
* | | Fix handling of const patterns | Florian Diebold | 2020-02-21 | 3 | -4/+37 |
|/ | |||||
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -3/+3 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 8 | -15/+11 |
* | Merge #3169 | bors[bot] | 2020-02-17 | 1 | -4/+5 |
|\ | |||||
| * | replace uses of VariantData::is_unit with VariantData::kind | adamrk | 2020-02-16 | 1 | -6/+0 |
| * | show names for record fields in enum completion | adamrk | 2020-02-16 | 1 | -1/+8 |
* | | Introduce AsMacroCall trait | Edwin Cheng | 2020-02-17 | 3 | -70/+124 |
* | | Bump crate resolution limit for large projects | Benjamin Brittain | 2020-02-14 | 1 | -1/+1 |
|/ | |||||
* | Make Self implement the trait inside trait default methods | Florian Diebold | 2020-02-14 | 1 | -5/+1 |
* | Merge #3062 | bors[bot] | 2020-02-11 | 2 | -7/+15 |
|\ | |||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 2 | -7/+15 |
* | | Merge #3074 | bors[bot] | 2020-02-10 | 3 | -10/+14 |
|\ \ | |||||
| * | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 3 | -10/+14 |
* | | | move to to_usize() | Veetaha | 2020-02-09 | 1 | -1/+1 |
|/ / | |||||
* | | Formatting | Florian Diebold | 2020-02-07 | 2 | -9/+12 |
* | | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 1 | -4/+23 |
* | | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 3 | -9/+90 |
|/ | |||||
* | Merge #2962 | bors[bot] | 2020-02-04 | 4 | -14/+34 |
|\ | |||||
| * | include requested changes | zombiefungus | 2020-02-02 | 4 | -27/+28 |
| * | add new ImportAlias enum to differentiate no alias from an _ alias | zombiefungus | 2020-02-02 | 4 | -11/+30 |