]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #12465 - Veykril:buildscripts, r=Veykril
2022-06-04 Lukas WirthOnly record build script outputs when the output has...
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
2022-05-26 Joël Kuijpertypo: missing comma
2022-05-26 borsAuto merge of #12397 - Hofer-Julian:patch-1, r=lnicola
2022-05-26 Hofer-JulianFix typo
2022-05-26 feniljainfix: f32 and f64 representation during lowering
2022-05-26 borsAuto merge of #12393 - Veykril:hir-def, r=Veykril
2022-05-26 Lukas Wirthinternal: Remove `Interned` usage from nameres collector
2022-05-26 borsAuto merge of #12388 - Veykril:statusitem, r=Veykril
2022-05-26 Lukas Wirthinternal: Use statusBarItem colors for status item...
2022-05-25 borsAuto merge of #12386 - fasterthanlime:gh-12372-test...
2022-05-25 Amos WengerMake test pass
2022-05-25 Amos WengerAdd test for #12372 (generate enum variant in different...
2022-05-25 borsAuto merge of #12384 - fasterthanlime:gh-12372, r=Veykril
2022-05-25 Amos WengerGenerate variant: insert code in file with enum definition
2022-05-25 borsAuto merge of #12383 - Veykril:diag, r=Veykril
2022-05-25 Lukas Wirthfix: Clear native diagnostics for files when they are...
2022-05-25 borsAuto merge of #12382 - Veykril:ontype, r=lnicola
2022-05-25 Lukas Wirthinternal: Make autoclosing angle brackets configurable...
2022-05-24 borsAuto merge of #12377 - Veykril:logs, r=Veykril
2022-05-24 borsAuto merge of #12376 - Veykril:completion, r=Veykril
2022-05-24 Lukas Wirthminor: log build script invocations
2022-05-24 Lukas Wirthfix: Insert whitespace into trait-impl completions...
2022-05-24 Lukas WirthSimplify
2022-05-24 borsAuto merge of #12373 - Veykril:completion, r=Veykril
2022-05-24 Lukas Wirthinternal: Refactor our record pat/expr handling in...
2022-05-24 borsAuto merge of #12361 - Veykril:completion, r=Veykril
2022-05-24 Lukas Wirthinternal: Simplify DotAccess representation in completions
2022-05-24 borsAuto merge of #12370 - andylizi:macro-expand-underscore...
2022-05-24 andyliziadd test for macro expand formatting
2022-05-24 borsAuto merge of #12371 - jhgg:fix/extra-env-non-string...
2022-05-24 Jake Heinzprettier
2022-05-24 Jake Heinzvscode: fix extraEnv handling numeric values
next