| Age | Commit message (Expand) | Author | Lines |
| 2022-05-23 | Auto merge of #12357 - Veykril:find-ref-macro, r=Veykril | bors | -9/+16 |
| 2022-05-23 | fix: When hovering macro inputs, don't show everything that was downmapped | Lukas Wirth | -1/+1 |
| 2022-05-23 | fix: When reference searching macro inputs, don't search everything that was ... | Lukas Wirth | -8/+15 |
| 2022-05-23 | Auto merge of #12355 - ruabmbua:fix-inference-pattern-wildcards, r=flodiebold | bors | -8/+41 |
| 2022-05-23 | Fix inference when pattern matching a tuple field with a wildcard. | Roland Ruckerbauer | -8/+41 |
| 2022-05-23 | Auto merge of #12354 - domenicquirl:reload-docs-typo, r=domenicquirl | bors | -1/+1 |
| 2022-05-23 | Keep the other `is` in `reload.rs` docs | DQ | -1/+1 |
| 2022-05-23 | Fix typo in new `reload.rs` docs | DQ | -1/+1 |
| 2022-05-23 | Auto merge of #12350 - umanwizard:fix_bsd, r=lnicola | bors | -3/+3 |
| 2022-05-22 | Fix build on OpenBSD (and probably other BSDs too) | Brennan Vincent | -3/+3 |
| 2022-05-22 | Auto merge of #12349 - lnicola:universal-vsix, r=lnicola | bors | -2/+0 |
| 2022-05-22 | Publish universal VSIX to make VS happy | Laurențiu Nicola | -2/+0 |
| 2022-05-22 | Auto merge of #12334 - fasterthanlime:gh-11635, r=Veykril | bors | -0/+272 |
| 2022-05-22 | Pull text creation into the closure | Amos Wenger | -11/+14 |
| 2022-05-22 | Better lowercase/uppercase checks | Amos Wenger | -2/+2 |
| 2022-05-22 | Auto merge of #12281 - lnicola:increase-overflow-depth, r=lnicola | bors | -1/+1 |
| 2022-05-22 | Increase defalt chalk overflow depth to match max solver size | Laurențiu Nicola | -1/+1 |
| 2022-05-22 | fix(extract_module): import resolution for items of submodules | feniljain | -5/+20 |
| 2022-05-22 | Auto merge of #12345 - bvanjoi:escape_format_spcifier, r=Veykril | bors | -5/+43 |
| 2022-05-22 | Auto merge of #12346 - rainy-me:fix/builtin-type-docs-links, r=Veykril | bors | -9/+15 |
| 2022-05-22 | fix: special case base url of `BuiltinType` to core | rainy-me | -9/+15 |
| 2022-05-22 | Auto merge of #11830 - nemethf:on-type-formatting, r=nemethf | bors | -21/+354 |
| 2022-05-22 | onTypeFormatting: don't insert > if another > is there | Felicián Németh | -5/+101 |
| 2022-05-22 | feat: Add on-typing handler for left angle | Felicián Németh | -6/+220 |
| 2022-05-22 | internal: Allow OnTypeFormatting to send SnippetTextEdit | Felicián Németh | -15/+38 |
| 2022-05-22 | feat: escape format specifier(close: #12258) | bvanjoi | -5/+43 |
| 2022-05-21 | Auto merge of #12342 - lnicola:fix-join-lines, r=lnicola | bors | -2/+3 |
| 2022-05-21 | Fix broken async callback in join lines | Laurențiu Nicola | -2/+3 |
| 2022-05-21 | take into account excludeDirs when computing linked_projects | Bernardo Uriarte | -1/+16 |
| 2022-05-21 | add failing test | Bernardo Uriarte | -1/+39 |
| 2022-05-21 | fix(extract_module): nearby imports deletion causing panic | feniljain | -1/+57 |
| 2022-05-21 | Auto merge of #12339 - matklad:dead, r=matklad | bors | -7/+0 |
| 2022-05-21 | dead code | Aleksey Kladov | -7/+0 |
| 2022-05-21 | Auto merge of #12337 - matklad:docz, r=matklad | bors | -1/+14 |
| 2022-05-21 | internal: document overall approach to reload | Aleksey Kladov | -1/+14 |
| 2022-05-21 | mismatch | bitgaoshu | -3/+41 |
| 2022-05-21 | Remove unecessary unwrap | Christofer Nolander | -3/+5 |
| 2022-05-21 | Still suggest generating enum methods if the name ref starts with a lowercase... | Amos Wenger | -2/+31 |
| 2022-05-21 | Don't suggest enum variant if name_ref start with ASCII lowercase letter | Amos Wenger | -0/+19 |
| 2022-05-21 | Simplify with adt.source() | Amos Wenger | -10/+1 |
| 2022-05-21 | Generate enum variant assist | Amos Wenger | -0/+230 |
| 2022-05-21 | Order auto-imports by relevance | Christofer Nolander | -2/+140 |
| 2022-05-20 | Auto merge of #12329 - jonas-schievink:build-script-errors, r=jonas-schievink | bors | -17/+17 |
| 2022-05-20 | Don't swallow build script errors | Jonas Schievink | -17/+17 |
| 2022-05-20 | Auto merge of #12328 - Veykril:simplify, r=Veykril | bors | -25/+20 |
| 2022-05-20 | minor: Simplify | Lukas Wirth | -25/+20 |
| 2022-05-20 | Auto merge of #12327 - jonas-schievink:lambda-to-closure, r=jonas-schievink | bors | -6/+11 |
| 2022-05-20 | Rename `Expr::Lambda` to `Expr::Closure` | Jonas Schievink | -6/+11 |
| 2022-05-20 | Auto merge of #12326 - jonas-schievink:add-clippy-task-preset, r=jonas-schievink | bors | -0/+1 |
| 2022-05-20 | Add "cargo clippy" task preset | Jonas Schievink | -0/+1 |