Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complain loudly if the main loop is blocked | Aleksey Kladov | 2020-01-29 | 1 | -1/+21 |
* | More uniform naming | Aleksey Kladov | 2020-01-29 | 1 | -7/+7 |
* | Don't compute diagnostics on the main thread | Aleksey Kladov | 2020-01-29 | 1 | -28/+28 |
* | Merge #2917 | bors[bot] | 2020-01-28 | 3 | -14/+88 |
|\ | |||||
| * | Add the tests | Kirill Bulatov | 2020-01-28 | 2 | -0/+42 |
| * | Apply the proposed refactoring | Kirill Bulatov | 2020-01-28 | 1 | -38/+43 |
| * | Prefer imports starting with std | Kirill Bulatov | 2020-01-27 | 2 | -6/+33 |
* | | Publicize debug printing of CrateDefMap | Aleksey Kladov | 2020-01-28 | 2 | -41/+42 |
* | | Standard formatting for array types | Aleksey Kladov | 2020-01-28 | 5 | -89/+89 |
* | | Merge #2924 | bors[bot] | 2020-01-28 | 1 | -2/+4 |
|\ \ | |||||
| * | | Modify ordering of drops in check watcher to only ever have one cargo | Emil Lauridsen | 2020-01-28 | 1 | -2/+4 |
* | | | Don't do check progress update for fresh crates | Emil Lauridsen | 2020-01-28 | 1 | -0/+8 |
|/ / | |||||
* / | Buffer reads from cargo check's stdout | Laurențiu Nicola | 2020-01-27 | 1 | -1/+4 |
|/ | |||||
* | Merge #2810 | bors[bot] | 2020-01-27 | 1 | -27/+111 |
|\ | |||||
| * | Improves reference search by StructLiteral | Mikhail Modin | 2020-01-27 | 1 | -27/+111 |
* | | Tweak Chalk settings | Florian Diebold | 2020-01-27 | 1 | -2/+1 |
* | | Ignore failing impl Trait tests | Florian Diebold | 2020-01-27 | 1 | -0/+2 |
* | | Upgrade Chalk | Florian Diebold | 2020-01-27 | 3 | -61/+71 |
|/ | |||||
* | Merge #2883 | bors[bot] | 2020-01-27 | 4 | -111/+208 |
|\ | |||||
| * | Implement Syntax Highlight inside Macro | Edwin Cheng | 2020-01-20 | 4 | -111/+208 |
* | | Merge #2887 | bors[bot] | 2020-01-27 | 9 | -18/+491 |
|\ \ | |||||
| * | | Code review fixes | Kirill Bulatov | 2020-01-27 | 4 | -11/+11 |
| * | | Enforce alphabetical import sorting | Kirill Bulatov | 2020-01-26 | 1 | -2/+3 |
| * | | Adjust the tests | Kirill Bulatov | 2020-01-26 | 3 | -61/+150 |
| * | | Have a better trait interface | Kirill Bulatov | 2020-01-26 | 4 | -64/+45 |
| * | | Raise the import search query cap | Kirill Bulatov | 2020-01-26 | 1 | -2/+3 |
| * | | Remove unnecessary lifetime parameter | Kirill Bulatov | 2020-01-26 | 3 | -9/+9 |
| * | | Initial auto import action implementation | Kirill Bulatov | 2020-01-26 | 9 | -19/+420 |
* | | | Move snaps to new naming scheme | Jeremy Kolb | 2020-01-26 | 7 | -0/+0 |
* | | | Update crates | Jeremy Kolb | 2020-01-26 | 4 | -4/+4 |
|/ / | |||||
* | | Merge #2906 | bors[bot] | 2020-01-26 | 2 | -5/+25 |
|\ \ | |||||
| * | | Bump main thread priority on windows | Aleksey Kladov | 2020-01-26 | 2 | -0/+22 |
| * | | Use default threadpool size | Aleksey Kladov | 2020-01-25 | 1 | -5/+3 |
* | | | fixed inline_local_variable bug | Tomáš | 2020-01-25 | 1 | -0/+15 |
|/ / | |||||
* | | Merge #2899 | bors[bot] | 2020-01-25 | 1 | -1/+15 |
|\ \ | |||||
| * | | Provide more runners for potential tests | Kirill Bulatov | 2020-01-23 | 1 | -1/+15 |
* | | | Add print_time helper | Aleksey Kladov | 2020-01-25 | 1 | -0/+15 |
* | | | Disable env_logger humantime feature | Aleksey Kladov | 2020-01-25 | 2 | -2/+2 |
* | | | Cancel requests during shutdown | Aleksey Kladov | 2020-01-24 | 3 | -5/+10 |
* | | | Remove RWLock from check watcher. | Emil Lauridsen | 2020-01-23 | 5 | -18/+16 |
|/ / | |||||
* | | Update crates | kjeremy | 2020-01-22 | 2 | -2/+2 |
* | | Omit default parameters for reference types | Kirill Bulatov | 2020-01-22 | 3 | -3/+20 |
* | | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 |
* | | Fixed a typo | Veetaha | 2020-01-22 | 1 | -1/+1 |
* | | Preserved a comment on the bug previously present in ast::Literal::kind() | Veetaha | 2020-01-22 | 1 | -0/+5 |
* | | ra_syntax: remove code duplication and token reevaluation from ast::Literal::... | Veetaha | 2020-01-22 | 2 | -32/+22 |
* | | Merge #2877 | bors[bot] | 2020-01-20 | 4 | -27/+55 |
|\ \ | |/ |/| | |||||
| * | changed 'descendants()' to 'children()' | TomasKralCZ | 2020-01-20 | 1 | -4/+1 |
| * | added eq_token() method to LetStmt | TomasKralCZ | 2020-01-19 | 2 | -2/+8 |
| * | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer | TomasKralCZ | 2020-01-19 | 11 | -67/+154 |
| |\ |