]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-31 borsAuto merge of #13445 - notJoon:modify-dead-links, r...
2022-10-29 borsAuto merge of #13505 - lowr:feat/gats, r=flodiebold
2022-10-28 borsAuto merge of #13513 - Veykril:vscode-workspace-changes...
2022-10-28 Lukas WirthProperly handle vscode workspace changes
2022-10-28 borsAuto merge of #13512 - Veykril:startup-commands, r...
2022-10-28 Lukas WirthAlways set up VSCode commands
2022-10-28 borsAuto merge of #13510 - Veykril:status-click, r=Veykril
2022-10-28 Lukas Wirthfeat: Clicking the status bar item stops and starts...
2022-10-28 Ryo YoshidaDocument the ordering constraint on `Binders` and ...
2022-10-28 Ryo YoshidaReplace expect test for GATs with `check_types`
2022-10-27 borsAuto merge of #13496 - rust-lang:lnicola-patch-1, r...
2022-10-27 Laurențiu NicolaClarify feature policy
2022-10-27 borsAuto merge of #13494 - lowr:feat/gats, r=flodiebold
2022-10-27 Ryo YoshidaLower generic arguments for GATs in associated type...
2022-10-27 Ryo YoshidaCollect generic arguments in associated type bindings
2022-10-27 Ryo YoshidaLower generic arguments for associated types in paths
2022-10-27 Ryo YoshidaDisplay generic arguments for associated types
2022-10-27 Ryo Yoshidarefactor: remove obsolete code
2022-10-26 borsAuto merge of #13484 - lnicola:position-encoding, r...
2022-10-26 borsAuto merge of #13475 - lowr:fix/lookup-impl-method...
2022-10-25 Ryo YoshidaTest all generic args for trait when finding matching...
2022-10-25 Laurențiu NicolaPin lsp-types
2022-10-25 Laurențiu NicolaSwitch to upstream positionEncoding
2022-10-24 Ryo YoshidaLet `InferenceTable::unify()` relate `Zip` values
2022-10-24 borsAuto merge of #13478 - Veykril:fix-flycheck, r=Veykril
2022-10-24 Lukas Wirthfix: Fix standard flycheck command not being executed...
2022-10-24 borsAuto merge of #13476 - Veykril:prefer-shutdown, r=Veykril
2022-10-24 Lukas Wirthfix: Don't respond with an error when requesting a...
2022-10-24 Ryo YoshidaRefactor: unwrap `Option` once in the beginning of...
2022-10-23 borsAuto merge of #13471 - Veykril:invoc-strategy-once...
2022-10-23 Lukas WirthHandle multiple projects sharing dependency correctly...
2022-10-22 borsAuto merge of #13466 - Veykril:invocation-location...
2022-10-22 Lukas WirthImplement invocation location config
2022-10-22 borsAuto merge of #13463 - lowr:fix/builtin-derive-with...
2022-10-22 Ryo YoshidaSupport const generics for builtin derive macro
2022-10-22 borsAuto merge of #13460 - emilio:scip-cleanups, r=Veykril
2022-10-22 borsAuto merge of #13461 - emilio:ide-cleanup-continue...
2022-10-22 Emilio Cobos... scip: Rewrite tests to be closer to what we actually do.
2022-10-22 Emilio Cobos... ide: Remove unnecessary continue.
2022-10-22 Emilio Cobos... scip: minor clean-ups
2022-10-21 borsAuto merge of #13453 - Veykril:disabled-commands, r...
2022-10-21 Lukas Wirthinternal: Properly handle commands in the VSCode client...
2022-10-20 borsAuto merge of #13451 - Veykril:lang-config, r=Veykril
2022-10-20 Lukas Wirthinternal: Properly handle language configuration config...
2022-10-20 borsAuto merge of #13447 - Veykril:didsavedoc-block, r...
2022-10-20 borsAuto merge of #13448 - yotamofek:python-ext-polyfill...
2022-10-20 Yotam OfekWorkaround the python vscode extension's polyfill
2022-10-20 Lukas Wirthfix: Fix DidSaveDocument requests blocking the server...
2022-10-20 not_joonfix broken links in guide.md
2022-10-20 borsAuto merge of #13365 - feniljain:master, r=Veykril
2022-10-20 feniljainfeat: add multiple getters mode in `generate_getter`
2022-10-20 borsAuto merge of #13444 - Veykril:rethrow-err, r=Veykril
2022-10-20 Lukas WirthDon't catch the server activation error
2022-10-19 borsAuto merge of #13128 - Veykril:invocation-strategy...
2022-10-19 Lukas WirthRemove simplistic interpolation for manifest-path
2022-10-19 Lukas Wirth{manifest-path} interpolation
2022-10-19 Lukas WirthUse correct invocation strategy config for checkOnSave
2022-10-19 Lukas WirthImplement invocation strategy config for checkOnSave
2022-10-19 Lukas WirthImplement invocation strategy config for build scripts
2022-10-19 borsAuto merge of #13441 - Veykril:sysroot-logging, r=Veykril
2022-10-19 Lukas WirthAdd some sysroot logging
2022-10-19 borsAuto merge of #13439 - Veykril:simplify, r=Veykril
2022-10-19 Lukas WirthSimplify
2022-10-18 borsAuto merge of #13433 - rust-lang:revert-13354-try-stuff...
2022-10-18 Lukas WirthRevert "feat: Diagnose some incorrect usages of the...
2022-10-17 borsAuto merge of #13428 - Veykril:fmt-stuck, r=Veykril
2022-10-17 Lukas Wirthfix: Fix formatting requests hanging when r-a is still...
2022-10-17 borsAuto merge of #13427 - Veykril:cancel-check, r=Veykril
2022-10-17 Lukas WirthMake flycheck workdone progress reports cancellable
2022-10-17 borsAuto merge of #13426 - Veykril:client-refactor, r=Veykril
2022-10-17 Lukas WirthCleanup output channels
2022-10-17 Lukas WirthDowngrade vscode types dependency
2022-10-17 Lukas WirthImplement stop and start server commands
2022-10-17 Lukas WirthMake more things private
2022-10-17 Lukas WirthProperly reload changed configs for server start
2022-10-17 Lukas WirthRefactor language client handling
2022-10-17 borsAuto merge of #13302 - Veykril:auto-publish, r=Veykril
2022-10-17 borsAuto merge of #13423 - Veykril:vscode-vars, r=Veykril
2022-10-17 borsAuto merge of #13399 - DropDemBits:assists-format-args...
2022-10-16 Lukas WirthSubstitute some VSCode variables in the VSCode client
2022-10-16 borsAuto merge of #13397 - zyctree:zyctree-patch-2, r=lnicola
2022-10-16 zyctreeupdate link in syntax.md
2022-10-16 zyctreeupdate link in syntax.md
2022-10-16 borsAuto merge of #13354 - Veykril:try-stuff, r=Veykril
2022-10-16 Lukas WirthDiagnose incorrect usages of the question mark operator
2022-10-16 borsAuto merge of #13408 - lowr:patch/bump-chalk-0.86,...
2022-10-16 Ryo YoshidaBump chalk to 0.86
2022-10-16 borsAuto merge of #13421 - rust-lang:Veykril-patch-1, r...
2022-10-16 Lukas WirthUpdate guide.md to reflect support for proc-macros
2022-10-16 borsAuto merge of #13402 - HKalbasi:patch-1, r=Veykril
2022-10-16 borsAuto merge of #13420 - volsa:master, r=Veykril
2022-10-15 Volkan Sagcanfix #13105: Ignore auto-import assist on parameter...
2022-10-15 borsAuto merge of #13419 - lnicola:bump-setup-node, r=lnicola
2022-10-15 Laurențiu NicolaBump actions/setup-node
2022-10-15 borsAuto merge of #13418 - lnicola:bump-deps, r=lnicola
2022-10-15 Laurențiu NicolaAdd new license
2022-10-15 Laurențiu NicolaBump the rest of the deps
2022-10-15 Laurențiu NicolaBump notify
2022-10-15 Laurențiu NicolaBump proc-macro2
2022-10-15 Laurențiu NicolaBump pulldown-cmark-to-cmark
next