Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Inline ra_batch | Aleksey Kladov | 2020-02-17 | 1 | -1/+0 | |
| | ||||||
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 1 | -1/+5 | |
| | | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time. | |||||
* | Fix extension name | Aleksey Kladov | 2020-02-17 | 2 | -40/+8 | |
| | ||||||
* | xtask: bump nodejs requirement while we can! | Veetaha | 2020-02-14 | 1 | -1/+1 | |
| | ||||||
* | Simplify | Aleksey Kladov | 2020-02-14 | 1 | -5/+2 | |
| | ||||||
* | Move rm_rf to not-bash | Aleksey Kladov | 2020-02-14 | 2 | -9/+23 | |
| | ||||||
* | Trim output | Aleksey Kladov | 2020-02-14 | 1 | -1/+1 | |
| | ||||||
* | Add fs2 module for better error messages | Aleksey Kladov | 2020-02-14 | 2 | -5/+28 | |
| | ||||||
* | Update the manual on release | Aleksey Kladov | 2020-02-14 | 1 | -1/+4 | |
| | ||||||
* | Add dry run mode to xtask release | Aleksey Kladov | 2020-02-14 | 2 | -6/+9 | |
| | ||||||
* | Cleanup | Aleksey Kladov | 2020-02-14 | 1 | -1/+1 | |
| | ||||||
* | More declarative fs massaging | Aleksey Kladov | 2020-02-14 | 2 | -18/+35 | |
| | ||||||
* | Replace Cmd with not-bash | Aleksey Kladov | 2020-02-14 | 5 | -154/+171 | |
| | ||||||
* | Prevent auto-update of dev extension | Aleksey Kladov | 2020-02-14 | 1 | -4/+21 | |
| | ||||||
* | Minor | Aleksey Kladov | 2020-02-14 | 1 | -31/+19 | |
| | ||||||
* | Merge #3062 | bors[bot] | 2020-02-11 | 1 | -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 lowering | Jonas Platte | 2020-02-11 | 1 | -4/+4 | |
| | | ||||||
* | | Merge #3074 | bors[bot] | 2020-02-10 | 1 | -1/+7 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 3074: Or patterns r=matthewjasper a=matthewjasper Works towards #2458 Co-authored-by: Matthew Jasper <[email protected]> | |||||
| * | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -1/+7 | |
| | | | ||||||
* | | | xtask release | Aleksey Kladov | 2020-02-10 | 3 | -2/+48 | |
| | | | ||||||
* | | | More convenient run_with_output | Aleksey Kladov | 2020-02-10 | 3 | -19/+16 | |
| | | | ||||||
* | | | Add note | Aleksey Kladov | 2020-02-10 | 1 | -0/+11 | |
|/ / | ||||||
* / | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -2/+1 | |
|/ | ||||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 2 | -2/+2 | |
| | ||||||
* | Doctest autoimport | Aleksey Kladov | 2020-02-06 | 1 | -9/+33 | |
| | ||||||
* | :arrow_up: rust | Aleksey Kladov | 2020-01-30 | 1 | -1/+1 | |
| | ||||||
* | todo(codegen): added todo to change the reference to removed ra_tools crate | Veetaha | 2020-01-16 | 1 | -0/+1 | |
| | ||||||
* | fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person | Veetaha | 2020-01-15 | 1 | -1/+1 | |
| | ||||||
* | Rename VS Code extension to rust-analyzer | Aleksey Kladov | 2020-01-13 | 1 | -9/+24 | |
| | ||||||
* | Use correct rustfmt for codegen | Aleksey Kladov | 2020-01-10 | 4 | -35/+32 | |
| | | | | closes #1569 | |||||
* | :arrow_up: pico-args | Aleksey Kladov | 2020-01-08 | 1 | -2/+2 | |
| | ||||||
* | Merge #2758 | bors[bot] | 2020-01-07 | 1 | -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 name | leo-lb | 2020-01-07 | 1 | -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 OSes | Aleksey Kladov | 2020-01-07 | 2 | -2/+44 | |
|/ | ||||||
* | Cleanup | Aleksey Kladov | 2020-01-07 | 3 | -7/+7 | |
| | ||||||
* | Move cmd to a separate dir | Aleksey Kladov | 2020-01-07 | 2 | -53/+58 | |
| | ||||||
* | Refactor xtasks | Aleksey Kladov | 2020-01-07 | 5 | -281/+290 | |
| | ||||||
* | Simplify | Aleksey Kladov | 2020-01-07 | 2 | -45/+4 | |
| | | | | help for internal tools does not worth the duplication | |||||
* | Improve const generics parsing | Michael Chesser | 2020-01-06 | 1 | -0/+3 | |
| | | | | | - Handle const generics type args - Fix issue with const generic as first parameter in trait impl | |||||
* | Switch ast declaration from ron to a macro | Aleksey Kladov | 2020-01-03 | 5 | -139/+717 | |
| | ||||||
* | kill unused file | Aleksey Kladov | 2020-01-02 | 1 | -0/+0 | |
| | ||||||
* | Check for `todo!` macros in no_todo | Florian Diebold | 2019-12-26 | 1 | -1/+1 | |
| | ||||||
* | Notify that latest version of VS Code is required | bold | 2019-12-24 | 1 | -1/+1 | |
| | ||||||
* | :arrow_up: Rust | Aleksey Kladov | 2019-12-19 | 1 | -1/+1 | |
| | ||||||
* | Make reformat hook actually reformat files | Aleksey Kladov | 2019-12-18 | 1 | -0/+1 | |
| | ||||||
* | Use rustup toolchain instead of rustup install | Edwin Cheng | 2019-12-08 | 1 | -2/+2 | |
| | ||||||
* | Switch back to npm install | Aleksey Kladov | 2019-12-02 | 1 | -1/+2 | |
| | | | | Locks like it honors package.lock nowdays | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 | |
| | ||||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+1 | |
| | ||||||
* | hir_def is fully doc'ed! | Aleksey Kladov | 2019-11-24 | 1 | -1/+0 | |
| |