aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* internal: cross-crate cov-marksAleksey Kladov2021-06-1211-10/+13
* Merge #9237bors[bot]2021-06-127-520/+417
|\
| * internal: move diagnostics infra to hirAleksey Kladov2021-06-127-520/+417
* | Fix some typos in flyimport docsKirill Bulatov2021-06-121-9/+9
* | Merge #9233bors[bot]2021-06-127-1781/+1821
|\|
| * Move some hir_ty diagnostics to hirAleksey Kladov2021-06-127-1781/+1821
* | Merge #9231bors[bot]2021-06-123-6/+7
|\|
| * minor: optimizeAleksey Kladov2021-06-122-3/+5
| * minor: reduce visibilityAleksey Kladov2021-06-121-3/+2
* | Merge #9230bors[bot]2021-06-127-405/+362
|\|
| * internal: move missing unsafe diagnostic to hirAleksey Kladov2021-06-126-166/+145
| * internal: move inference diagnostics to hirAleksey Kladov2021-06-126-244/+222
* | minor: squelch "unused" warningAleksey Kladov2021-06-121-1/+1
|/
* Merge #9204bors[bot]2021-06-111-3/+32
|\
| * Add support for mallinfo2 on glibc LinuxJonas Schievink2021-06-101-3/+32
* | Merge #9223bors[bot]2021-06-114-10/+64
|\ \
| * | Complete associated types in dyn and impl traitLukas Wirth2021-06-114-10/+64
* | | Highlight tuple field accesses correctlyLukas Wirth2021-06-113-4/+7
|/ /
* | Merge #9219bors[bot]2021-06-112-3/+6
|\ \
| * | Replace some AssocItem::containing_trait calls trait_or_trait_implLukas Wirth2021-06-112-3/+6
* | | Merge #9218bors[bot]2021-06-113-11/+215
|\| |
| * | Item search now respects trait impl itemsLukas Wirth2021-06-113-11/+215
* | | Merge #9217bors[bot]2021-06-1141-676/+815
|\ \ \
| * | | Don't stringify `cfg_attr`-gated attributesJonas Schievink2021-06-111-4/+18
| * | | Update ungrammarJonas Schievink2021-06-1140-672/+797
* | | | Merge #9216bors[bot]2021-06-112-18/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Don't allow lookup by self for unprefixed self access completionsLukas Wirth2021-06-112-18/+21
| |/ /
* | | Merge #9215bors[bot]2021-06-111-2/+9
|\ \ \
| * | | change visibility for use and macro itemsMaan20032021-06-111-2/+9
* | | | Merge #9192bors[bot]2021-06-118-79/+130
|\ \ \ \
| * | | | Try to fix unique file names on WindowsJonas Schievink2021-06-091-4/+7
| * | | | Build test-macros in a build scriptJonas Schievink2021-06-097-75/+123
* | | | | Don't suggest Remove unused param in trait implsMaan20032021-06-111-1/+29
| |/ / / |/| | |
* | | | Only prefill caches in the completion benchmarkKirill Bulatov2021-06-115-5/+21
* | | | Fix visibility issuesKirill Bulatov2021-06-111-5/+5
* | | | Prime caches on workspace loadKirill Bulatov2021-06-112-2/+3
* | | | Populate import maps eagerlyKirill Bulatov2021-06-101-3/+4
* | | | Reduce fst_path callsKirill Bulatov2021-06-101-11/+5
* | | | Add more profiling for flyimportsKirill Bulatov2021-06-106-71/+92
| |_|/ |/| |
* | | Merge #9202bors[bot]2021-06-102-0/+19
|\ \ \
| * | | Make `MemoryUsage` work on WindowsJonas Schievink2021-06-102-0/+19
* | | | Don't classify attributes on macro-calls are the macro itselfLukas Wirth2021-06-092-5/+23
| |_|/ |/| |
* | | Merge #9195bors[bot]2021-06-091-208/+178
|\ \ \ | |/ / |/| |
| * | SimplifyLukas Wirth2021-06-091-208/+178
| |/
* | Remove unnecessary duplicationLukas Wirth2021-06-091-56/+8
* | Implement dummy expansions for builtin attributesLukas Wirth2021-06-0910-11/+176
|/
* Merge #9191bors[bot]2021-06-093-2/+20
|\
| * Don't descend MacroCall TokenTree delimitersLukas Wirth2021-06-093-2/+20
* | Merge #9186bors[bot]2021-06-081-20/+14
|\ \
| * | Prefer attr macros in "expand macro recursively"Jonas Schievink2021-06-081-20/+14