aboutsummaryrefslogtreecommitdiff
path: root/xtask
Commit message (Collapse)AuthorAgeFilesLines
* cargo xtask distAleksey Kladov2020-03-044-10/+68
| | | | This builds the typescript extension
* Clean xtask partial artifacts in `xtask pre-cache`Christopher Durham2020-03-031-2/+5
|
* Print log on releaseAleksey Kladov2020-03-021-0/+9
|
* Readabilitynmio2020-03-011-1/+3
|
* Add notenmio2020-03-011-2/+1
|
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-3/+3
|
* Some docsAleksey Kladov2020-02-274-1/+8
|
* Make xtask install path-agnosticAleksey Kladov2020-02-272-1/+6
|
* Update versionsKirill Bulatov2020-02-181-4/+4
|
* 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
|
* Better folder structureAleksey Kladov2020-02-181-1/+0
|
* Merge ra_vfs_glob and ra_lsp_serverAleksey Kladov2020-02-171-1/+0
|
* Inline ra_batchAleksey Kladov2020-02-171-1/+0
|
* Drop proptest testsAleksey Kladov2020-02-171-1/+5
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* Fix extension nameAleksey Kladov2020-02-172-40/+8
|
* xtask: bump nodejs requirement while we can!Veetaha2020-02-141-1/+1
|
* SimplifyAleksey Kladov2020-02-141-5/+2
|
* Move rm_rf to not-bashAleksey Kladov2020-02-142-9/+23
|
* Trim outputAleksey Kladov2020-02-141-1/+1
|
* Add fs2 module for better error messagesAleksey Kladov2020-02-142-5/+28
|
* Update the manual on releaseAleksey Kladov2020-02-141-1/+4
|
* Add dry run mode to xtask releaseAleksey Kladov2020-02-142-6/+9
|
* CleanupAleksey Kladov2020-02-141-1/+1
|
* More declarative fs massagingAleksey Kladov2020-02-142-18/+35
|
* Replace Cmd with not-bashAleksey Kladov2020-02-145-154/+171
|
* Prevent auto-update of dev extensionAleksey Kladov2020-02-141-4/+21
|
* MinorAleksey Kladov2020-02-141-31/+19
|
* Merge #3062bors[bot]2020-02-111-4/+4
|\ | | | | | | | | | | | | | | | | | | 3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :) Will fix #3043 Co-authored-by: Jonas Platte <[email protected]>
| * Implement slice pattern AST > HIR loweringJonas Platte2020-02-111-4/+4
| |
* | Merge #3074bors[bot]2020-02-101-1/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | 3074: Or patterns r=matthewjasper a=matthewjasper Works towards #2458 Co-authored-by: Matthew Jasper <[email protected]>
| * | Add or- and parenthesized-patternsMatthew Jasper2020-02-091-1/+7
| | |
* | | xtask releaseAleksey Kladov2020-02-103-2/+48
| | |
* | | More convenient run_with_outputAleksey Kladov2020-02-103-19/+16
| | |
* | | Add noteAleksey Kladov2020-02-101-0/+11
|/ /
* / Rename add import assistKirill Bulatov2020-02-071-2/+1
|/
* Name assist handlersAleksey Kladov2020-02-072-2/+2
|
* Doctest autoimportAleksey Kladov2020-02-061-9/+33
|
* :arrow_up: rustAleksey Kladov2020-01-301-1/+1
|
* todo(codegen): added todo to change the reference to removed ra_tools crateVeetaha2020-01-161-0/+1
|
* fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d personVeetaha2020-01-151-1/+1
|
* Rename VS Code extension to rust-analyzerAleksey Kladov2020-01-131-9/+24
|
* Use correct rustfmt for codegenAleksey Kladov2020-01-104-35/+32
| | | | closes #1569
* :arrow_up: pico-argsAleksey Kladov2020-01-081-2/+2
|
* Merge #2758bors[bot]2020-01-071-1/+1
|\ | | | | | | | | | | | | | | | | 2758: Add "code-oss" Visual Studio Code binary name r=matklad a=leo-lb When Visual Studio Code is manually compiled from the upstream source tree the binary is named "code-oss". Co-authored-by: leo-lb <[email protected]>
| * 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".
* | Share cache cleaning logic between OSesAleksey Kladov2020-01-072-2/+44
|/
* CleanupAleksey Kladov2020-01-073-7/+7
|
* Move cmd to a separate dirAleksey Kladov2020-01-072-53/+58
|