about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-23Auto merge of #12354 - domenicquirl:reload-docs-typo, r=domenicquirlbors-1/+1
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-23Auto merge of #12350 - umanwizard:fix_bsd, r=lnicolabors-3/+3
2022-05-22Fix build on OpenBSD (and probably other BSDs too)Brennan Vincent-3/+3
2022-05-22Auto merge of #12349 - lnicola:universal-vsix, r=lnicolabors-2/+0
2022-05-22Publish universal VSIX to make VS happyLaurențiu Nicola-2/+0
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-22Auto merge of #11830 - nemethf:on-type-formatting, r=nemethfbors-21/+354
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-15/+38
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-5/+43
2022-05-21Auto merge of #12342 - lnicola:fix-join-lines, r=lnicolabors-2/+3
2022-05-21Fix broken async callback in join linesLaurențiu Nicola-2/+3
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-21Auto merge of #12337 - matklad:docz, r=matkladbors-1/+14
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-20Auto merge of #12329 - jonas-schievink:build-script-errors, r=jonas-schievinkbors-17/+17
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-20Auto merge of #12327 - jonas-schievink:lambda-to-closure, r=jonas-schievinkbors-6/+11
2022-05-20Rename `Expr::Lambda` to `Expr::Closure`Jonas Schievink-6/+11
2022-05-20Auto merge of #12326 - jonas-schievink:add-clippy-task-preset, r=jonas-schievinkbors-0/+1
2022-05-20Add "cargo clippy" task presetJonas Schievink-0/+1