Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Handle SourceRoots automatically in fixtures | Aleksey Kladov | 2019-02-11 | 2 | -55/+75 | |
* | | Merge #783 | bors[bot] | 2019-02-11 | 21 | -21/+21 | |
|\ \ | ||||||
| * | | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 21 | -21/+21 | |
|/ / | ||||||
* | | Merge #782 | bors[bot] | 2019-02-11 | 21 | -21/+21 | |
|\ \ | |/ |/| | ||||||
| * | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 21 | -21/+21 | |
|/ | ||||||
* | Merge #780 | bors[bot] | 2019-02-10 | 1 | -1/+9 | |
|\ | ||||||
| * | Mention node.js requirement in readme | Matthias Einwag | 2019-02-10 | 1 | -1/+9 | |
|/ | ||||||
* | Merge #778 | bors[bot] | 2019-02-10 | 4 | -13/+240 | |
|\ | ||||||
| * | Implement glob imports within the same crate | Florian Diebold | 2019-02-10 | 1 | -16/+77 | |
| * | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 3 | -2/+17 | |
| * | Implement glob imports from enums | Florian Diebold | 2019-02-10 | 2 | -6/+37 | |
| * | Add some tests | Florian Diebold | 2019-02-10 | 2 | -0/+120 | |
* | | Merge #762 | bors[bot] | 2019-02-10 | 2 | -0/+732 | |
|\ \ | |/ |/| | ||||||
| * | auto_import: use ra_fmt | Andrea Pretto | 2019-02-09 | 1 | -109/+29 | |
| * | auto_import: struct variants for ImportAction | Andrea Pretto | 2019-02-09 | 1 | -44/+107 | |
| * | auto_import: remove PathSegmentsMatch | Andrea Pretto | 2019-02-09 | 3 | -67/+37 | |
| * | auto_import: Removed Empty in favor of Partial(0) | Andrea Pretto | 2019-02-09 | 1 | -16/+10 | |
| * | auto_import assist | Andrea Pretto | 2019-02-09 | 4 | -0/+785 | |
* | | Merge #774 | bors[bot] | 2019-02-10 | 12 | -6/+429 | |
|\ \ | ||||||
| * | | Spell cases explicitly in Ty::walk{_mut} | Florian Diebold | 2019-02-10 | 1 | -2/+18 | |
| * | | Clean up a bit | Florian Diebold | 2019-02-10 | 2 | -9/+1 | |
| * | | Add a smoke test for ra_batch | Florian Diebold | 2019-02-10 | 1 | -0/+24 | |
| * | | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 9 | -4/+227 | |
| * | | Implement BatchDatabase construction | Florian Diebold | 2019-02-10 | 5 | -22/+116 | |
| * | | Add new crate | Florian Diebold | 2019-02-10 | 3 | -0/+74 | |
* | | | Merge #776 | bors[bot] | 2019-02-10 | 3 | -19/+24 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Update dependencies | DJMcNab | 2019-02-10 | 2 | -8/+8 | |
| * | | Fix trace and prettier | DJMcNab | 2019-02-10 | 1 | -2/+4 | |
| * | | Add support for a seperate output channel for trace messages | DJMcNab | 2019-02-10 | 3 | -10/+13 | |
|/ / | ||||||
* | | Merge #770 | bors[bot] | 2019-02-10 | 1 | -1/+80 | |
|\ \ | ||||||
| * | | Fix introduce var duplicating newlines | Ville Penttinen | 2019-02-09 | 1 | -1/+80 | |
* | | | Merge #773 | bors[bot] | 2019-02-10 | 16 | -70/+338 | |
|\ \ \ | ||||||
| * | | | Add comment and mark | Florian Diebold | 2019-02-09 | 3 | -2/+10 | |
| * | | | Fix another crash, and try harder to prevent stack overflows | Florian Diebold | 2019-02-09 | 3 | -7/+75 | |
| * | | | Fix another crash found when analyzing rustc | Florian Diebold | 2019-02-09 | 3 | -7/+38 | |
| * | | | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 10 | -41/+133 | |
| * | | | Fix two crashes found by running inference on all of rustc | Florian Diebold | 2019-02-09 | 4 | -15/+84 | |
|/ / / | ||||||
* | | | Merge #771 | bors[bot] | 2019-02-09 | 2 | -4/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | update notify with fix for hight cpu usage | Bernardo | 2019-02-09 | 2 | -4/+4 | |
|/ / | ||||||
* | | Merge #767 | bors[bot] | 2019-02-09 | 10 | -139/+212 | |
|\ \ | |/ |/| | ||||||
| * | Clean up a bit | Florian Diebold | 2019-02-09 | 3 | -4/+1 | |
| * | Remove Vfs from project model | Florian Diebold | 2019-02-09 | 4 | -9/+8 | |
| * | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 5 | -19/+7 | |
| * | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 5 | -83/+116 | |
| * | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 8 | -53/+109 | |
|/ | ||||||
* | Merge #766 | bors[bot] | 2019-02-09 | 10 | -10/+33 | |
|\ | ||||||
| * | Refactor formatting code out of ra_ida_api_light into ra_fmt. | Andrea Pretto | 2019-02-08 | 10 | -10/+33 | |
* | | Merge #768 | bors[bot] | 2019-02-09 | 12 | -22/+264 | |
|\ \ | |/ |/| | ||||||
| * | Improve sorting delegate | robojumper | 2019-02-09 | 1 | -7/+5 | |
| * | Remove unused import | robojumper | 2019-02-08 | 1 | -2/+2 |