aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge #4770bors[bot]2020-06-086-104/+33
| |\ \ \ \
| | * | | | Clean up handling of int/float literal typesFlorian Diebold2020-06-066-104/+33
| | |/ / /
| * / / / Fix bug in lexer for format specifier where the `type` and `width` were not c...Leander Tentrup2020-06-072-15/+24
| |/ / /
| * | | Fix type parameter defaultsFlorian Diebold2020-06-0510-115/+192
| * | | Merge #4761bors[bot]2020-06-052-2/+7
| |\ \ \
| | * | | Upgrade Chalk to published versionFlorian Diebold2020-06-052-2/+7
| * | | | Merge #4689bors[bot]2020-06-0512-81/+442
| |\ \ \ \
| | * | | | Review fixesFlorian Diebold2020-06-055-25/+68
| | * | | | Implement return position impl trait / opaque type supportFlorian Diebold2020-06-0510-77/+395
| | |/ / /
| * | | | Merge #4760bors[bot]2020-06-056-79/+35
| |\ \ \ \
| | * | | | Minimize FileLoader interfaceAleksey Kladov2020-06-056-79/+35
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge #4729 #4748bors[bot]2020-06-0517-162/+795
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | | * | | Clarify when we visit modules multiple timesJonas Schievink2020-06-051-1/+3
| | | * | | impl Debug for ImportMapJonas Schievink2020-06-051-19/+23
| | | * | | Reorder importsJonas Schievink2020-06-053-5/+7
| | | * | | Make `find_path_inner` private againJonas Schievink2020-06-051-1/+1
| | | * | | Measure memory usage of ImportMapJonas Schievink2020-06-052-5/+6
| | | * | | defining_crate -> krateJonas Schievink2020-06-052-2/+3
| | | * | | Fix wrong commentJonas Schievink2020-06-051-1/+1
| | | * | | Use `ImportMap` in `find_path`, remove old queriesJonas Schievink2020-06-043-97/+140
| | | * | | Add an ImportMapJonas Schievink2020-06-047-14/+360
| | * | | | Remove hover actions heavy tests.vsrs2020-06-051-180/+0
| | * | | | Remove hover contents marking as trusted.vsrs2020-06-051-1/+1
| | * | | | Add capabilities tests.vsrs2020-06-053-7/+184
| | * | | | Apply suggestions from @kjeremy reviewvsrs2020-06-052-19/+18
| | * | | | Add enum hover action test.vsrs2020-06-051-0/+15
| | * | | | Rebase on the latest master.vsrs2020-06-052-13/+13
| | * | | | Code formattingvsrs2020-06-053-6/+6
| | * | | | Add hover actions as LSP extensionvsrs2020-06-057-49/+272
| * | | | | Actually test include!(concant!(env!()));Aleksey Kladov2020-06-051-22/+23
| * | | | | Cleanup testAleksey Kladov2020-06-051-50/+12
| * | | | | More direct signature for resolve_pathAleksey Kladov2020-06-057-19/+24
| * | | | | Rename resolve_relative_path -> resolve_pathAleksey Kladov2020-06-057-33/+12
| * | | | | Inlay Hints: more directly account for self paramAleksey Kladov2020-06-051-2/+1
| |/ / / /
| * | | | Merge #4750bors[bot]2020-06-051-2/+17
| |\ \ \ \
| | * | | | introduce_named_lifetime assist wasn't applicable when type parameterJess Balint2020-06-041-2/+17
| * | | | | Merge #4737bors[bot]2020-06-048-15/+143
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Move default const test out of lineAvi Dessauer2020-06-045-10/+0
| | * | | | Address reviewAvi Dessauer2020-06-041-5/+4
| | * | | | Update testsAvi Dessauer2020-06-046-0/+109
| | * | | | Parse default unsafe & default constAvi Dessauer2020-06-042-15/+45
| | |/ / /
| * | | | Merge #4740bors[bot]2020-06-041-1/+1
| |\ \ \ \
| | * | | | Remove unneeded "./" prefix affecting error messagesDavid Tolnay2020-06-041-1/+1
| | |/ / /
| * | | | Merge #4739bors[bot]2020-06-041-1/+1
| |\ \ \ \
| | * | | | Declare required lsp-server dependency of rust-analyzer crateDavid Tolnay2020-06-041-1/+1
| | |/ / /
| * / / / Fix type inference failure when built with log/kv_unstableDavid Tolnay2020-06-041-1/+1
| |/ / /
| * | | Fix more commentsMikhail Rakhmanov2020-06-031-5/+4
| * | | Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-0338-477/+979
| |\ \ \ | | | |/ | | |/|
| | * | Merge #4502bors[bot]2020-06-032-2/+9
| | |\ \
| | | * | Mark fixes from diagnostics as quick fixesJeremy Kolb2020-06-032-2/+9