Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | internal: check that coverage marks are always paired | Aleksey Kladov | 2021-06-13 | 2 | -5/+6 | |
* | | | | minor: put a mark back | Aleksey Kladov | 2021-06-13 | 2 | -0/+2 | |
|/ / / | ||||||
* | | | Merge #9242 | bors[bot] | 2021-06-13 | 131 | -395/+366 | |
|\ \ \ | ||||||
| * | | | cargo fmt | Maan2003 | 2021-06-13 | 9 | -61/+38 | |
| * | | | clippy::redundant_field_names | Maan2003 | 2021-06-13 | 6 | -7/+7 | |
| * | | | clippy::manual_str_repeat | Maan2003 | 2021-06-13 | 2 | -3/+3 | |
| * | | | clippy::useless_return | Maan2003 | 2021-06-13 | 10 | -15/+15 | |
| * | | | clippy::redundant_closure | Maan2003 | 2021-06-13 | 12 | -17/+17 | |
| * | | | clippy::clone_on_copy | Maan2003 | 2021-06-13 | 7 | -7/+6 | |
| * | | | clippy::useless_conversion | Maan2003 | 2021-06-13 | 8 | -20/+15 | |
| * | | | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 111 | -280/+280 | |
* | | | | Merge #9240 | bors[bot] | 2021-06-13 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fixed a small typo in comment | fee1-dead | 2021-06-11 | 1 | -1/+1 | |
* | | | | Merge #9239 | bors[bot] | 2021-06-12 | 6 | -55/+184 | |
|\ \ \ \ | ||||||
| * | | | | Fix coercion in match with expected type | Florian Diebold | 2021-06-12 | 6 | -55/+184 | |
* | | | | | internal: cross-crate cov-marks | Aleksey Kladov | 2021-06-12 | 11 | -10/+13 | |
|/ / / / | ||||||
* | | | | Merge #9237 | bors[bot] | 2021-06-12 | 7 | -520/+417 | |
|\ \ \ \ | ||||||
| * | | | | internal: move diagnostics infra to hir | Aleksey Kladov | 2021-06-12 | 7 | -520/+417 | |
* | | | | | Fix some typos in flyimport docs | Kirill Bulatov | 2021-06-12 | 1 | -9/+9 | |
* | | | | | Merge #9233 | bors[bot] | 2021-06-12 | 7 | -1781/+1821 | |
|\| | | | | ||||||
| * | | | | Move some hir_ty diagnostics to hir | Aleksey Kladov | 2021-06-12 | 7 | -1781/+1821 | |
* | | | | | Merge #9231 | bors[bot] | 2021-06-12 | 3 | -6/+7 | |
|\| | | | | ||||||
| * | | | | minor: optimize | Aleksey Kladov | 2021-06-12 | 2 | -3/+5 | |
| * | | | | minor: reduce visibility | Aleksey Kladov | 2021-06-12 | 1 | -3/+2 | |
* | | | | | Merge #9230 | bors[bot] | 2021-06-12 | 7 | -405/+362 | |
|\| | | | | ||||||
| * | | | | internal: move missing unsafe diagnostic to hir | Aleksey Kladov | 2021-06-12 | 6 | -166/+145 | |
| * | | | | internal: move inference diagnostics to hir | Aleksey Kladov | 2021-06-12 | 6 | -244/+222 | |
* | | | | | minor: squelch "unused" warning | Aleksey Kladov | 2021-06-12 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge #9204 | bors[bot] | 2021-06-11 | 1 | -3/+32 | |
|\ \ \ \ | ||||||
| * | | | | Add support for mallinfo2 on glibc Linux | Jonas Schievink | 2021-06-10 | 1 | -3/+32 | |
* | | | | | Merge #9223 | bors[bot] | 2021-06-11 | 4 | -10/+64 | |
|\ \ \ \ \ | ||||||
| * | | | | | Complete associated types in dyn and impl trait | Lukas Wirth | 2021-06-11 | 4 | -10/+64 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | Highlight tuple field accesses correctly | Lukas Wirth | 2021-06-11 | 3 | -4/+7 | |
|/ / / / | ||||||
* | | | | Merge #9219 | bors[bot] | 2021-06-11 | 2 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | Replace some AssocItem::containing_trait calls trait_or_trait_impl | Lukas Wirth | 2021-06-11 | 2 | -3/+6 | |
* | | | | | Merge #9218 | bors[bot] | 2021-06-11 | 3 | -11/+215 | |
|\| | | | | ||||||
| * | | | | Item search now respects trait impl items | Lukas Wirth | 2021-06-11 | 3 | -11/+215 | |
* | | | | | Merge #9217 | bors[bot] | 2021-06-11 | 41 | -676/+815 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't stringify `cfg_attr`-gated attributes | Jonas Schievink | 2021-06-11 | 1 | -4/+18 | |
| * | | | | | Update ungrammar | Jonas Schievink | 2021-06-11 | 40 | -672/+797 | |
* | | | | | | Merge #9216 | bors[bot] | 2021-06-11 | 2 | -18/+21 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Don't allow lookup by self for unprefixed self access completions | Lukas Wirth | 2021-06-11 | 2 | -18/+21 | |
| |/ / / / | ||||||
* | | | | | Merge #9215 | bors[bot] | 2021-06-11 | 1 | -2/+9 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | change visibility for use and macro items | Maan2003 | 2021-06-11 | 1 | -2/+9 | |
* | | | | | Merge #9192 | bors[bot] | 2021-06-11 | 8 | -79/+130 | |
|\ \ \ \ \ | ||||||
| * | | | | | Try to fix unique file names on Windows | Jonas Schievink | 2021-06-09 | 1 | -4/+7 | |
| * | | | | | Build test-macros in a build script | Jonas Schievink | 2021-06-09 | 7 | -75/+123 | |
* | | | | | | Don't suggest Remove unused param in trait impls | Maan2003 | 2021-06-11 | 1 | -1/+29 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Only prefill caches in the completion benchmark | Kirill Bulatov | 2021-06-11 | 5 | -5/+21 | |
* | | | | | Fix visibility issues | Kirill Bulatov | 2021-06-11 | 1 | -5/+5 |