aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-1533-269/+315
* Merge #6886bors[bot]2020-12-154-84/+163
|\
| * Remove obsolete commentEdwin Cheng2020-12-151-1/+0
| * Add regression testEdwin Cheng2020-12-151-0/+24
| * Expand statements for mbe in loweringEdwin Cheng2020-12-153-83/+139
* | Merge #6888bors[bot]2020-12-151-62/+67
|\ \
| * | Use standard test styleAleksey Kladov2020-12-151-62/+67
* | | Merge #6889bors[bot]2020-12-152-0/+17
|\ \ \
| * | | Resolve `macro-error` diagnostics on asm & llvm_asmlf-2020-12-152-0/+17
* | | | Merge #6875bors[bot]2020-12-152-0/+130
|\ \ \ \ | |/ / / |/| | |
| * | | Add find usages for enum constructorsDaiki Ihara2020-12-142-0/+130
| | |/ | |/|
* | | Merge #6874bors[bot]2020-12-142-0/+11
|\ \ \
| * | | Implement `module_path!()`Jonas Schievink2020-12-142-0/+11
| | |/ | |/|
* | | Merge #6862bors[bot]2020-12-148-39/+131
|\ \ \ | |/ / |/| |
| * | Add LifetimeParam resolving to SemanticsLukas Wirth2020-12-148-39/+131
| |/
* | Merge #6817bors[bot]2020-12-142-39/+28
|\ \ | |/ |/|
| * Replace goblin crate with objectLaurențiu Nicola2020-12-132-39/+28
* | Add test for #6852Florian Diebold2020-12-131-0/+37
* | Change recommendation when source can't be loaded from sysrootFlorian Diebold2020-12-131-1/+1
* | Merge #6852bors[bot]2020-12-133-3/+17
|\ \
| * | Ignore lifetime params in substitutionsLukas Wirth2020-12-133-3/+17
* | | Merge #6845bors[bot]2020-12-122-1/+34
|\ \ \ | |/ / |/| |
| * | Don't HirDisplay unknown types when displaying for sourceLukas Wirth2020-12-122-1/+34
* | | Remove some redundant allocationsJeremy Kolb2020-12-129-9/+8
* | | Merge #6818bors[bot]2020-12-1216-96/+249
|\ \ \
| * | | Add Lifetimes to the HIRLukas Wirth2020-12-1116-96/+249
| | |/ | |/|
* | | Added remove this semicolon testivan7702020-12-121-0/+10
* | | Merge #6839bors[bot]2020-12-122-4/+74
|\ \ \
| * | | Infer labeled blocksLukas Wirth2020-12-112-4/+74
| | |/ | |/|
* | | Merge #6813bors[bot]2020-12-112-6/+39
|\ \ \
| * | | Add missing arg for eat_charEdwin Cheng2020-12-111-3/+3
| * | | negative sign matching in mbe matching for literalEdwin Cheng2020-12-112-6/+39
| | |/ | |/|
* | | Use Attrs::docs in NavigationTarget instead of DocCommentsOwnerLukas Wirth2020-12-112-25/+29
| |/ |/|
* | Merge #6834bors[bot]2020-12-112-12/+12
|\ \
| * | Use Attrs::docs in runnables instead of DocCommentsOwnerLukas Wirth2020-12-112-12/+12
* | | Add upstream commit to builtin_attr.rsJonas Schievink2020-12-111-0/+2
* | | Merge #6819bors[bot]2020-12-112-0/+429
|\ \ \
| * | | Add builtin attributes for use in nameresJonas Schievink2020-12-112-0/+429
* | | | Move print_memory_usage to cli.rsJonas Schievink2020-12-114-32/+26
* | | | Avoid panic when collecting memory metricsJonas Schievink2020-12-111-1/+2
* | | | Don't highlight parent nodes of comments on hoverLukas Wirth2020-12-111-0/+16
| |/ / |/| |
* | | Improve code structureAleksey Kladov2020-12-112-25/+23
|/ /
* / Use natural trait ordering in derive completionAleksey Kladov2020-12-111-17/+18
|/
* Merge #6807bors[bot]2020-12-102-0/+40
|\
| * Use itertoolsJonas Schievink2020-12-102-3/+4
| * Replicate Cargo environment variablesJonas Schievink2020-12-101-0/+39
* | Merge #6804bors[bot]2020-12-101-3/+9
|\ \ | |/ |/|
| * Use decimal notationJonas Schievink2020-12-101-1/+1
| * Double the macro token limitJonas Schievink2020-12-101-1/+1
| * Improve macro limit error and move to constJonas Schievink2020-12-101-3/+9