Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Apply `#[cfg]`s when computing function signatures | Jonas Schievink | 2021-03-17 | 2 | -4/+17 | |
* | | | Add test for `#[cfg]` on function params | Jonas Schievink | 2021-03-17 | 1 | -0/+13 | |
* | | | ItemTree: lower attributes on fn parameters | Jonas Schievink | 2021-03-17 | 3 | -23/+54 | |
* | | | Correctly parse attributes on fn parameters | Jonas Schievink | 2021-03-17 | 3 | -56/+71 | |
* | | | Check whether cursor is on and not between intra doc links in goto_definition | Lukas Wirth | 2021-03-17 | 1 | -8/+14 | |
|/ / | ||||||
* | | Merge #8065 | bors[bot] | 2021-03-17 | 10 | -140/+235 | |
|\ \ | ||||||
| * | | Fix incorrect newline emission in Attrs::docs | Lukas Wirth | 2021-03-17 | 4 | -62/+80 | |
| * | | Better handling of block doc comments | Lukas Wirth | 2021-03-17 | 8 | -81/+158 | |
* | | | Handle `#[cfg]` on call arguments | Jonas Schievink | 2021-03-17 | 2 | -11/+39 | |
|/ / | ||||||
* | | Merge #8059 | bors[bot] | 2021-03-17 | 10 | -27/+205 | |
|\ \ | |/ |/| | ||||||
| * | Remove quadratic attr source lookup | Lukas Wirth | 2021-03-17 | 2 | -1/+27 | |
| * | Properly handle doc attributes in doc-comment highlight injection | Lukas Wirth | 2021-03-16 | 5 | -8/+84 | |
| * | Fix attribute index assignment in cfg_attr resolution | Lukas Wirth | 2021-03-16 | 1 | -5/+7 | |
| * | Replace trait object boxing with extra AttrsOwnerNode | Lukas Wirth | 2021-03-16 | 2 | -20/+49 | |
| * | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | 2021-03-16 | 6 | -18/+63 | |
* | | Merge #8063 | bors[bot] | 2021-03-17 | 40 | -122/+97 | |
|\ \ | ||||||
| * | | use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp... | Matthias Krüger | 2021-03-17 | 2 | -24/+14 | |
| * | | remove uselessly wrapped ?s. (clippy::meedless_question_mark | Matthias Krüger | 2021-03-17 | 3 | -4/+4 | |
| * | | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 12 | -28/+18 | |
| * | | use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unneces... | Matthias Krüger | 2021-03-17 | 1 | -6/+6 | |
| * | | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 24 | -61/+56 | |
* | | | Merge #8048 | bors[bot] | 2021-03-17 | 8 | -47/+80 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Follow established ErrorEmitted pattern | Brandon | 2021-03-17 | 3 | -17/+14 | |
| * | | Fix missing unresolved macro diagnostic in function body | Brandon | 2021-03-16 | 7 | -39/+75 | |
* | | | pit-of-successify tree editor | Aleksey Kladov | 2021-03-16 | 2 | -14/+17 | |
* | | | Auto-magical whitespace | Aleksey Kladov | 2021-03-16 | 2 | -23/+58 | |
* | | | Move more bounds | Aleksey Kladov | 2021-03-16 | 2 | -36/+54 | |
* | | | Rename Substs -> Substitution | Florian Diebold | 2021-03-16 | 17 | -155/+167 | |
* | | | Merge #8055 | bors[bot] | 2021-03-16 | 2 | -16/+32 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Implement HirDisplay for some more types | Lukas Wirth | 2021-03-16 | 2 | -16/+32 | |
* | | | Merge #8053 | bors[bot] | 2021-03-16 | 3 | -145/+16 | |
|\ \ \ | ||||||
| * | | | Remove ShortLabel | Lukas Wirth | 2021-03-16 | 3 | -145/+16 | |
| |/ / | ||||||
* | | | Merge #8034 | bors[bot] | 2021-03-16 | 6 | -8/+94 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Don't repeat work in transitive_reverse_dependencies | Lukas Wirth | 2021-03-16 | 1 | -11/+10 | |
| * | | Add new_source_root meta to test fixtures | Lukas Wirth | 2021-03-16 | 3 | -7/+28 | |
| * | | Implement Crate::transitive_reverse_dependencies | Lukas Wirth | 2021-03-15 | 4 | -5/+71 | |
* | | | Merge #8052 | bors[bot] | 2021-03-16 | 1 | -27/+21 | |
|\ \ \ | ||||||
| * | | | minor style fixes per feedback on #8036 | Josh Mcguigan | 2021-03-16 | 1 | -27/+21 | |
* | | | | Merge #8051 | bors[bot] | 2021-03-16 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix more unused wariable warnings | Laurențiu Nicola | 2021-03-16 | 1 | -3/+3 | |
* | | | | Merge #7498 | bors[bot] | 2021-03-16 | 40 | -171/+373 | |
|\ \ \ \ | ||||||
| * | | | | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 40 | -171/+373 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge #7900 #8000 | bors[bot] | 2021-03-16 | 21 | -212/+1058 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | Update tests | oxalica | 2021-03-15 | 1 | -28/+57 | |
| | * | | | | Pretty print root module of extern crates | oxalica | 2021-03-15 | 1 | -0/+4 | |
| | * | | | | Clean usage of ShortLabel | oxalica | 2021-03-15 | 2 | -7/+8 | |
| | * | | | | Fix trait type parameter | oxalica | 2021-03-15 | 1 | -1/+7 | |
| | * | | | | Use hir formatter more | oxalica | 2021-03-15 | 8 | -53/+258 | |
| | * | | | | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 5 | -14/+461 | |
| | * | | | | Introduce FunctionQualifier for hir::FunctionData | oxalica | 2021-03-15 | 6 | -17/+45 |