]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-02 borsAuto merge of #12120 - iDawer:ide.sig_help, r=Veykril
2022-05-02 borsAuto merge of #12135 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthminor: Add a test for display rendering record variants
2022-05-02 borsAuto merge of #12134 - Veykril:hirdisp, r=Veykril
2022-05-02 Lukas Wirthfix: Fix uncorrect use of double braces in HirDisplay...
2022-05-02 borsAuto merge of #12133 - lnicola:crate-dashes, r=lnicola
2022-05-02 Laurențiu NicolaFix crate names
2022-05-01 borsAuto merge of #12118 - randomicon00:fix#12102, r=lnicola
2022-05-01 Pehdelete another swap file
2022-05-01 Pehupdate crates names in slow-tests/tidy.rs
2022-05-01 Pehupdate diagnostic-docs crate name
2022-05-01 Pehupdated ide-assist new dir name
2022-05-01 Pehdelete a generated swap file
2022-05-01 Pehstyle: rename crates to kebab case
2022-05-01 borsAuto merge of #12099 - bitgaoshu:master, r=flodiebold
2022-05-01 borsAuto merge of #12127 - dtolnay-contrib:checkoutv3,...
2022-04-30 David TolnayUpdate GitHub Actions actions/checkout@v2 to v3
2022-04-30 borsAuto merge of #12126 - Smibu:patch-1, r=lnicola
2022-04-30 Mika LehtinenFix typo in VSCode readme
2022-04-30 borsAuto merge of #12124 - lnicola:downgrade-kqueue, r...
2022-04-30 Laurențiu NicolaDowngrade kqueue to fix NetBSD
2022-04-29 iDawerDon't show signature help after closing bracket
2022-04-29 borsAuto merge of #12117 - Veykril:mexpand, r=Veykril
2022-04-29 Lukas Wirthminor: Insert whitespace after const token when formatt...
2022-04-29 borsAuto merge of #12113 - jtracey:patch-1, r=lnicola
2022-04-29 Justin Traceysmall typo in log message
2022-04-28 borsAuto merge of #12111 - jonas-schievink:fix-outline...
2022-04-28 Jonas SchievinkFix outline mod completion with partial module name
2022-04-28 borsAuto merge of #12110 - jonas-schievink:inline-self...
2022-04-28 Jonas SchievinkAdd test with trait
2022-04-28 Jonas SchievinkMake "inline type alias" work for `Self`
2022-04-28 borsAuto merge of #12108 - Veykril:simplify, r=Veykril
2022-04-28 Lukas Wirthminor: Record snippet config errors
2022-04-28 bitgaoshu#11986 Aliases break resolution of qualified variants...
2022-04-27 borsAuto merge of #12103 - jonas-schievink:diagnose-unresol...
2022-04-27 Jonas SchievinkDiagnose unresolved derive macros
2022-04-27 borsAuto merge of #12101 - Veykril:simplify, r=Veykril
2022-04-27 Lukas WirthSimplify
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-22 borsAuto merge of #12053 - willcrichton:master, r=jonas...
2022-04-21 hkalbasifix const generic panic in dyn trait
2022-04-21 Will CrichtonExport lc.LanguageClient from VSCode extension
2022-04-21 borsAuto merge of #12052 - lnicola:cargo-config, r=lnicola
2022-04-21 Laurențiu NicolaRename cargo config to config.toml
2022-04-21 Laurențiu NicolaRemove old install-ra cargo alias
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 Jonas SchievinkAdd triagebot.toml
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 #12042 - jonas-schievink:remove-angle...
2022-04-20 Jonas Schievinkfix: remove angle brackets from language configuration
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
next