Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 2 | -0/+14 | |
| * | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 2 | -1/+5 | |
| * | Completely ignore errors for reparse fuzz | pcpthm | 2019-03-21 | 1 | -1/+0 | |
| * | Use template text to improve reparse fuzzing | pcpthm | 2019-03-21 | 1 | -1/+5 | |
| * | Fix lexer not producing right token on "_" | pcpthm | 2019-03-21 | 2 | -0/+1 | |
| * | Fix reparsing bug when lex result is different | pcpthm | 2019-03-21 | 3 | -2/+17 | |
| * | Improve reparse fuzz test | pcpthm | 2019-03-21 | 1 | -1/+13 | |
| * | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 3 | -5/+11 | |
| * | Add fuzz test for reparsing | pcpthm | 2019-03-21 | 4 | -1/+64 | |
| * | Refactor parser fuzz testing | pcpthm | 2019-03-21 | 5 | -16/+23 | |
* | | Assert in apply_substs that the number of parameters doesn't change | Florian Diebold | 2019-03-21 | 2 | -2/+7 | |
* | | Rename name field to ctor as well | Florian Diebold | 2019-03-21 | 5 | -29/+29 | |
* | | Some more doc comments | Florian Diebold | 2019-03-21 | 1 | -2/+12 | |
* | | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 7 | -98/+98 | |
* | | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 12 | -404/+266 | |
* | | Add Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -1/+177 | |
* | | Represent FnPtr and Tuple using Substs | Florian Diebold | 2019-03-21 | 3 | -27/+33 | |
|/ | ||||||
* | cleanup | Aleksey Kladov | 2019-03-21 | 1 | -68/+73 | |
* | move diagnostics to ide_api | Aleksey Kladov | 2019-03-21 | 3 | -258/+250 | |
* | Merge #1002 | bors[bot] | 2019-03-21 | 1 | -33/+122 | |
|\ | ||||||
| * | Improve performance and ordering | Caio | 2019-03-20 | 1 | -21/+15 | |
| * | Fill partial fields | Caio | 2019-03-20 | 1 | -32/+127 | |
* | | Merge #997 | bors[bot] | 2019-03-21 | 7 | -62/+179 | |
|\ \ | ||||||
| * | | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 4 | -53/+68 | |
| * | | Improve filtering of file roots | Ville Penttinen | 2019-03-20 | 6 | -62/+164 | |
| |/ | ||||||
* | | Merge #1003 | bors[bot] | 2019-03-20 | 4 | -20/+62 | |
|\ \ | ||||||
| * | | make Name::new private | Aleksey Kladov | 2019-03-20 | 4 | -20/+62 | |
* | | | move extend selection from ra_ide_api_light to ra_ide_api | Aleksey Kladov | 2019-03-20 | 5 | -401/+402 | |
* | | | introduce Analysis::from_single_file | Aleksey Kladov | 2019-03-20 | 1 | -0/+17 | |
|/ / | ||||||
* | | Fixed typo in `Interner`’s name (`Intener`) | Vincent Esche | 2019-03-20 | 3 | -23/+23 | |
* | | Merge #998 | bors[bot] | 2019-03-19 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | import resolution is immutable | Aleksey Kladov | 2019-03-19 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge #996 | bors[bot] | 2019-03-19 | 10 | -42/+305 | |
|\ \ | |/ |/| | ||||||
| * | Replace `contract_child` to a less ad-hoc API | pcpthm | 2019-03-19 | 2 | -40/+37 | |
| * | Mark non-code block as text | pcpthm | 2019-03-19 | 1 | -1/+1 | |
| * | Error about attributes on | pcpthm | 2019-03-19 | 3 | -12/+82 | |
| * | Allow attributes on top level expression | pcpthm | 2019-03-19 | 8 | -35/+231 | |
* | | Merge #993 | bors[bot] | 2019-03-18 | 1 | -1/+40 | |
|\ \ | ||||||
| * | | set code less generic | funkill2 | 2019-03-18 | 1 | -50/+24 | |
| * | | added setup environment | funkill2 | 2019-03-18 | 1 | -1/+12 | |
| * | | added helper module for appending vscode path | funkill2 | 2019-03-18 | 1 | -0/+54 | |
| |/ | ||||||
* / | Upgrade ra_vfs to use new Filtering | Ville Penttinen | 2019-03-18 | 4 | -6/+57 | |
|/ | ||||||
* | Merge #991 | bors[bot] | 2019-03-18 | 14 | -81/+149 | |
|\ | ||||||
| * | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 14 | -81/+149 | |
* | | Merge #989 | bors[bot] | 2019-03-18 | 2 | -0/+153 | |
|\ \ | ||||||
| * | | Only replace NamedFieldList and add test for preserving Self | yanchith | 2019-03-18 | 1 | -13/+45 | |
| * | | Remove unachievable TODO | yanchith | 2019-03-18 | 1 | -1/+0 | |
| * | | Implement naive version of fill_struct_fields assist | yanchith | 2019-03-17 | 2 | -0/+122 | |
* | | | Merge #987 | bors[bot] | 2019-03-18 | 2 | -84/+70 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Apply stylistic changes suggested | pcpthm | 2019-03-18 | 2 | -17/+14 |