aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep dynamic workspace loadingAleksey Kladov2020-06-252-96/+79
* Separate creation and initialization of global stateAleksey Kladov2020-06-251-56/+65
* Merge #5065bors[bot]2020-06-255-267/+239
|\
| * Simplify diagnostics handlingAleksey Kladov2020-06-253-70/+50
| * SimplifyAleksey Kladov2020-06-253-57/+43
| * -mMake it harder to accidently early-exit the loopAleksey Kladov2020-06-251-160/+166
|/
* Merge #5064bors[bot]2020-06-257-551/+560
|\
| * Add NotificationDispatcherAleksey Kladov2020-06-253-81/+85
| * Move request dispatcher to a separate fileAleksey Kladov2020-06-253-129/+146
| * Refactor main_loopAleksey Kladov2020-06-254-414/+402
* | Merge #5063bors[bot]2020-06-257-61/+162
|\ \
| * | Use ItemTree to answer enum_data queryJonas Schievink2020-06-251-7/+19
| * | Use IdRange for variantsJonas Schievink2020-06-253-9/+29
| * | Generalize FieldIds -> IdRange<T>Jonas Schievink2020-06-252-13/+14
| * | adt.rs: fetch struct/union data from item treeJonas Schievink2020-06-251-19/+49
| * | Collect field/variant attrs in ItemTreeJonas Schievink2020-06-256-20/+40
| * | Allow iterating fields in the ItemTreeJonas Schievink2020-06-253-10/+28
* | | Merge #5061bors[bot]2020-06-254-84/+98
|\ \ \ | | |/ | |/|
| * | Move TaskPool into GlobalStateAleksey Kladov2020-06-254-84/+98
|/ /
* | Merge #5058bors[bot]2020-06-251-21/+25
|\ \
| * | Better event namingAleksey Kladov2020-06-251-21/+25
|/ /
* | Merge #5056bors[bot]2020-06-252-71/+57
|\ \ | |/ |/|
| * Canonicalize actor APIAleksey Kladov2020-06-252-71/+57
* | Merge #5053bors[bot]2020-06-251-1/+5
|\ \ | |/ |/|
| * Fix matchig brace for pipesAleksey Kladov2020-06-251-1/+5
|/
* Merge #5052bors[bot]2020-06-252-120/+123
|\
| * Minor, move codeAleksey Kladov2020-06-252-120/+123
|/
* Merge #5050bors[bot]2020-06-253-63/+54
|\
| * SimplifyAleksey Kladov2020-06-251-15/+6
| * Minor renameAleksey Kladov2020-06-253-49/+49
* | Merge #5049bors[bot]2020-06-258-30/+31
|\|
| * Rename ra_flycheck -> flycheckAleksey Kladov2020-06-258-30/+31
* | Merge #5048bors[bot]2020-06-255-50/+66
|\|
| * Unify styleAleksey Kladov2020-06-254-19/+19
| * Abstract over channelAleksey Kladov2020-06-253-30/+43
| * Use Handle/Actor terminology for flycheckAleksey Kladov2020-06-252-13/+16
* | Merge #5047bors[bot]2020-06-251-5/+22
|\ \ | |/ |/|
| * matching brace works for | in lambdasAleksey Kladov2020-06-251-5/+22
|/
* Merge #5046bors[bot]2020-06-257-220/+134
|\
| * Scale progress downAleksey Kladov2020-06-2511-354/+102
| * Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov2020-06-2512-133/+299
|/|
| * Flatten Task enum ¯\_(ツ)_/¯Veetaha2020-06-181-5/+7
| * Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha2020-06-1816-362/+361
| * Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha2020-06-186-101/+225
* | Merge #5044bors[bot]2020-06-257-207/+177
|\ \
| * | Tweak visibilityAleksey Kladov2020-06-256-88/+84
| * | Reduce visibilityAleksey Kladov2020-06-253-40/+29
| * | Merge LoopState into GlobalStateAleksey Kladov2020-06-252-79/+64
* | | Merge #5025bors[bot]2020-06-241-57/+27
|\ \ \ | |/ / |/| |
| * | Append 10 random hex chars to temp artifact filesVeetaha2020-06-241-1/+5