Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Address nit | Emil Lauridsen | 2020-01-10 | 3 | -3/+7 | |
| * | Slightly more robust cargo watcher root search | Emil Lauridsen | 2020-01-10 | 2 | -4/+16 | |
* | | Merge pull request #2766 from gilescope/windows-build | Aleksey Kladov | 2020-01-11 | 3 | -2/+128 | |
|\ \ | ||||||
| * | | We only want this triggering for master. | Giles Cope | 2020-01-09 | 1 | -2/+0 | |
| * | | Reducing binary size and optimising a bit more. | Giles Cope | 2020-01-09 | 2 | -1/+3 | |
| * | | Still double compiling. Try this. | Giles Cope | 2020-01-09 | 1 | -9/+3 | |
| * | | Was doing the compile twice. | Giles Cope | 2020-01-09 | 1 | -1/+2 | |
| * | | Split out into a release build as bins were not getting generated as cargo bu... | Giles Cope | 2020-01-09 | 2 | -32/+131 | |
| * | | second attempt | Giles Cope | 2020-01-09 | 1 | -1/+1 | |
| * | | parameterised debug | Giles Cope | 2020-01-09 | 1 | -3/+4 | |
| * | | Packaging server bins | Giles Cope | 2020-01-09 | 1 | -2/+13 | |
| * | | create dir if not there as cp doesn't seem to have an option to create the de... | Giles Cope | 2020-01-09 | 1 | -1/+1 | |
| * | | put as debug for now while I get it working. | Giles Cope | 2020-01-09 | 1 | -3/+3 | |
| * | | Getting to grips with github format... | Giles Cope | 2020-01-09 | 1 | -1/+5 | |
| * | | Less output for typescript artifacts | Giles Cope | 2020-01-09 | 1 | -2/+7 | |
| * | | Relative adderss | Giles Cope | 2020-01-08 | 1 | -1/+1 | |
| * | | Upload | Giles Cope | 2020-01-08 | 1 | -3/+6 | |
| * | | noop | Giles Cope | 2020-01-08 | 1 | -0/+1 | |
| * | | Make artifacts accessible | Giles Cope | 2020-01-08 | 1 | -0/+7 | |
* | | | Merge #2795 | bors[bot] | 2020-01-11 | 1 | -2/+10 | |
|\ \ \ | ||||||
| * | | | Use dummy value for macro file in bulitin macros | Edwin Cheng | 2020-01-11 | 1 | -2/+10 | |
* | | | | Merge #2796 | bors[bot] | 2020-01-11 | 1 | -1/+4 | |
|\ \ \ \ | ||||||
| * | | | | Fix lruCapacity config setting type | Marco Groppo | 2020-01-11 | 1 | -1/+4 | |
|/ / / / | ||||||
* | | | | Merge #2790 | bors[bot] | 2020-01-11 | 2 | -1/+81 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add test for macro expansion in various expressions | Florian Diebold | 2020-01-10 | 2 | -1/+81 | |
| | |/ | |/| | ||||||
* | | | Merge #2749 | bors[bot] | 2020-01-10 | 5 | -67/+239 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix Write being sent down the wire. | kjeremy | 2020-01-10 | 1 | -3/+3 | |
| * | | Add AccessMode to decls | kjeremy | 2020-01-10 | 1 | -8/+57 | |
| * | | Split Declaration out into it's own type | kjeremy | 2020-01-10 | 2 | -49/+55 | |
| * | | Simplify and update tests to account for access | kjeremy | 2020-01-10 | 1 | -48/+53 | |
| * | | Tweaks | Jeremy Kolb | 2020-01-10 | 1 | -13/+35 | |
| * | | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 5 | -17/+107 | |
|/ / | ||||||
* | | Merge #2787 | bors[bot] | 2020-01-10 | 1 | -1/+23 | |
|\ \ | ||||||
| * | | Add missing expr cases for expand macro | Edwin Cheng | 2020-01-10 | 1 | -1/+23 | |
|/ / | ||||||
* | | Merge #2786 | bors[bot] | 2020-01-10 | 1 | -1/+19 | |
|\ \ | ||||||
| * | | Proper handling local in hover | Edwin Cheng | 2020-01-10 | 1 | -1/+19 | |
* | | | Merge #2785 | bors[bot] | 2020-01-10 | 2 | -0/+18 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Expand PAREN_EXPR as expression | Edwin Cheng | 2020-01-10 | 2 | -0/+18 | |
* | | | Merge #2784 | bors[bot] | 2020-01-10 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Add freiheit.com to list of sponsors | Florian Diebold | 2020-01-10 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge #2782 | bors[bot] | 2020-01-10 | 4 | -35/+32 | |
|\ \ \ | ||||||
| * | | | Use correct rustfmt for codegen | Aleksey Kladov | 2020-01-10 | 4 | -35/+32 | |
|/ / / | ||||||
* | | | Merge #2779 | bors[bot] | 2020-01-09 | 3 | -0/+141 | |
|\ \ \ | ||||||
| * | | | Parse trait aliases | Emil Lauridsen | 2020-01-09 | 3 | -0/+141 | |
|/ / / | ||||||
* | | | Merge #2778 | bors[bot] | 2020-01-09 | 5 | -12/+10 | |
|\ \ \ | ||||||
| * | | | :arrow_up: rowan | Aleksey Kladov | 2020-01-09 | 5 | -12/+10 | |
* | | | | Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggle | Aleksey Kladov | 2020-01-09 | 4 | -19/+37 | |
|\ \ \ \ | ||||||
| * | | | | Remove unneeded Box::new | Wilco Kusee | 2020-01-08 | 1 | -1/+1 | |
| * | | | | Derive debug | Wilco Kusee | 2020-01-08 | 1 | -7/+1 | |
| * | | | | Use downcasting for CargoTomlNotFoundError | Wilco Kusee | 2020-01-08 | 6 | -97/+48 |