Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| |\ | ||||||
| * | | fix 'add_explicit_type' assist range | TomasKralCZ | 2020-01-19 | 1 | -1/+26 | |
| * | | fix typo in 'inline_local_variable' | TomasKralCZ | 2020-01-19 | 2 | -26/+26 | |
* | | | Fix a corner case when printing unaccounted time | Michal Terepeta | 2020-01-19 | 1 | -4/+52 | |
| |/ |/| | ||||||
* | | Improve parameter hints a bit & add emacs support | Florian Diebold | 2020-01-18 | 2 | -17/+25 | |
* | | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 3 | -5/+35 | |
* | | Nest attrs into exprs in function args | Aleksey Kladov | 2020-01-17 | 3 | -32/+23 | |
* | | Extract expr_with_attrs | Aleksey Kladov | 2020-01-17 | 3 | -23/+36 | |
* | | Merge pull request #2813 from jyn514/arg_attributes | Aleksey Kladov | 2020-01-17 | 3 | -0/+45 | |
|\ \ | ||||||
| * | | move inline function closer to relevant code | Joshua Nelson | 2020-01-17 | 5 | -119/+44 | |
| * | | shrink inline tes | Joshua Nelson | 2020-01-16 | 1 | -9/+3 | |
| * | | Allow attributes before function arguments | Joshua Nelson | 2020-01-12 | 3 | -0/+126 | |
* | | | Merge #2865 | bors[bot] | 2020-01-17 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | fix(ra_parser.typo): amend 'format language' to 'formal language' | Veetaha | 2020-01-15 | 1 | -1/+1 | |
* | | | Minimize test | Aleksey Kladov | 2020-01-16 | 7 | -129/+51 | |
* | | | Simplify array parsing | Aleksey Kladov | 2020-01-16 | 3 | -68/+44 | |
* | | | Merge #2862 | bors[bot] | 2020-01-16 | 16 | -430/+306 | |
|\ \ \ | ||||||
| * | | | Fix comment | Aleksey Kladov | 2020-01-16 | 1 | -3/+1 | |
| * | | | Remove dead code | Aleksey Kladov | 2020-01-16 | 1 | -34/+2 | |
| * | | | Correctly discover module containers | Aleksey Kladov | 2020-01-16 | 1 | -11/+15 | |
| * | | | Create modules via SourceBinder | Aleksey Kladov | 2020-01-16 | 10 | -112/+65 | |
| * | | | Move module to SourceBinder | Aleksey Kladov | 2020-01-16 | 5 | -55/+69 | |
| * | | | Cache source for generics | Aleksey Kladov | 2020-01-16 | 1 | -1/+20 | |
| * | | | Move more stuff to SourceBinder | Aleksey Kladov | 2020-01-16 | 3 | -66/+70 | |
| * | | | More natural trait setup | Aleksey Kladov | 2020-01-16 | 4 | -27/+49 | |
| * | | | Removed FromSource | Aleksey Kladov | 2020-01-16 | 1 | -165/+16 | |
| * | | | Make FromSource private | Aleksey Kladov | 2020-01-16 | 8 | -41/+84 | |
* | | | | Merge #2827 | bors[bot] | 2020-01-16 | 5 | -36/+60 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix formating | Edwin Cheng | 2020-01-16 | 1 | -1/+1 | |
| * | | | Fix array element attribute position | Edwin Cheng | 2020-01-16 | 5 | -36/+60 | |
* | | | | Micro-optimize type hints to avoid allocations | Aleksey Kladov | 2020-01-16 | 1 | -39/+38 | |
* | | | | Minimize visibility | Aleksey Kladov | 2020-01-16 | 3 | -6/+12 | |
* | | | | Merge #2837 | bors[bot] | 2020-01-15 | 11 | -171/+4303 | |
|\ \ \ \ | ||||||
| * | | | | Typos | Aleksey Kladov | 2020-01-15 | 2 | -2/+2 |