about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-05-23fix: Fix completions not working after attributesLukas Wirth-11/+11
2022-05-23minor: Simplify syntax-highlighting macro checksLukas Wirth-93/+87
2022-05-23Auto merge of #12357 - Veykril:find-ref-macro, r=Veykrilbors-9/+16
2022-05-23fix: When hovering macro inputs, don't show everything that was downmappedLukas Wirth-1/+1
2022-05-23fix: When reference searching macro inputs, don't search everything that was ...Lukas Wirth-8/+15
2022-05-23Auto merge of #12355 - ruabmbua:fix-inference-pattern-wildcards, r=flodieboldbors-8/+41
2022-05-23Fix inference when pattern matching a tuple field with a wildcard.Roland Ruckerbauer-8/+41
2022-05-23Keep the other `is` in `reload.rs` docsDQ-1/+1
2022-05-23Fix typo in new `reload.rs` docsDQ-1/+1
2022-05-22Fix build on OpenBSD (and probably other BSDs too)Brennan Vincent-1/+1
2022-05-22Auto merge of #12334 - fasterthanlime:gh-11635, r=Veykrilbors-0/+272
2022-05-22Pull text creation into the closureAmos Wenger-11/+14
2022-05-22Better lowercase/uppercase checksAmos Wenger-2/+2
2022-05-22Auto merge of #12281 - lnicola:increase-overflow-depth, r=lnicolabors-1/+1
2022-05-22Increase defalt chalk overflow depth to match max solver sizeLaurențiu Nicola-1/+1
2022-05-22fix(extract_module): import resolution for items of submodulesfeniljain-5/+20
2022-05-22Auto merge of #12345 - bvanjoi:escape_format_spcifier, r=Veykrilbors-5/+43
2022-05-22Auto merge of #12346 - rainy-me:fix/builtin-type-docs-links, r=Veykrilbors-9/+15
2022-05-22fix: special case base url of `BuiltinType` to corerainy-me-9/+15
2022-05-22onTypeFormatting: don't insert > if another > is thereFelicián Németh-5/+101
2022-05-22feat: Add on-typing handler for left angleFelicián Németh-6/+220
2022-05-22internal: Allow OnTypeFormatting to send SnippetTextEditFelicián Németh-12/+35
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-5/+43
2022-05-21take into account excludeDirs when computing linked_projectsBernardo Uriarte-1/+16
2022-05-21add failing testBernardo Uriarte-1/+39
2022-05-21fix(extract_module): nearby imports deletion causing panicfeniljain-1/+57
2022-05-21Auto merge of #12339 - matklad:dead, r=matkladbors-7/+0
2022-05-21dead codeAleksey Kladov-7/+0
2022-05-21internal: document overall approach to reloadAleksey Kladov-1/+14
2022-05-21mismatchbitgaoshu-3/+41
2022-05-21Remove unecessary unwrapChristofer Nolander-3/+5
2022-05-21Still suggest generating enum methods if the name ref starts with a lowercase...Amos Wenger-2/+31
2022-05-21Don't suggest enum variant if name_ref start with ASCII lowercase letterAmos Wenger-0/+19
2022-05-21Simplify with adt.source()Amos Wenger-10/+1
2022-05-21Generate enum variant assistAmos Wenger-0/+230
2022-05-21Order auto-imports by relevanceChristofer Nolander-2/+140
2022-05-20Don't swallow build script errorsJonas Schievink-17/+17
2022-05-20Auto merge of #12328 - Veykril:simplify, r=Veykrilbors-25/+20
2022-05-20minor: SimplifyLukas Wirth-25/+20
2022-05-20Rename `Expr::Lambda` to `Expr::Closure`Jonas Schievink-6/+11
2022-05-20Clear `cargo check` diagnostics when flycheck is turned offJonas Schievink-0/+1
2022-05-20Auto merge of #12324 - jonas-schievink:rm-attribute, r=jonas-schievinkbors-226/+158
2022-05-20Revert the "Add attribute" assistJonas Schievink-226/+158
2022-05-20Auto merge of #12263 - andylizi:hide-type-hint-closure, r=Veykrilbors-5/+79
2022-05-20Auto merge of #12301 - harpsword:fix_for_crlf_cargo_range_map, r=jonas-schievinkbors-22/+5
2022-05-20feat: hide type inlay hints for initializations of closuresandylizi-5/+79
2022-05-20hide closure ret hints if ret type is specifiedNotWearingPants-0/+4
2022-05-19Teach `Callable` about closures properlyJonas Schievink-22/+77
2022-05-19Auto merge of #12314 - jonas-schievink:proc-macro-load, r=jonas-schievinkbors-15/+11
2022-05-19Auto merge of #12313 - equinox:typo-fix, r=lnicolabors-1/+1