Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Already implemented fn will no longer be suggested for trait implementations. | Kevin DeLorey | 2020-01-29 | 2 | -17/+131 |
* | Renamed the trait completion mod. | Kevin DeLorey | 2020-01-23 | 2 | -3/+3 |
* | Added basic support for completing `fn` for trait impl. | Kevin DeLorey | 2020-01-23 | 3 | -0/+116 |
* | Merge #2896 | bors[bot] | 2020-01-22 | 3 | -41/+41 |
|\ | |||||
| * | Update crates | kjeremy | 2020-01-22 | 3 | -41/+41 |
|/ | |||||
* | Merge #2894 | bors[bot] | 2020-01-22 | 3 | -3/+20 |
|\ | |||||
| * | Omit default parameters for reference types | Kirill Bulatov | 2020-01-22 | 3 | -3/+20 |
|/ | |||||
* | Merge #2891 | bors[bot] | 2020-01-22 | 2 | -29/+24 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Don't fail fast on CI | Aleksey Kladov | 2020-01-22 | 1 | -0/+1 |
* | Merge #2893 | bors[bot] | 2020-01-22 | 1 | -0/+535 |
|\ | |||||
| * | Add syntax guide | Aleksey Kladov | 2020-01-22 | 1 | -0/+535 |
|/ | |||||
* | Merge #2884 | bors[bot] | 2020-01-21 | 2 | -12/+12 |
|\ | |||||
| * | vscode-languageclient 6.0.1 | Jeremy Kolb | 2020-01-21 | 2 | -12/+12 |
|/ | |||||
* | 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 | 15 | -86/+181 |
| |\ | |||||
| * | | 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 |
* | | | Merge #2878 | bors[bot] | 2020-01-19 | 1 | -4/+52 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix a corner case when printing unaccounted time | Michal Terepeta | 2020-01-19 | 1 | -4/+52 |
|/ / | |||||
* | | Merge #2875 | bors[bot] | 2020-01-18 | 3 | -23/+38 |
|\ \ | |||||
| * | | Improve parameter hints a bit & add emacs support | Florian Diebold | 2020-01-18 | 3 | -23/+38 |
|/ / | |||||
* | | Merge #2870 | bors[bot] | 2020-01-17 | 3 | -5/+35 |
|\ \ | |||||
| * | | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 3 | -5/+35 |
|/ / | |||||
* | | Merge #2867 | bors[bot] | 2020-01-17 | 4 | -55/+59 |
|\ \ | |||||
| * | | 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 | 3 | -2/+3 |
|\ \ \ | |||||
| * | | | 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 |
| * | | | fix(ra_parser.typo): amend 'format language' to 'formal language' | Veetaha | 2020-01-15 | 1 | -1/+1 |
* | | | | Merge #2864 | bors[bot] | 2020-01-16 | 1 | -12/+12 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Crates up | kjeremy | 2020-01-16 | 1 | -12/+12 |
|/ / / | |||||
* | | | Merge #2863 | bors[bot] | 2020-01-16 | 9 | -190/+88 |
|\ \ \ | |||||
| * | | | 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 |