]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-10 borsAuto merge of #12464 - harpsword:fix-inline-variable...
2022-06-10 borsAuto merge of #12477 - hasali19:auto-reload, r=Veykril
2022-06-10 borsAuto merge of #12473 - yue4u:fix/no-enum-parens-in...
2022-06-10 borsAuto merge of #12502 - Veykril:deps, r=Veykril
2022-06-10 Lukas Wirthinternal: Bump Dependencies
2022-06-10 borsAuto merge of #12501 - Veykril:dashmap, r=Veykril
2022-06-10 Lukas Wirthinternal: Update dashmap and freeze its version
2022-06-08 borsAuto merge of #12487 - lukechu10:master, r=lnicola
2022-06-08 borsAuto merge of #12493 - bjorn3:fix_warnings, r=lnicola
2022-06-08 Luke ChuHide param inlay hint when argument is fn-like macro...
2022-06-08 bjorn3Fix a couple of weak warnings found by rust-analyzer...
2022-06-08 borsAuto merge of #12492 - bjorn3:proc_macro_abi_1_63,...
2022-06-08 bjorn3Add doc comment
2022-06-08 bjorn3Rustfmt
2022-06-08 bjorn3Add proc macro ABI for rustc 1.63
2022-06-07 borsAuto merge of #12480 - KOLANICH-tools:unneeded_destr_as...
2022-06-06 KOLANICHRemove the unneeded destructuring assignment in `run...
2022-06-06 Hasan AliAdd restartServerOnConfigChange setting
2022-06-05 Hasan AliRestart server automatically on settings changes
2022-06-05 borsAuto merge of #12475 - Veykril:trait-impl-completion...
2022-06-05 Lukas Wirthfix: Fix trait impl completions using wrong insert...
2022-06-05 yue4ufix: avoid adding enum parens in use
2022-06-05 borsAuto merge of #12472 - Veykril:output-ch, r=Veykril
2022-06-05 Lukas Wirthinternal: Keep output channels across restarts
2022-06-05 borsAuto merge of #12471 - Veykril:reload-restart, r=Veykril
2022-06-05 Lukas Wirthfix: Restart the server instead of reloading the window...
2022-06-05 borsAuto merge of #12470 - Veykril:output-ch, r=Veykril
2022-06-05 Lukas Wirthfix: Cleanup output channels when restarting server
2022-06-05 borsAuto merge of #12466 - lnicola:worker-thread-stack...
2022-06-04 borsAuto merge of #12468 - Veykril:cancelled-diags, r=Veykril
2022-06-04 Lukas Wirthminor: Don't log cancelled diagnostics
2022-06-04 borsAuto merge of #12467 - Veykril:assist-fix, r=Veykril
2022-06-04 Lukas Wirthfix: Fix match to if let assist for wildcard pats
2022-06-04 Laurențiu NicolaIncrease worker thread stack and name them
2022-06-04 borsAuto merge of #12465 - Veykril:buildscripts, r=Veykril
2022-06-04 Lukas WirthOnly record build script outputs when the output has...
2022-06-04 harpswordfeat: fix inline variable produce mismatched type
2022-06-03 borsAuto merge of #12461 - Veykril:completions, r=Veykril
2022-06-03 Lukas WirthRemove some of the unnecessary helpfer functions from...
2022-06-03 Lukas WirthSimplify
2022-06-03 Lukas WirthMove trait_impl completion analysis into CompletionContext
2022-06-03 borsAuto merge of #12459 - Veykril:completions, r=Veykril
2022-06-03 borsAuto merge of #12457 - Veykril:logging, r=Veykril
2022-06-03 borsAuto merge of #12460 - Veykril:move-guard, r=Veykril
2022-06-03 Lukas Wirthminor: Reduce move-guard trigger range
2022-06-03 Lukas Wirthinternal: Don't log default build script outputs
2022-06-03 Lukas WirthDeduplicate
2022-06-03 Lukas WirthRemove prev-sibling completion machinery
2022-06-03 Lukas WirthMore precise where keyword completions
2022-06-03 Lukas WirthRemove dead code
2022-06-03 Lukas WirthFix visibility mods not being completed for field defs
2022-06-03 Lukas Wirthinternal: Move most remaining keyword completions to...
2022-06-03 borsAuto merge of #12333 - nolanderc:order-import-assist...
2022-06-03 borsAuto merge of #12452 - iDawer:assist.merge_selected_imp...
2022-06-03 borsAuto merge of #12451 - TimNN:double-dollar, r=Veykril
2022-06-03 borsAuto merge of #12456 - lnicola:thread-names, r=lnicola
2022-06-03 Laurențiu NicolaShorten main thread name
2022-06-02 Tim Neumannfeat: Support `$$` in macros.
2022-06-02 iDawerAllow merging of multiple selected imports.
2022-06-02 borsAuto merge of #12444 - XFFXFF:fix_12442, r=Veykril
2022-06-02 XFFXFFfix: parsing of `?` opt-out trait bounds
2022-06-02 borsAuto merge of #12347 - feniljain:fix_extract_module...
2022-06-01 borsAuto merge of #12443 - Veykril:fmtfix, r=Veykril
2022-06-01 Lukas Wirthminor: Fix rustfmt failing on main_loop.rs
2022-06-01 borsAuto merge of #12440 - Maan2003:empty-msg-diag, r=jonas...
2022-06-01 Maan2003fix(diagnostic): Don't remove diagnostic with empty...
2022-06-01 borsAuto merge of #12431 - Veykril:request-retry, r=Veykril
2022-06-01 Lukas WirthSync handlers cannot be cancelled
2022-06-01 borsAuto merge of #12435 - jhgg:vscode/status-bar-color...
2022-06-01 Jake Heinz[editors/vscode] cleaer status bar bg color / command...
2022-05-31 Lukas Wirthfix: Fix completions disappearing when typing two keys...
2022-05-31 borsAuto merge of #12430 - Veykril:completions, r=Veykril
2022-05-31 Lukas Wirthminor: Remove unused code
2022-05-31 borsAuto merge of #12427 - Veykril:configfix, r=Veykril
2022-05-31 Lukas Wirthfix: Fix VSCode config patching incorrectly patching...
2022-05-31 borsAuto merge of #12336 - bitgaoshu:mismatch, r=flodiebold
2022-05-31 borsAuto merge of #12425 - feniljain:fix_bugs, r=lnicola
2022-05-31 feniljainfix: float display impl
2022-05-31 feniljainfix(extract_module): Remove redundancy causing else...
2022-05-30 borsAuto merge of #12418 - Veykril:completions, r=Veykril
2022-05-30 Lukas WirthMore precise completion filtering
2022-05-30 borsAuto merge of #12417 - jonas-schievink:pr-msg-style...
2022-05-30 Jonas SchievinkUpdate commit/PR style
2022-05-30 Lukas WirthUse char for trigger character
2022-05-30 borsAuto merge of #12416 - Veykril:inlay-hints, r=Veykril
2022-05-30 Lukas WirthAdd implicit static lifetime hints
2022-05-30 borsAuto merge of #12406 - harpsword:fix-add-inlayHints...
2022-05-30 borsAuto merge of #12387 - 00nktk:fix-mod-rename, r=Veykril
2022-05-30 borsAuto merge of #12412 - yue4u:fix/visibility-completion...
2022-05-29 yue4ufix: visibility completion
2022-05-29 borsAuto merge of #12409 - lowr:fix/usize-overflow, r=Veykril
2022-05-29 Ryo Yoshidafix overflow during tuple struct type inference
2022-05-28 harpswordfix: add an option to show inlay hint for return type...
2022-05-28 Nikita Podoliakofix(ide-db): correct single-file module rename
2022-05-28 Christofer... Cleanup auto-import ordering
2022-05-27 borsAuto merge of #12402 - Veykril:feat-docs, r=Veykril
2022-05-27 Lukas Wirthminor: Freshen up goto feature docs
2022-05-27 borsAuto merge of #12395 - feniljain:fix_bugs, r=Veykril
2022-05-27 borsAuto merge of #12341 - vemoo:exclude_dirs, r=Veykril
2022-05-26 borsAuto merge of #12399 - Joehoel:patch-1, r=lnicola
next