Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ra_hir_expand: migrate to impl_intern_key!() | Veetaha | 2020-03-15 | 1 | -17/+3 |
* | Merge #3591 | bors[bot] | 2020-03-15 | 6 | -16/+96 |
|\ | |||||
| * | Support local macro_rules | Edwin Cheng | 2020-03-14 | 6 | -16/+96 |
* | | Fix completion of trait items | Florian Diebold | 2020-03-14 | 3 | -11/+80 |
* | | Simplify | Aleksey Kladov | 2020-03-13 | 2 | -8/+5 |
* | | Simplify tests | Aleksey Kladov | 2020-03-13 | 1 | -20/+20 |
* | | Don't use generic DB where a concrete one will do | Aleksey Kladov | 2020-03-13 | 2 | -9/+8 |
|/ | |||||
*-. | Merge #3561 #3577 | bors[bot] | 2020-03-13 | 8 | -42/+98 |
|\ \ | |||||
| | * | Protect against infinite macro expansion in def collector | Florian Diebold | 2020-03-13 | 1 | -9/+39 |
| * | | fixup! feat: add debug code lens | Hannes De Valkeneer | 2020-03-12 | 4 | -16/+24 |
| * | | fixup! feat: add debug code lens | Hannes De Valkeneer | 2020-03-12 | 2 | -12/+12 |
| * | | Update crates/rust-analyzer/src/main_loop/handlers.rs | hdevalke | 2020-03-12 | 1 | -1/+1 |
| * | | feat: add debug code lens | Hannes De Valkeneer | 2020-03-11 | 4 | -27/+45 |
* | | | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 7 | -14/+178 |
| |/ |/| | |||||
* | | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 5 | -6/+62 |
* | | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 3 | -14/+9 |
* | | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 10 | -77/+91 |
* | | Merge #3553 | bors[bot] | 2020-03-13 | 5 | -11/+107 |
|\ \ | |||||
| * | | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 5 | -11/+107 |
| |/ | |||||
* | | Merge #3572 | bors[bot] | 2020-03-13 | 1 | -0/+34 |
|\ \ | |||||
| * | | Add test for completion of unresolved items | Aleksey Kladov | 2020-03-13 | 1 | -0/+34 |
* | | | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 7 | -27/+31 |
|/ / | |||||
* | | Fix completion tests | Aleksey Kladov | 2020-03-12 | 3 | -0/+12 |
* | | Simpler deserialization | Aleksey Kladov | 2020-03-12 | 5 | -27/+32 |
* | | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 6 | -35/+35 |
* | | Merge #3543 | bors[bot] | 2020-03-12 | 7 | -33/+123 |
|\ \ | |||||
| * | | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 7 | -56/+21 |
| * | | Deduplicate some Inlay definitions | Steffen Lyngbaek | 2020-03-11 | 3 | -36/+31 |
| * | | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 8 | -43/+74 |
| * | | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 7 | -24/+123 |
* | | | Merge #3559 | bors[bot] | 2020-03-12 | 4 | -6/+79 |
|\ \ \ | |||||
| * | | | Update comment | Edwin Cheng | 2020-03-11 | 1 | -4/+4 |
| * | | | Add test on hover | Edwin Cheng | 2020-03-11 | 1 | -0/+19 |
| * | | | Implement dummy assert macro | Edwin Cheng | 2020-03-11 | 4 | -6/+60 |
* | | | | Merge #3564 | bors[bot] | 2020-03-12 | 11 | -458/+722 |
|\ \ \ \ | |||||
| * | | | | Handle diagnostics with multiple primary spans | Emil Lauridsen | 2020-03-12 | 11 | -527/+554 |
| * | | | | Correctly handle multi-line fixes from cargo/clippy | Emil Lauridsen | 2020-03-12 | 5 | -30/+267 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #3562 from FireofGods/display_for_node | Aleksey Kladov | 2020-03-12 | 2 | -1/+636 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | implementing Display for enums too. | Fireassember | 2020-03-11 | 1 | -0/+635 |
| * | | | added fmt::Display as a supertrait for AstNode and changed generation. | Fireassember | 2020-03-06 | 1 | -1/+1 |
* | | | | Fix parsing of stement-ish binary expressions | Aleksey Kladov | 2020-03-11 | 3 | -2/+49 |
| |/ / |/| | | |||||
* | | | Continue multiline non-doc comment blocks | Aleksey Kladov | 2020-03-11 | 1 | -3/+35 |
* | | | Split on enter tests | Aleksey Kladov | 2020-03-11 | 1 | -15/+28 |
* | | | Move on enter to a separate module | Aleksey Kladov | 2020-03-11 | 2 | -154/+177 |
* | | | Merge #3549 | bors[bot] | 2020-03-11 | 17 | -72/+313 |
|\ \ \ | |||||
| * | | | Add extern source | Edwin Cheng | 2020-03-11 | 8 | -11/+49 |
| * | | | Add and fix tests | Edwin Cheng | 2020-03-10 | 2 | -60/+141 |
| * | | | Setup Env in world | Edwin Cheng | 2020-03-10 | 3 | -8/+52 |
| * | | | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 5 | -3/+48 |
| * | | | Add ExternSourceId and env functions | Edwin Cheng | 2020-03-10 | 1 | -0/+27 |