aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/install.rs
Commit message (Collapse)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-1/+1
|
* internal: use API stabilized in 1.52Aleksey Kladov2021-05-061-1/+1
|
* Rust 1.51kjeremy2021-03-251-1/+1
|
* Underengineer `cargo xtask install --client`Aleksey Kladov2021-03-051-56/+35
|
* Cleanup install commandAleksey Kladov2021-03-051-18/+15
|
* Simplify xtaskAleksey Kladov2021-03-011-9/+9
| | | | lib/bin/test separation isn't really needed.
* Bump rust to latest stable 1.50kjeremy2021-02-121-1/+1
|
* Do not overwrite lock filekjeremy2021-02-051-2/+2
| | | | | | Use `npm ci` instead of `npm install`. `npm install` will overwrite the lock file if you have a newer npm version than the one that generated the package-lock.json
* Make always-assert crate reusableAleksey Kladov2021-01-261-1/+1
|
* Add back jemalloc supportJonas Schievink2021-01-181-0/+2
|
* Add client install support for `code-exploration` build.Jérémy2020-12-081-6/+14
|
* Revert "Upgrade version of npms lockfile"Aleksey Kladov2020-11-131-1/+1
| | | | | | | This reverts commit 3d559afc11b230d52b13c5540706b85a7eeb3490. VS Code uses nodejs 12 still, so its better to stick to the format it understands.
* Upgrade version of npms lockfileAleksey Kladov2020-11-121-1/+1
|
* allow xtask install --client-code[=CLIENT] to specify clientEmil Gardström2020-10-171-9/+40
|
* Switch from not_bash to xshellAleksey Kladov2020-10-171-22/+24
|
* Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-081-1/+1
|
* CONST LOOPS ARE HEREAleksey Kladov2020-08-271-1/+1
|
* Remove support for jemallocAleksey Kladov2020-07-221-2/+0
| | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine
* Add opt-in mimalloc featureIvan Kozik2020-07-141-3/+13
|
* Bump required rust to 1.43kjeremy2020-04-231-1/+1
|
* Make from-source install use cargo installed binary by defaultAleksey Kladov2020-03-201-11/+0
|
* cargo xtask distAleksey Kladov2020-03-041-5/+1
| | | | This builds the typescript extension
* Readabilitynmio2020-03-011-1/+3
|
* Add notenmio2020-03-011-2/+1
|
* Make xtask install path-agnosticAleksey Kladov2020-02-271-1/+5
|
* More manual clippy fixesKirill Bulatov2020-02-181-5/+4
|
* Rename config value for server PathAleksey Kladov2020-02-181-1/+1
|
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-2/+2
|
* Fix extension nameAleksey Kladov2020-02-171-13/+5
|
* xtask: bump nodejs requirement while we can!Veetaha2020-02-141-1/+1
|
* More declarative fs massagingAleksey Kladov2020-02-141-18/+8
|
* Replace Cmd with not-bashAleksey Kladov2020-02-141-65/+44
|
* Prevent auto-update of dev extensionAleksey Kladov2020-02-141-4/+21
|
* MinorAleksey Kladov2020-02-141-31/+19
|
* More convenient run_with_outputAleksey Kladov2020-02-101-15/+10
|
* Add noteAleksey Kladov2020-02-101-0/+11
|
* :arrow_up: rustAleksey Kladov2020-01-301-1/+1
|
* Rename VS Code extension to rust-analyzerAleksey Kladov2020-01-131-9/+24
|
* Add "code-oss" Visual Studio Code binary nameleo-lb2020-01-071-1/+1
| | | | When Visual Studio Code is manually compiled from the upstream source tree the binary is named "code-oss".
* CleanupAleksey Kladov2020-01-071-2/+2
|
* Refactor xtasksAleksey Kladov2020-01-071-0/+178