aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix #667Andrea Pretto2019-01-301-11/+125
| | |
* | | Merge #701bors[bot]2019-01-3011-63/+163
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 701: Minor type inference tweaks r=flodiebold a=marcusklaas Pass down expectation for reference expressions and type the guard in match expressions. I wasn't able to add a test for the former addition because the type variable previously introduced would always resolve to the right type in the things I tried! Co-authored-by: Marcus Klaas de Vries <[email protected]>
| * | | Add test for passing on ref expectationsMarcus Klaas de Vries2019-01-303-8/+15
| | | |
| * | | Infer type of match guardMarcus Klaas de Vries2019-01-2810-59/+152
| | | |
* | | | Move expr_scopes query to its moduleFlorian Diebold2019-01-303-11/+17
| | | |
* | | | Rename FnScopes -> ExprScopesFlorian Diebold2019-01-308-26/+26
| | | | | | | | | | | | | | | | | | | | The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore.
* | | | Use Crate instead of CrateIdAleksey Kladov2019-01-309-45/+36
| | | |
* | | | move item_map_queryAleksey Kladov2019-01-303-35/+29
| | | |
* | | | Merge #702bors[bot]2019-01-3013-16/+276
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 702: Go to Implementation r=matklad a=kjeremy First half of #620 Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: kjeremy <[email protected]>
| * | | | Resolve cratekjeremy2019-01-302-3/+2
| | | | |
| * | | | Go to Implementation for structs and enumsJeremy Kolb2019-01-3013-17/+278
| | |/ / | |/| |
* / | | Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb2019-01-308-89/+103
|/ / /
* | | Use match-all instead of individual branchesWizardOfMenlo2019-01-281-5/+1
| | |
* | | Added support for primitive types type inference when using std::ops::NotWizardOfMenlo2019-01-283-15/+41
| | |
* | | opt-in jemallocAleksey Kladov2019-01-284-2/+19
| | |
* | | align command namingAleksey Kladov2019-01-283-14/+14
| | |
* | | Merge #678bors[bot]2019-01-288-22/+104
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 678: WIP: automatically collect garbage r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | update salsaAleksey Kladov2019-01-282-11/+9
| | | |
| * | | use salsa from my repoAleksey Kladov2019-01-271-1/+1
| | | |
| * | | tweak wordsAleksey Kladov2019-01-271-1/+1
| | | |
| * | | show jemallocAleksey Kladov2019-01-273-1/+34
| | | |
| * | | drop obsolete commentAleksey Kladov2019-01-271-3/+0
| | | |
| * | | automatically collect garbageAleksey Kladov2019-01-277-19/+73
| | | |
* | | | Sort completions in testsFlorian Diebold2019-01-2725-270/+271
|/ / /
* | | Process second reviewMarcus Klaas de Vries2019-01-273-44/+35
| | |
* | | Use type information from the turbofishMarcus Klaas de Vries2019-01-274-12/+40
| | |
* | | Add a FnSig to Ty::FnDefMarcus Klaas de Vries2019-01-277-68/+94
| | |
* | | Address some issues flagged in reviewMarcus Klaas de Vries2019-01-274-40/+26
| | |
* | | Add missing ty test snapshotMarcus Klaas de Vries2019-01-271-0/+23
| | |
* | | Add type params to FnSignatureMarcus Klaas de Vries2019-01-279-137/+107
| | |
* | | Initial implementation of generics for method callsMarcus Klaas de Vries2019-01-272-13/+72
| | |
* | | First attempt at generic type inference for fnsMarcus Klaas de Vries2019-01-276-21/+81
|/ /
* | Merge #690bors[bot]2019-01-274-10/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | 690: Fix module resolution for non standard filenames r=matklad a=regiontog fixes #668 Co-authored-by: Erlend Tobiassen <[email protected]>
| * | Revert parts of "Test non standard crate root"Erlend Tobiassen2019-01-272-15/+9
| | | | | | | | | | | | Prefer cursor position over file_map
| * | Remove dbg!(...)Erlend Tobiassen2019-01-271-1/+1
| | |
| * | Fix bad rebase and rustfmtErlend Tobiassen2019-01-271-1/+1
| | |
| * | TyposErlend Tobiassen2019-01-271-2/+2
| | |
| * | Update test to use correct pathsErlend Tobiassen2019-01-271-6/+6
| | |
| * | fix #668Erlend Tobiassen2019-01-271-1/+3
| | |
| * | Test non standard crate rootErlend Tobiassen2019-01-272-6/+48
| |/
* | Merge #691bors[bot]2019-01-273-35/+2
|\ \ | |/ |/| | | | | | | | | | | 691: remove dead code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * remove dead codeAleksey Kladov2019-01-273-35/+2
| |
* | Merge #685bors[bot]2019-01-274-36/+125
|\ \ | | | | | | | | | | | | | | | | | | | | | 685: Support attributes on let statements r=matklad a=DJMcNab Fix #677. Co-authored-by: DJMcNab <[email protected]>
| * | Stop using let_stmt twiceDJMcNab2019-01-271-43/+41
| | |
| * | Make attrs be a child of the let statementDJMcNab2019-01-263-23/+26
| | |
| * | Support attributes on let statementsDJMcNab2019-01-263-20/+108
| | |
* | | Merge #662bors[bot]2019-01-274-27/+65
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 662: Preserve indentation in doc comments r=matklad a=kjeremy Fixes #502 Co-authored-by: Jeremy Kolb <[email protected]>
| * | | Make doc comments optionalJeremy Kolb2019-01-264-19/+27
| | | |
| * | | Do not unconditionally trim commentsJeremy Kolb2019-01-261-2/+1
| | | |
| * | | Preserve indentation in doc commentsJeremy Kolb2019-01-261-9/+40
| | | |