aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #5574bors[bot]2020-07-297-98/+44
|\ \ \
| * | | Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov2020-07-291-1/+1
| * | | Replace rand with oorandomAleksey Kladov2020-07-297-98/+44
* | | | Merge #5573bors[bot]2020-07-295-28/+28
|\| | |
| * | | Rename NomialDef -> AdtDefAleksey Kladov2020-07-295-28/+28
* | | | Merge #5572bors[bot]2020-07-299-4192/+1591
|\| | |
| * | | Switch to ungrammar from ast_srcAleksey Kladov2020-07-299-4192/+1591
|/ / /
* | | Merge #5570bors[bot]2020-07-292-49/+0
|\ \ \
| * | | Dead codeAleksey Kladov2020-07-292-49/+0
|/ / /
* | | Merge #5569bors[bot]2020-07-292-4/+1
|\ \ \
| * | | Remove dead codeAleksey Kladov2020-07-292-4/+1
|/ / /
* | | Merge #5568bors[bot]2020-07-292-54/+0
|\ \ \ | |/ / |/| |
| * | Remove dead codeAleksey Kladov2020-07-292-54/+0
|/ /
* | Merge #5566bors[bot]2020-07-292-1925/+1934
|\ \
| * | Owned AST IRAleksey Kladov2020-07-292-1925/+1934
* | | Merge #5564bors[bot]2020-07-2911-55/+186
|\ \ \ | |/ / |/| |
| * | SSR: Rename position and lookup_context to resolve_contextDavid Lattimore2020-07-292-6/+6
| * | SSR: Restrict to current selection if anyDavid Lattimore2020-07-2910-50/+181
* | | Merge #5565bors[bot]2020-07-292-1/+62
|\ \ \
| * | | SSR: Don't mix non-path-based rules with path-basedDavid Lattimore2020-07-292-1/+62
| |/ /
* | | Merge #5561bors[bot]2020-07-291-54/+110
|\ \ \ | |/ / |/| |
| * | Allow running more tests at onceKirill Bulatov2020-07-281-54/+110
|/ /
* | Merge #5560bors[bot]2020-07-283-7/+8
|\ \
| * | Fix nameref parsingAleksey Kladov2020-07-283-7/+8
|/ /
* | Merge #5555bors[bot]2020-07-281-1/+2
|\ \
| * | Bump test timeout for macsAleksey Kladov2020-07-281-1/+2
|/ /
* | Merge #5547bors[bot]2020-07-271-1/+13
|\ \
| * | Fold multiline fn parametersAleksey Kladov2020-07-271-1/+13
* | | Merge #5532bors[bot]2020-07-272-23/+31
|\ \ \
| * | | Restore line index micro-optimizationLaurențiu Nicola2020-07-252-23/+31
* | | | Merge #5528bors[bot]2020-07-271-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | README: Add some instructions for running typescript tests and linter.David Lattimore2020-07-251-0/+10
* | | | Merge #5539bors[bot]2020-07-273-27/+103
|\ \ \ \
| * | | | SSR: Fix for path resolution of localsDavid Lattimore2020-07-262-0/+65
| * | | | SSR: Move more resolution-related code into the resolving moduleDavid Lattimore2020-07-262-27/+38
* | | | | Merge #5541bors[bot]2020-07-271-4/+278
|\ \ \ \ \
| * | | | | add completion for rustc lintsEmil Gardström2020-07-271-4/+278
| |/ / / /
* | | | | Merge #5543bors[bot]2020-07-271-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | :arrow_up: depsAleksey Kladov2020-07-271-12/+12
|/ / / /
* | | | Merge #5538bors[bot]2020-07-261-0/+4
|\ \ \ \
| * | | | Report type errors in metricsAleksey Kladov2020-07-261-0/+4
|/ / / /
* | | | Merge #5537bors[bot]2020-07-261-21/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | Add one more testAleksey Kladov2020-07-261-21/+50
|/ / /
* | | Merge #5531bors[bot]2020-07-256-30/+102
|\ \ \ | |/ / |/| |
| * | Add rustc-perf to metricsAleksey Kladov2020-07-256-30/+102
|/ /
* | Merge #5527bors[bot]2020-07-243-33/+52
|\ \
| * | Link metricsAleksey Kladov2020-07-241-8/+6
| * | Add self-analysis-stats to metricsAleksey Kladov2020-07-242-25/+46
|/ /
* | Merge #5520bors[bot]2020-07-244-7/+26
|\ \
| * | Add DocumentData to represent in-memory document with LSP infokjeremy2020-07-244-7/+26