aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #4857bors[bot]2020-06-121-1/+14
|\ \
| * | simplify determining whether the field is a tuple fieldOptimalStrategy2020-06-121-5/+1
| * | Fix invalid shorthand initialization diagnostic for tuple structsOptimalStrategy2020-06-121-1/+18
* | | Merge #4855bors[bot]2020-06-122-141/+141
|\ \ \
| * | | Apply codegen with idiomatic lifetimesVeetaha2020-06-112-141/+141
| |/ /
* | | Merge #4856bors[bot]2020-06-121-5/+5
|\ \ \
| * | | SimplifyVeetaha2020-06-121-5/+5
| |/ /
* / / find_path: return shorter paths for external itemsJonas Schievink2020-06-122-21/+77
|/ /
* | Merge #4833bors[bot]2020-06-1113-290/+842
|\ \
| * | Add example of old trait object syntaxMatthew Jasper2020-06-113-1/+39
| * | Move complex inline test to own fileMatthew Jasper2020-06-117-372/+670
| * | Separating parsing of `for` in predicates and typesMatthew Jasper2020-06-1011-290/+506
* | | Merge #4849bors[bot]2020-06-117-73/+65
|\ \ \
| * | | Update wrap return testsJonas Schievink2020-06-111-29/+17
| * | | Make known paths use `core` instead of `std`Jonas Schievink2020-06-117-48/+52
* | | | Merge #4850bors[bot]2020-06-111-6/+32
|\ \ \ \
| * | | | Indent chain `.` even if there's more stuff afterwardsAleksey Kladov2020-06-111-6/+32
| |/ / /
* / / / Remove dead codeAleksey Kladov2020-06-114-29/+3
|/ / /
* | | Merge #4843bors[bot]2020-06-1116-77/+115
|\ \ \
| * | | Don't guess macro expansion crateAleksey Kladov2020-06-119-62/+89
| * | | Make relevant_crates return a SetAleksey Kladov2020-06-1110-24/+35
* | | | Merge #4819bors[bot]2020-06-116-44/+534
|\ \ \ \ | |/ / / |/| | |
| * | | Add symbol index FIXMEJonas Schievink2020-06-111-0/+3
| * | | ImportMap: use IndexMap internallyJonas Schievink2020-06-102-9/+13
| * | | Respect casing when searching for importsJonas Schievink2020-06-103-6/+81
| * | | Move limit check downJonas Schievink2020-06-101-1/+1
| * | | Limit import map queriesJonas Schievink2020-06-102-7/+51
| * | | Clean up import_map.rsJonas Schievink2020-06-102-32/+20
| * | | Add test for macro generated itemsJonas Schievink2020-06-101-0/+31
| * | | ImportsLocator: use ImportMap for non-local cratesJonas Schievink2020-06-102-23/+70
| * | | ra_hir: expose `import_map::search_dependencies`Jonas Schievink2020-06-101-0/+14
| * | | symbol_index: allow querying a single crateJonas Schievink2020-06-101-9/+34
| * | | Add an FST index to `ImportMap`Jonas Schievink2020-06-103-3/+259
| * | | Fix the symbol query limitJonas Schievink2020-06-101-3/+4
| * | | Profile `world_symbols`Jonas Schievink2020-06-101-0/+2
* | | | Merge #4834bors[bot]2020-06-103-16/+23
|\ \ \ \ | |/ / / |/| | |
| * | | In field patterns, don't highlight local binding as a fieldAleksey Kladov2020-06-103-16/+23
| |/ /
* / / Reduce OUT_DIR special casingAleksey Kladov2020-06-103-50/+43
|/ /
* | Merge #4822bors[bot]2020-06-102-5/+25
|\ \
| * | checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser2020-06-101-9/+2
| * | Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser2020-06-101-1/+5
| * | Added the rust-analyzer.checkOnSave.features option.Clemens Wasser2020-06-101-1/+4
| * | flycheck now uses the configured featuresClemens Wasser2020-06-092-4/+24
* | | Merge #4824bors[bot]2020-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | Correct "debug_assertion" to "debug_assertions" to match the cfgAaron Wood2020-06-101-1/+1
* | | Correctly parse <_> paths in patternsAleksey Kladov2020-06-094-39/+80
* | | Minor, use `T!`Aleksey Kladov2020-06-092-2/+2
* | | Merge #4813bors[bot]2020-06-092-9/+5
|\ \ \
| * | | SimplifyAleksey Kladov2020-06-092-9/+5
| |/ /
* | | Merge #4812bors[bot]2020-06-093-7/+45
|\ \ \