aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Allow attributes on expressionsAleksey Kladov2020-06-151-4/+2
| * | | | Deprecate hir::Path::from_astAleksey Kladov2020-06-153-1/+4
| |/ / /
* | | | Merge #4882bors[bot]2020-06-151-113/+142
|\ \ \ \
| * | | | _match.rs: improve comment formattingJonas Schievink2020-06-141-113/+142
| | |/ / | |/| |
* | | | fill_match_arms bind pattern implementationToby Dimmick2020-06-141-2/+14
* | | | fill_match_arms bind pattern testToby Dimmick2020-06-141-0/+34
| |/ / |/| |
* | | Introduce paths crateAleksey Kladov2020-06-142-0/+131
|/ /
* | Merge #4867bors[bot]2020-06-136-160/+134
|\ \
| * | Cleanup URL handlingAleksey Kladov2020-06-136-160/+134
* | | Merge #4868bors[bot]2020-06-131-4/+4
|\ \ \
| * | | Fix if and while postfix completionsAleksey Kladov2020-06-131-4/+4
| |/ /
* | | Merge #4700bors[bot]2020-06-136-640/+618
|\ \ \
| * | | More concise completion testsAleksey Kladov2020-06-132-182/+146
| * | | CleanupAleksey Kladov2020-06-134-255/+154
| * | | Add keywords completions on source file positionMikhail Rakhmanov2020-06-133-21/+124
| * | | Merge branch 'master' into keyword_completionMikhail Rakhmanov2020-06-13148-2458/+6455
| |\| |
| * | | Fix tests and remove unused methodsMikhail Rakhmanov2020-06-133-13/+6
| * | | Add more patterns, tests and fix keywordsMikhail Rakhmanov2020-06-123-473/+297
| * | | Rewrite snapshot checksMikhail Rakhmanov2020-06-124-245/+100
| * | | Remove comment and incorrect assertMikhail Rakhmanov2020-06-121-7/+1
| * | | Return snapshots to testsMikhail Rakhmanov2020-06-121-18/+34
| * | | More assert refactoringMikhail Rakhmanov2020-06-121-7/+8
| * | | Add more pattern testsMikhail Rakhmanov2020-06-122-11/+50
| * | | New testing approach for keywordsMikhail Rakhmanov2020-06-122-6/+56
| * | | Add few smoke tests for patterns and refactoringMikhail Rakhmanov2020-06-114-10/+111
| * | | Add more patterns and keywordsMikhail Rakhmanov2020-06-113-55/+59
| * | | Add todoMikhail Rakhmanov2020-06-111-1/+2
| * | | Add more keywordsMikhail Rakhmanov2020-06-114-234/+183
| * | | Add top level keywords completionMikhail Rakhmanov2020-06-021-1/+186
* | | | Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson2020-06-122-3/+2
| |/ / |/| |
* | | Merge #4857bors[bot]2020-06-121-1/+14
|\ \ \
| * | | simplify determining whether the field is a tuple fieldOptimalStrategy2020-06-121-5/+1
| * | | Fix invalid shorthand initialization diagnostic for tuple structsOptimalStrategy2020-06-121-1/+18
* | | | Merge #4855bors[bot]2020-06-122-141/+141
|\ \ \ \
| * | | | Apply codegen with idiomatic lifetimesVeetaha2020-06-112-141/+141
| |/ / /
* | | | Merge #4856bors[bot]2020-06-121-5/+5
|\ \ \ \
| * | | | SimplifyVeetaha2020-06-121-5/+5
| |/ / /
* / / / find_path: return shorter paths for external itemsJonas Schievink2020-06-122-21/+77
|/ / /
* | | Merge #4833bors[bot]2020-06-1113-290/+842
|\ \ \
| * | | Add example of old trait object syntaxMatthew Jasper2020-06-113-1/+39
| * | | Move complex inline test to own fileMatthew Jasper2020-06-117-372/+670
| * | | Separating parsing of `for` in predicates and typesMatthew Jasper2020-06-1011-290/+506
* | | | Merge #4849bors[bot]2020-06-117-73/+65
|\ \ \ \
| * | | | Update wrap return testsJonas Schievink2020-06-111-29/+17
| * | | | Make known paths use `core` instead of `std`Jonas Schievink2020-06-117-48/+52
* | | | | Merge #4850bors[bot]2020-06-111-6/+32
|\ \ \ \ \
| * | | | | Indent chain `.` even if there's more stuff afterwardsAleksey Kladov2020-06-111-6/+32
| |/ / / /
* / / / / Remove dead codeAleksey Kladov2020-06-114-29/+3
|/ / / /
* | | | Merge #4843bors[bot]2020-06-1116-77/+115
|\ \ \ \
| * | | | Don't guess macro expansion crateAleksey Kladov2020-06-119-62/+89