Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add print_time helper | Aleksey Kladov | 2020-01-25 | 1 | -0/+15 | |
| * | | | | Disable env_logger humantime feature | Aleksey Kladov | 2020-01-25 | 3 | -12/+2 | |
|/ / / / | ||||||
* | | | | Merge #2901 | bors[bot] | 2020-01-24 | 3 | -5/+10 | |
|\ \ \ \ | ||||||
| * | | | | Cancel requests during shutdown | Aleksey Kladov | 2020-01-24 | 3 | -5/+10 | |
|/ / / / | ||||||
* | | | | Merge #2898 | bors[bot] | 2020-01-23 | 5 | -18/+16 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove RWLock from check watcher. | Emil Lauridsen | 2020-01-23 | 5 | -18/+16 | |
|/ / / | ||||||
* | | | 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 |