Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #6889 | bors[bot] | 2020-12-15 | 2 | -0/+17 | |
|\ \ \ \ | ||||||
| * | | | | Resolve `macro-error` diagnostics on asm & llvm_asm | lf- | 2020-12-15 | 2 | -0/+17 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #6875 | bors[bot] | 2020-12-15 | 2 | -0/+130 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add find usages for enum constructors | Daiki Ihara | 2020-12-14 | 2 | -0/+130 | |
| | |/ | |/| | ||||||
* | | | Merge #6874 | bors[bot] | 2020-12-14 | 2 | -0/+11 | |
|\ \ \ | ||||||
| * | | | Implement `module_path!()` | Jonas Schievink | 2020-12-14 | 2 | -0/+11 | |
| | |/ | |/| | ||||||
* | | | Merge #6862 | bors[bot] | 2020-12-14 | 8 | -39/+131 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add LifetimeParam resolving to Semantics | Lukas Wirth | 2020-12-14 | 8 | -39/+131 | |
| |/ | ||||||
* | | Merge #6817 | bors[bot] | 2020-12-14 | 2 | -39/+28 | |
|\ \ | |/ |/| | ||||||
| * | Replace goblin crate with object | Laurențiu Nicola | 2020-12-13 | 2 | -39/+28 | |
* | | Add test for #6852 | Florian Diebold | 2020-12-13 | 1 | -0/+37 | |
* | | Change recommendation when source can't be loaded from sysroot | Florian Diebold | 2020-12-13 | 1 | -1/+1 | |
* | | Merge #6852 | bors[bot] | 2020-12-13 | 3 | -3/+17 | |
|\ \ | ||||||
| * | | Ignore lifetime params in substitutions | Lukas Wirth | 2020-12-13 | 3 | -3/+17 | |
* | | | Merge #6845 | bors[bot] | 2020-12-12 | 2 | -1/+34 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Don't HirDisplay unknown types when displaying for source | Lukas Wirth | 2020-12-12 | 2 | -1/+34 | |
* | | | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 9 | -9/+8 | |
* | | | Merge #6818 | bors[bot] | 2020-12-12 | 16 | -96/+249 | |
|\ \ \ | ||||||
| * | | | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 16 | -96/+249 | |
| | |/ | |/| | ||||||
* | | | Added remove this semicolon test | ivan770 | 2020-12-12 | 1 | -0/+10 | |
* | | | Merge #6839 | bors[bot] | 2020-12-12 | 2 | -4/+74 | |
|\ \ \ | ||||||
| * | | | Infer labeled blocks | Lukas Wirth | 2020-12-11 | 2 | -4/+74 | |
| | |/ | |/| | ||||||
* | | | Merge #6813 | bors[bot] | 2020-12-11 | 2 | -6/+39 | |
|\ \ \ | ||||||
| * | | | Add missing arg for eat_char | Edwin Cheng | 2020-12-11 | 1 | -3/+3 | |
| * | | | negative sign matching in mbe matching for literal | Edwin Cheng | 2020-12-11 | 2 | -6/+39 | |
| | |/ | |/| | ||||||
* | | | Use Attrs::docs in NavigationTarget instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 2 | -25/+29 | |
| |/ |/| | ||||||
* | | Merge #6834 | bors[bot] | 2020-12-11 | 2 | -12/+12 | |
|\ \ | ||||||
| * | | Use Attrs::docs in runnables instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 2 | -12/+12 | |
* | | | Add upstream commit to builtin_attr.rs | Jonas Schievink | 2020-12-11 | 1 | -0/+2 | |
* | | | Merge #6819 | bors[bot] | 2020-12-11 | 2 | -0/+429 | |
|\ \ \ | ||||||
| * | | | Add builtin attributes for use in nameres | Jonas Schievink | 2020-12-11 | 2 | -0/+429 | |
* | | | | Move print_memory_usage to cli.rs | Jonas Schievink | 2020-12-11 | 4 | -32/+26 | |
* | | | | Avoid panic when collecting memory metrics | Jonas Schievink | 2020-12-11 | 1 | -1/+2 | |
* | | | | Don't highlight parent nodes of comments on hover | Lukas Wirth | 2020-12-11 | 1 | -0/+16 | |
| |/ / |/| | | ||||||
* | | | Improve code structure | Aleksey Kladov | 2020-12-11 | 2 | -25/+23 | |
|/ / | ||||||
* / | Use natural trait ordering in derive completion | Aleksey Kladov | 2020-12-11 | 1 | -17/+18 | |
|/ | ||||||
* | Merge #6807 | bors[bot] | 2020-12-10 | 2 | -0/+40 | |
|\ | ||||||
| * | Use itertools | Jonas Schievink | 2020-12-10 | 2 | -3/+4 | |
| * | Replicate Cargo environment variables | Jonas Schievink | 2020-12-10 | 1 | -0/+39 | |
* | | Merge #6804 | bors[bot] | 2020-12-10 | 1 | -3/+9 | |
|\ \ | |/ |/| | ||||||
| * | Use decimal notation | Jonas Schievink | 2020-12-10 | 1 | -1/+1 | |
| * | Double the macro token limit | Jonas Schievink | 2020-12-10 | 1 | -1/+1 | |
| * | Improve macro limit error and move to const | Jonas Schievink | 2020-12-10 | 1 | -3/+9 | |
* | | Merge #6805 | bors[bot] | 2020-12-10 | 1 | -8/+14 | |
|\ \ | ||||||
| * | | Fix accidently quadratic syntax rewriter | Aleksey Kladov | 2020-12-10 | 1 | -8/+14 | |
* | | | Merge #6769 | bors[bot] | 2020-12-10 | 5 | -5/+86 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 2 | -10/+9 | |
| * | | Apply rustfmt changes | ivan770 | 2020-12-09 | 1 | -9/+8 | |
| * | | Apply suggestions from code review | ivan770 | 2020-12-09 | 1 | -17/+20 | |
| * | | Format code | ivan770 | 2020-12-08 | 3 | -8/+24 |