]> git.lizzy.rs Git - rust.git/history - crates
Allow merging of multiple selected imports.
[rust.git] / crates /
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-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 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 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-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 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-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-23 andyliziide: insert whitespaces surrounding `_` in macro expansion
2022-05-23 borsAuto merge of #12359 - lnicola:universal-vsix-part...
2022-05-23 borsAuto merge of #12360 - Veykril:completion, r=Veykril
2022-05-23 Lukas Wirthfix: Fix completions not working after attributes
2022-05-23 borsAuto merge of #12358 - Veykril:hl-mac, r=Veykril
2022-05-23 Lukas Wirthminor: Simplify syntax-highlighting macro checks
2022-05-23 borsAuto merge of #12357 - Veykril:find-ref-macro, r=Veykril
2022-05-23 Lukas Wirthfix: When hovering macro inputs, don't show everything...
2022-05-23 Lukas Wirthfix: When reference searching macro inputs, don't searc...
2022-05-23 borsAuto merge of #12355 - ruabmbua:fix-inference-pattern...
2022-05-23 Roland RuckerbauerFix inference when pattern matching a tuple field with...
2022-05-23 borsAuto merge of #12354 - domenicquirl:reload-docs-typo...
2022-05-23 DQKeep the other `is` in `reload.rs` docs
2022-05-23 DQFix typo in new `reload.rs` docs
2022-05-23 borsAuto merge of #12350 - umanwizard:fix_bsd, r=lnicola
2022-05-22 Brennan VincentFix build on OpenBSD (and probably other BSDs too)
2022-05-22 borsAuto merge of #12334 - fasterthanlime:gh-11635, r=Veykril
2022-05-22 Amos WengerPull text creation into the closure
2022-05-22 Amos WengerBetter lowercase/uppercase checks
2022-05-22 borsAuto merge of #12281 - lnicola:increase-overflow-depth...
2022-05-22 Laurențiu NicolaIncrease defalt chalk overflow depth to match max solve...
2022-05-22 feniljainfix(extract_module): import resolution for items of...
2022-05-22 borsAuto merge of #12345 - bvanjoi:escape_format_spcifier...
2022-05-22 borsAuto merge of #12346 - rainy-me:fix/builtin-type-docs...
2022-05-22 rainy-mefix: special case base url of `BuiltinType` to core
2022-05-22 borsAuto merge of #11830 - nemethf:on-type-formatting,...
2022-05-22 Felicián NémethonTypeFormatting: don't insert > if another > is there
2022-05-22 Felicián Némethfeat: Add on-typing handler for left angle
2022-05-22 Felicián Némethinternal: Allow OnTypeFormatting to send SnippetTextEdit
2022-05-22 bvanjoifeat: escape format specifier(close: #12258)
2022-05-21 Bernardo Uriartetake into account excludeDirs when computing linked_pro...
2022-05-21 Bernardo Uriarteadd failing test
2022-05-21 feniljainfix(extract_module): nearby imports deletion causing...
2022-05-21 borsAuto merge of #12339 - matklad:dead, r=matklad
2022-05-21 Aleksey Kladovdead code
2022-05-21 borsAuto merge of #12337 - matklad:docz, r=matklad
2022-05-21 Aleksey Kladovinternal: document overall approach to reload
2022-05-21 bitgaoshumismatch
2022-05-20 Amos WengerStill suggest generating enum methods if the name ref...
2022-05-20 Amos WengerDon't suggest enum variant if name_ref start with ASCII...
2022-05-20 Amos WengerSimplify with adt.source()
next