Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix legacy macro resolution in block expressions | Jonas Schievink | 2021-01-27 | 2 | -1/+15 | |
| | ||||||
* | Merge #7451 | bors[bot] | 2021-01-27 | 3 | -12/+24 | |
|\ | | | | | | | | | | | | | | | 7451: rust-analyzer.files.excludeDirs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Add config option to ignore directories | Aleksey Kladov | 2021-01-26 | 3 | -6/+22 | |
| | | ||||||
| * | Allow non-absolute paths to rust source | Aleksey Kladov | 2021-01-26 | 1 | -6/+2 | |
| | | ||||||
* | | Merge #7465 | bors[bot] | 2021-01-27 | 1 | -1/+19 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7465: Only hide parameter hints for path, field and methodcall expressions r=SomeoneToIgnore a=Veykril Doing this check for other expressions makes little sense to me. Fixes #7458 Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | Only hide parameter hints for path, field and methodcall expressions | Lukas Wirth | 2021-01-27 | 1 | -1/+19 | |
| | | | ||||||
* | | | Export `CARGO` for proc. macros | Jonas Schievink | 2021-01-27 | 1 | -1/+4 | |
| | | | ||||||
* | | | Bump deps | Laurențiu Nicola | 2021-01-27 | 2 | -4/+4 | |
| | | | ||||||
* | | | Squelch a warning | Aleksey Kladov | 2021-01-27 | 1 | -0/+1 | |
| | | | ||||||
* | | | add more counts | Aleksey Kladov | 2021-01-27 | 4 | -2/+8 | |
| | | | ||||||
* | | | Merge #7457 | bors[bot] | 2021-01-26 | 3 | -21/+83 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7457: Add no-buffering file logging and wait for a debugger option. r=vsrs a=vsrs Adds two command line flags: `--no-buffering` and `--wait-dbg`. Not sure if someone else needs this, but personally I found both flags extremely useful trying to figure out why RA does not work with Visual Studio. Or better to say why Visual Studio does not work with RA. Co-authored-by: vsrs <[email protected]> | |||||
| * | | | Apply suggestions. | vsrs | 2021-01-26 | 2 | -11/+17 | |
| | | | | ||||||
| * | | | cargo fmt | vsrs | 2021-01-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add debug only guard for the --wait-dbg flag | vsrs | 2021-01-26 | 2 | -1/+4 | |
| | | | | ||||||
| * | | | Add RA_WAIT_DBG and docs | vsrs | 2021-01-25 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Add the ability to wait for a debugger. | vsrs | 2021-01-25 | 2 | -7/+45 | |
| | | | | ||||||
| * | | | Add stderr flush | vsrs | 2021-01-25 | 2 | -8/+16 | |
| | | | | ||||||
| * | | | Add --no-buffering flag for the file logging. | vsrs | 2021-01-25 | 3 | -15/+21 | |
| | | | | ||||||
* | | | | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 8 | -71/+11 | |
| | | | | ||||||
* | | | | Add failing test case | Dániel Buga | 2021-01-26 | 1 | -0/+28 | |
| |_|/ |/| | | ||||||
* | | | Merge #7450 | bors[bot] | 2021-01-26 | 1 | -11/+28 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7450: Remove the need to manually sync config in package.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Remove the need to manually sync config in package.json | Aleksey Kladov | 2021-01-26 | 1 | -11/+28 | |
| | |/ | |/| | ||||||
* | | | Merge #7433 | bors[bot] | 2021-01-26 | 4 | -89/+228 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7433: Support Macro v2 in mbe r=jonas-schievink a=edwin0cheng Added `mbe::MacroDef` for Macro v2. cc @jonas-schievink Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | | | Support Macro v2 in mbe | Edwin Cheng | 2021-01-25 | 4 | -89/+228 | |
| | |/ | |/| | ||||||
* | | | Merge #7393 | bors[bot] | 2021-01-26 | 1 | -1/+50 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7393: Document `paths` items r=matklad a=arnaudgolfouse Co-authored-by: Arnaud <[email protected]> | |||||
| * | | | Document `paths` items | Arnaud | 2021-01-22 | 1 | -1/+50 | |
| | | | | ||||||
* | | | | Merge #7406 | bors[bot] | 2021-01-26 | 4 | -22/+106 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 7406: if_let_match: don't assume happy path r=matklad a=bugadani Closes #7392 Co-authored-by: Dániel Buga <[email protected]> | |||||
| * | | | Deduplicate variant matching | Dániel Buga | 2021-01-22 | 3 | -42/+25 | |
| | | | | ||||||
| * | | | replace_if_let_with_match: don't assume sad pattern | Dániel Buga | 2021-01-22 | 2 | -2/+103 | |
| | | | | ||||||
* | | | | Shorten hir::TypeParam full_range in NavigationTarget | Lukas Wirth | 2021-01-26 | 2 | -4/+23 | |
| | | | | ||||||
* | | | | Traverse parent DefMap for `super` paths | Jonas Schievink | 2021-01-25 | 2 | -9/+54 | |
| | | | | ||||||
* | | | | Intern block locations and handle them in ModuleId | Jonas Schievink | 2021-01-25 | 5 | -65/+104 | |
| |_|/ |/| | | ||||||
* | | | Merge #7426 | bors[bot] | 2021-01-25 | 11 | -87/+48 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7426: Create all `ModuleId`s through a `DefMap` method r=jonas-schievink a=jonas-schievink `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId` bors r+ Co-authored-by: Jonas Schievink <[email protected]> | |||||
| * | | | Create all `ModuleId`s through a `DefMap` method | Jonas Schievink | 2021-01-25 | 11 | -87/+48 | |
| | | | | | | | | | | | | | | | | | | | | `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId` | |||||
* | | | | Derive Default on ItemTree | Laurențiu Nicola | 2021-01-25 | 2 | -12/+3 | |
|/ / / | ||||||
* | | | Merge #7422 | bors[bot] | 2021-01-25 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7422: Disallow non-boolean literals in concat! r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | Disallow non-boolean literals in concat! | Laurențiu Nicola | 2021-01-25 | 1 | -2/+4 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #7409 #7421 | bors[bot] | 2021-01-25 | 2 | -33/+44 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7409: Add References CodeLens. r=matklad a=vsrs Closes #5836 7421: Fix RA_LOG example in dev docs r=lnicola a=lnicola bors r+ Co-authored-by: vsrs <[email protected]> Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | | Add References code lens. | vsrs | 2021-01-23 | 2 | -33/+44 | |
| | | | | | | | | | | | | | | | | | | | | For Struct, Enum, Union and Trait symbols. | |||||
* | | | | | Unquote strings and handle boolean literals in concat! | Laurențiu Nicola | 2021-01-25 | 1 | -16/+8 | |
| |/ / / |/| | | | ||||||
* | | | | :arrow_up: rowan | Aleksey Kladov | 2021-01-25 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge #7414 | bors[bot] | 2021-01-24 | 6 | -25/+40 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7414: Add validation for mutable const items r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | | | Add validation for mutable const items | Lukas Wirth | 2021-01-24 | 6 | -25/+40 | |
| |/ / / | ||||||
* / / / | Support unions in symbol search | Lukas Wirth | 2021-01-24 | 3 | -7/+11 | |
|/ / / | ||||||
* | | | Remove use of SourceFileEdit | Phil Ellison | 2021-01-23 | 1 | -2/+1 | |
| | | | ||||||
* | | | Update tests to register the required standard library types | Phil Ellison | 2021-01-23 | 2 | -16/+48 | |
| | | | ||||||
* | | | Fix test names | Phil Ellison | 2021-01-23 | 1 | -4/+4 | |
| | | | ||||||
* | | | Identify methods using functions ids rather than string names | Phil Ellison | 2021-01-23 | 3 | -7/+31 | |
| | | | ||||||
* | | | cargo fmt | Phil Ellison | 2021-01-23 | 1 | -1/+5 | |
| | | | ||||||
* | | | Address review comments | Phil Ellison | 2021-01-23 | 1 | -9/+4 | |
| | | |