]> git.lizzy.rs Git - rust.git/history - crates
Auto merge of #12090 - Veykril:recov, r=Veykril
[rust.git] / crates /
2022-04-27 borsAuto merge of #12090 - Veykril:recov, r=Veykril
2022-04-27 Lukas Wirthfix: Use pattern recovery set when parsing ident patterns
2022-04-27 borsAuto merge of #12057 - harpsword:fix_validata_visibilit...
2022-04-27 borsAuto merge of #12089 - lowr:fix/move-raw-ident-module...
2022-04-27 harpswordfix visibility token validation in trait impl with...
2022-04-27 borsAuto merge of #12098 - jonas-schievink:macro-rules...
2022-04-27 Jonas SchievinkShow `macro_rules` snippet in blocks
2022-04-27 borsAuto merge of #12097 - lnicola:revert-11490, r=lnicola
2022-04-27 Laurențiu NicolaRevert "Correctly fix formatting doc tests with generics"
2022-04-27 Laurențiu NicolaRevert "Update crates/ide/src/runnables.rs"
2022-04-27 borsAuto merge of #12085 - rainy-me:fix_fn_param, r=Veykril
2022-04-27 rainy-mefix: remove lookup and handle mut kw case
2022-04-26 LowRfix: handle raw identifiers in move_module_to_file
2022-04-26 borsAuto merge of #12083 - Veykril:inlays, r=Veykril
2022-04-26 Lukas Wirthminor: Add test for parameter and reborrow hint order
2022-04-26 borsAuto merge of #12082 - iDawer:ide.signature_help, r...
2022-04-26 iDawer`signature_help`: use corresponding param list for...
2022-04-25 borsAuto merge of #12078 - Veykril:neither, r=Veykril
2022-04-25 Lukas WirthRe-export `FxHashMap` and `FxHashSet` from `ide_db`
2022-04-25 borsAuto merge of #12077 - Veykril:neither, r=Veykril
2022-04-25 Lukas Wirthminor: Remove either dependency from `ide_completion`
2022-04-25 borsAuto merge of #12075 - jonas-schievink:less-aggressive...
2022-04-25 Jonas SchievinkDon't emit a quickfix for placeholder suggestions
2022-04-25 borsAuto merge of #12007 - edwin0cheng:restart-proc-macro...
2022-04-25 borsAuto merge of #12071 - Ma124:fix-tabs-snippet, r=jonas...
2022-04-25 borsAuto merge of #12074 - jonas-schievink:deprioritize...
2022-04-25 Jonas SchievinkReduce priority of flyimport completions
2022-04-25 borsAuto merge of #12072 - bitgaoshu:master, r=jonas-schievink
2022-04-24 Ma_124Change tabs to spacs in macro_rules snippet
2022-04-24 bitgaoshu#11973 associated type is unresolved
2022-04-24 borsAuto merge of #12070 - rust-lang:message, r=matklad
2022-04-24 Aleksey Kladovminor: clarify error message
2022-04-24 Edwin ChengFix Reload Workspace command
2022-04-23 borsAuto merge of #12064 - Veykril:attr-range, r=Veykril
2022-04-23 Lukas Wirthfix: Fix ide_db::search not searching bodies of attribu...
2022-04-23 borsAuto merge of #12063 - iDawer:ide.signature_help, r...
2022-04-23 iDawerAdd fallback for return type
2022-04-23 iDawerFall back to parameter definitions on error types in...
2022-04-23 borsAuto merge of #12060 - Veykril:completion-ctx, r=Veykril
2022-04-23 Lukas WirthSimplify
2022-04-22 borsAuto merge of #12058 - jonas-schievink:one-thread-with...
2022-04-22 Jonas SchievinkSpawn a new thread with a larger stack for the server
2022-04-22 borsAuto merge of #12054 - HKalbasi:const_generic, r=flodiebold
2022-04-22 hkalbasiremove trailing space
2022-04-22 hkalbasiAdd some comments about why never!() never happens
2022-04-21 hkalbasifix const generic panic in dyn trait
2022-04-21 borsAuto merge of #12015 - arjo129:master, r=jonas-schievink
2022-04-21 borsAuto merge of #12051 - jonas-schievink:triagebot, r...
2022-04-21 borsAuto merge of #12040 - rainy-me:improve-parameter-compl...
2022-04-21 rainy-mefix: lookup
2022-04-21 borsAuto merge of #12044 - tedinski:fix_rustc_workspace...
2022-04-20 Ted Kaminskifix: index the correct CargoWorkspace with rustc_private
2022-04-20 borsAuto merge of #12041 - jonas-schievink:prefer-core...
2022-04-20 Jonas SchievinkPrefer core/alloc over std if no_std is conditional
2022-04-20 rainy-mefix: improve parameter completion
2022-04-19 borsAuto merge of #12032 - jonas-schievink:code-action...
2022-04-19 Jonas SchievinkAllows triggering commands after an assist edit
2022-04-19 borsAuto merge of #12028 - lnicola:fix-changelog, r=lnicola
2022-04-18 borsAuto merge of #12025 - Veykril:completion-ctx, r=Veykril
2022-04-18 Lukas Wirthminor: Document completion context some more
2022-04-18 borsAuto merge of #12021 - Veykril:completion-ctx, r=Veykril
2022-04-18 borsAuto merge of #12024 - XFFXFF:derive_completion, r...
2022-04-18 XFFXFFderive completions take existing derives into count
2022-04-18 borsAuto merge of #12023 - edwin0cheng:add-more-log, r...
2022-04-18 Edwin ChengMore visibility for switch workspaces and its states
2022-04-17 Lukas Wirthinternal: Add a `NameContext` to `CompletionContext...
2022-04-17 borsAuto merge of #12017 - lnicola:bump-deps, r=lnicola
2022-04-17 Laurențiu NicolaBump deps
2022-04-17 borsAuto merge of #12013 - XFFXFF:associated_const_equality...
2022-04-17 XFFXFFupdate parser to support associated const equality
2022-04-17 borsAuto merge of #12014 - Veykril:expmacfmt, r=Veykril
2022-04-17 Lukas WirthDisable rustfmt for expand_macro on wasm platforms
2022-04-17 Lukas WirthFix macro patterns not getting formatted properly
2022-04-17 Lukas Wirthfeat: Attempt to format expand_macro output with rustfm...
2022-04-17 XFFXFFupdate grammer to support associated const equality
2022-04-16 borsAuto merge of #12011 - iDawer:completion_detail.impl_tr...
2022-04-16 iDawerShow `impl Trait` in argument positon in completion...
2022-04-16 borsAuto merge of #12009 - matklad:debug-reloads, r=matklad
2022-04-16 Aleksey Kladovinternal: more visibility into why things happen
2022-04-16 borsAuto merge of #12008 - Veykril:patch-1, r=Veykril
2022-04-16 Lukas Wirthfix: Fix proc-macro change check being inverted
2022-04-16 borsAuto merge of #11991 - iDawer:completion_detail.impl_tr...
2022-04-16 iDawerminor: address nit
2022-04-16 iDawer`extract_function`: use appropriate return type for...
2022-04-16 iDawerAdd `hir::Function::async_ret_type` method
2022-04-16 iDawerfix: comletion detail shows `{unknown}` for `impl Trait...
2022-04-16 borsAuto merge of #12006 - lnicola:toggle-inlay-hints,...
2022-04-15 borsAuto merge of #12005 - Veykril:hir-ty-simplify, r=Veykril
2022-04-15 Lukas Wirthminor: Remove frequent `Arc<Body>` clones in type checking
2022-04-15 Lukas WirthSimplify
2022-04-15 borsAuto merge of #12003 - Veykril:hir-ty-simplify, r=Veykril
2022-04-15 Lukas WirthSlightly optimize `Resolver::krate`
2022-04-15 borsAuto merge of #11997 - lnicola:es-target, r=lnicola
2022-04-15 Lukas WirthRemove duplicated crate id field from hir::Type
2022-04-15 borsAuto merge of #12002 - Veykril:proc-macro-change-panic...
2022-04-15 Lukas Wirthfix: Fix source root panic in global state when checkin...
2022-04-15 borsAuto merge of #12001 - Veykril:refs, r=Veykril
2022-04-15 Lukas Wirthfix: Do reference search on all downmapped tokens with...
2022-04-15 borsAuto merge of #12000 - Veykril:hlmac, r=Veykril
2022-04-15 Lukas Wirthfix: Tag `macro_rules` macro bang with `MacroBang` tag
next