aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix expansion of OR-patterns in match checkJesse Bakker2021-03-301-25/+15
| | | | | |
* | | | | | Merge #8262bors[bot]2021-03-303-12/+46
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8262: internal: revive google_cpu_profile infra r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | internal: revive google_cpu_profile infraAleksey Kladov2021-03-303-12/+46
| | | | | |
| * | | | | internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-300-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a CLI for benchmarking, but no one actually uses it it seems. Let's try switching to "internal" benchmarks, implemented as rust tests. They should be easier to "script" to automate tracking of perf regressions.
* | | | | | Merge #8256bors[bot]2021-03-302-13/+256
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8256: Item movers improvements r=ivan770 a=ivan770 Closes #8236 Co-authored-by: ivan770 <[email protected]>
| * | | | | Fix code styleivan7702021-03-302-0/+2
| | | | | |
| * | | | | Improved node lookup algorithm, added more movable nodesivan7702021-03-301-13/+254
| | | | | |
* | | | | | Merge #8255bors[bot]2021-03-301-38/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8255: internal: touch up dev readme r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | internal: touch up dev readmeAleksey Kladov2021-03-301-38/+35
| | | | | |
* | | | | | Merge #8254bors[bot]2021-03-306-262/+76
|\| | | | | | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8254: internal: switch from CLI to internal benchmarking r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-306-262/+76
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | We have a CLI for benchmarking, but no one actually uses it it seems. Let's try switching to "internal" benchmarks, implemented as rust tests. They should be easier to "script" to automate tracking of perf regressions.
* | | | Merge #8250bors[bot]2021-03-302-18/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8250: More accurately classify assoc. types in paths r=jonas-schievink a=jonas-schievink Previously `Iterator<Whoops$0 = ()>` would go to the `Iterator` trait. This fixes that and correctly marks `Whoops` as unresolved. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | | Accurately classify assoc. types in pathsJonas Schievink2021-03-302-18/+38
|/ / / /
* | | | Merge #8247bors[bot]2021-03-291-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8247: internal: ensure that runaway type-inference doesn't block the main loop r=flodiebold a=matklad We have a bug where type-checking `per_query_memory_usage` takes a couple of seconds. It also reveals another bug: our type inference is not cancellable. Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: ensure that runaway type-inference doesn't block the main loopAleksey Kladov2021-03-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a bug where type-checking `per_query_memory_usage` takes a couple of seconds. It also reveals another bug: our type inference is not cancellable.
* | | | | Merge #8246bors[bot]2021-03-291-16/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8246: update vim ycm installation instruction r=Veykril a=PSeitz Fixes https://github.com/rust-analyzer/rust-analyzer.github.io/pull/97 Co-authored-by: PSeitz <[email protected]>
| * | | | | remove enumerationPSeitz2021-03-291-2/+2
| | | | | |
| * | | | | update vim ycm installation instructionPSeitz2021-03-291-15/+2
| | | | | |
* | | | | | Merge #8244bors[bot]2021-03-293-11/+81
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8244: internal: track missing `.check_cancelled` r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | internal: track missing `.check_cancelled`Aleksey Kladov2021-03-293-11/+81
| |/ / / /
* | | | | Merge #8243bors[bot]2021-03-292-60/+35
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8243: Remove code duplication in highlight injection r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | | Remove code duplication in highlight injectionLukas Wirth2021-03-292-60/+35
| | | | |
* | | | | Merge #8241bors[bot]2021-03-291-7/+13
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | | | | | | | | | 8241: internal: cleanup hprof r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * / / internal: cleanup hprofAleksey Kladov2021-03-291-7/+13
|/ / /
* | | Merge #8231bors[bot]2021-03-292-1/+44
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8231: Fold consecutive consts and statics r=matklad a=MozarellaMan PR to implement #8114 ![const_fold](https://user-images.githubusercontent.com/48062697/112835083-b584c600-9090-11eb-968a-a95f4e9c1f6c.gif) Co-authored-by: Ayomide Bamidele <[email protected]>
| * | | formatting fixAyomide Bamidele2021-03-292-2/+6
| | | |
| * | | Folding range for staticsAyomide Bamidele2021-03-291-0/+7
| | | |
| * | | Folding range for constsAyomide Bamidele2021-03-292-1/+9
| | | |
| * | | New FoldKinds - Consts, StaticsAyomide Bamidele2021-03-291-1/+5
| | | |
| * | | Test cases for folding consts and staticsAyomide Bamidele2021-03-291-0/+20
| | | |
* | | | Merge #8237bors[bot]2021-03-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8237: README: drop "experimental" r=jonas-schievink a=jonas-schievink rust-analyzer is not very experimental anymore, so let's drop that. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | | README: drop "experimental"Jonas Schievink2021-03-291-1/+1
|/ / / /
* | | | Merge #8235bors[bot]2021-03-291-2/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 8235: internal: make --log-file more discoverable r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: make --log-file more discoverableAleksey Kladov2021-03-291-2/+5
|/ / /
* | | Merge #8222bors[bot]2021-03-291-1/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 8222: Don't mark unlinked file diagnostic as unused r=lnicola a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/8215, at least on VS Code Co-authored-by: Jonas Schievink <[email protected]>
| * | Don't mark unlinked file diagnostic as unusedJonas Schievink2021-03-281-1/+0
| | |
* | | Merge #8212bors[bot]2021-03-2821-96/+287
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8212: Basic support macro 2.0 r=jonas-schievink a=edwin0cheng Turn out it is quite straight forward :) r @jonas-schievink ![m2](https://user-images.githubusercontent.com/11014119/112712565-6eb99380-8f0b-11eb-88de-5d7f974dfe6d.png) Co-authored-by: Edwin Cheng <[email protected]>
| * | Remove unused test fixturesEdwin Cheng2021-03-281-4/+0
| | |
| * | Add support for doc on hover for macro 2.0Edwin Cheng2021-03-272-2/+33
| | |
| * | Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-2712-31/+49
| | |
| * | Basic Support Macro 2.0Edwin Cheng2021-03-277-63/+209
| | |
* | | Merge #8221bors[bot]2021-03-271-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8221: Prefer adding `mod` declaration to lib.rs over file.rs in UnlinkedFile fix r=Veykril a=Veykril When there is a `lib.rs` and `main.rs` in one crate, one usually wants the `lib.rs` file to declare the modules. bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | Prefer add `mod` declaration to lib.rs over file.rs in UnlinkedFile fixLukas Wirth2021-03-271-1/+1
| | | |
* | | | Merge #8220bors[bot]2021-03-278-10/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8220: Reorder some ide_db imports r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | | Cleanup ide_db importsLukas Wirth2021-03-278-10/+15
| |/ / /
* | | | Merge #8214bors[bot]2021-03-271-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8214: Mention the rustup version in the manual r=lnicola a=lnicola Closes #7860 bors r+ changelog fix mention the `rustup` version in the installation instructions. Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | Mention the rustup version in the manualLaurențiu Nicola2021-03-271-0/+9
|/ / / /
* | | | Merge #8213bors[bot]2021-03-272-5/+21
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 8213: Added support for const generics in impl generation r=Veykril a=ivan770 Closes #8211 Co-authored-by: ivan770 <[email protected]>
| * | | Added support for const generics in impl generationivan7702021-03-272-5/+21
| | | |
* | | | Merge #8201bors[bot]2021-03-277-70/+119
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8201: Fix recursive macro statements expansion r=edwin0cheng a=edwin0cheng This PR attempts to properly handle macro statement expansion by implementing the following: 1. Merge macro expanded statements to parent scope statements. 2. Add a new hir `Expr::MacroStmts` for handle tail expression infer. PS : The scope of macro expanded statements are so strange that it took more time than I thought to understand and implement it :( Fixes #8171 Co-authored-by: Edwin Cheng <[email protected]>