aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Fix an arithmetic overflow in reparserpcpthm2019-03-213-5/+11
* Add fuzz test for reparsingpcpthm2019-03-214-1/+64
* Refactor parser fuzz testingpcpthm2019-03-215-16/+23
* cleanupAleksey Kladov2019-03-211-68/+73
* move diagnostics to ide_apiAleksey Kladov2019-03-213-258/+250
* Merge #1002bors[bot]2019-03-211-33/+122
|\
| * Improve performance and orderingCaio2019-03-201-21/+15
| * Fill partial fieldsCaio2019-03-201-32/+127
* | Merge #997bors[bot]2019-03-217-62/+179
|\ \
| * | Move actual include logic to ProjectRootVille Penttinen2019-03-214-53/+68
| * | Improve filtering of file rootsVille Penttinen2019-03-206-62/+164
| |/
* | Merge #1003bors[bot]2019-03-204-20/+62
|\ \
| * | make Name::new privateAleksey Kladov2019-03-204-20/+62
* | | move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-205-401/+402
* | | introduce Analysis::from_single_fileAleksey Kladov2019-03-201-0/+17
|/ /
* | Fixed typo in `Interner`’s name (`Intener`)Vincent Esche2019-03-203-23/+23
* | Merge #998bors[bot]2019-03-191-1/+1
|\ \
| * | import resolution is immutableAleksey Kladov2019-03-191-1/+1
| |/
* | Merge #996bors[bot]2019-03-1910-42/+305
|\ \ | |/ |/|
| * Replace `contract_child` to a less ad-hoc APIpcpthm2019-03-192-40/+37
| * Mark non-code block as textpcpthm2019-03-191-1/+1
| * Error about attributes onpcpthm2019-03-193-12/+82
| * Allow attributes on top level expressionpcpthm2019-03-198-35/+231
* | Merge #993bors[bot]2019-03-181-1/+40
|\ \
| * | set code less genericfunkill22019-03-181-50/+24
| * | added setup environmentfunkill22019-03-181-1/+12
| * | added helper module for appending vscode pathfunkill22019-03-181-0/+54
| |/
* / Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-184-6/+57
|/
* Merge #991bors[bot]2019-03-1814-81/+149
|\
| * Use Marker argument for item parserspcpthm2019-03-1814-81/+149
* | Merge #989bors[bot]2019-03-182-0/+153
|\ \
| * | Only replace NamedFieldList and add test for preserving Selfyanchith2019-03-181-13/+45
| * | Remove unachievable TODOyanchith2019-03-181-1/+0
| * | Implement naive version of fill_struct_fields assistyanchith2019-03-172-0/+122
* | | Merge #987bors[bot]2019-03-182-84/+70
|\ \ \ | | |/ | |/|
| * | Apply stylistic changes suggestedpcpthm2019-03-182-17/+14
| * | Refactor maybe_item to use Marker argumentpcpthm2019-03-172-86/+75
* | | Merge #982bors[bot]2019-03-173-17/+137
|\ \ \
| * | | Split test case and use tested_by!.Michael Killough2019-03-173-76/+103
| * | | Simplify match statement.Michael Killough2019-03-171-6/+1
| * | | impl Default for BindingMode.Michael Killough2019-03-171-5/+11
| * | | Implement BindingMode for pattern matching.Michael Killough2019-03-162-62/+154
* | | | Merge #983bors[bot]2019-03-173-0/+218
|\ \ \ \
| * | | | support remainder assignment operatorJean Mertz2019-03-173-0/+218
* | | | | Fix parse tree of attribute on match armpcpthm2019-03-174-133/+133
| |_|/ / |/| | |
* | | | Merge #985bors[bot]2019-03-171-57/+56
|\ \ \ \
| * | | | simplify parsing blocks a bitAleksey Kladov2019-03-171-57/+56
* | | | | Allow attribute on struct literal fieldpcpthm2019-03-173-1/+54
|/ / / /
* | | | docsAleksey Kladov2019-03-171-9/+15
* | | | remove fixmeAleksey Kladov2019-03-171-2/+1