Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | | Merge #1014 | bors[bot] | 2019-03-22 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Don't execute cargo watch when popup is dismissed | pcpthm | 2019-03-22 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge #988 | bors[bot] | 2019-03-22 | 12 | -318/+377 | |
|\ \ | |/ |/| | ||||||
| * | 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 | |
|/ | ||||||
* | Merge #1011 | bors[bot] | 2019-03-21 | 3 | -301/+298 | |
|\ | ||||||
| * | cleanup | Aleksey Kladov | 2019-03-21 | 1 | -68/+73 | |
| * | move diagnostics to ide_api | Aleksey Kladov | 2019-03-21 | 3 | -258/+250 | |
|/ | ||||||
* | Merge #1010 | bors[bot] | 2019-03-21 | 3 | -16/+31 | |
|\ | ||||||
| * | Change enableCargoWatchOnStartup to have three states | Ville Penttinen | 2019-03-21 | 3 | -16/+31 | |
|/ | ||||||
* | 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 | 8 | -62/+180 | |
|\ \ | ||||||
| * | | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 5 | -53/+69 | |
| * | | 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 | |
* | | | Merge #1008 | bors[bot] | 2019-03-20 | 7 | -401/+420 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | move extend selection from ra_ide_api_light to ra_ide_api | Aleksey Kladov | 2019-03-20 | 6 | -401/+403 | |
| * | | introduce Analysis::from_single_file | Aleksey Kladov | 2019-03-20 | 1 | -0/+17 | |
|/ / | ||||||
* | | Merge #1000 | bors[bot] | 2019-03-20 | 11 | -462/+687 | |
|\ \ | ||||||
| * | | Update README.md | bjorn3 | 2019-03-20 | 1 | -1/+1 | |
| * | | describe how do we test things | Aleksey Kladov | 2019-03-20 | 1 | -1/+26 | |
| * | | explain how to launch the thing | Aleksey Kladov | 2019-03-20 | 3 | -36/+91 | |
| * | | remove old contributing | Aleksey Kladov | 2019-03-20 | 2 | -18/+6 | |
| * | | fixes | Aleksey Kladov | 2019-03-20 | 2 | -2/+2 | |
| * | | start dev readme | Aleksey Kladov | 2019-03-20 | 2 | -0/+37 | |
| * | | kill old roadmap: it is completed | Aleksey Kladov | 2019-03-20 | 1 | -77/+0 | |
| * | | document some nice things | Aleksey Kladov | 2019-03-20 | 1 | -0/+36 | |
| * | | document assists | Aleksey Kladov | 2019-03-20 | 1 | -48/+203 | |
| * | | sadly, we support only a single language atm | Aleksey Kladov | 2019-03-20 | 1 | -1/+1 | |
| * | | fix links | Aleksey Kladov | 2019-03-20 | 1 | -2/+2 | |
| * | | fix links | Aleksey Kladov | 2019-03-20 | 2 | -5/+5 | |
| * | | better user docs | Aleksey Kladov | 2019-03-20 | 2 | -206/+210 | |
| * | | README is short and up to the point | Aleksey Kladov | 2019-03-20 | 1 | -22/+22 | |
| * | | introduce docs dir | Aleksey Kladov | 2019-03-20 | 8 | -72/+74 | |
* | | | Merge #999 | bors[bot] | 2019-03-20 | 3 | -23/+23 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | |
|\ \ | |/ |/| |