]> git.lizzy.rs Git - rust.git/history - crates
Merge #10204
[rust.git] / crates /
2021-09-14 bors[bot]Merge #10204
2021-09-14 Teddy_WangImprove hover over derference message
2021-09-14 bors[bot]Merge #10231
2021-09-13 Lukas Wirthfeat: Make inlay hints work in attributed items
2021-09-13 Teddy_WangFix hover tests
2021-09-13 bors[bot]Merge #10230
2021-09-13 Lukas WirthEnable attribte macros in ide fixtures
2021-09-13 Lukas Wirthfix: fix expansion order for fn-like macros and attribu...
2021-09-13 Teddy_WangFix spelling
2021-09-13 bors[bot]Merge #10229
2021-09-13 Lukas Wirthfix: do not complete builtin attributes for qualified...
2021-09-13 bors[bot]Merge #10126
2021-09-13 Lukas WirthExclude test file from rust tidy check
2021-09-13 Lukas WirthDownmap the token in attribute inputs when expanding...
2021-09-13 bors[bot]Merge #10199
2021-09-13 Laurențiu NicolaShuffle code around to avoid an allocation
2021-09-13 Lukas WirthSpeculatively expand attributes in completions
2021-09-13 bors[bot]Merge #10225
2021-09-13 bors[bot]Merge #10226
2021-09-13 Lukas WirthSimplify
2021-09-13 Lukas WirthAdd proc-macro fixture directive
2021-09-13 Laurențiu NicolaFix Cargo.toml change detection
2021-09-13 bors[bot]Merge #10222
2021-09-13 bors[bot]Merge #10221
2021-09-13 Aleksey Kladovinternal: document tribal knowledge of how to assist
2021-09-13 Aleksey Kladovinternal: prevent possible bugs when adding magical...
2021-09-13 Aleksey Kladovinternal: simplify
2021-09-13 Aleksey Kladovinternal: fix bugs in tests by simplifying code
2021-09-13 Aleksey Kladovminore: improve readability
2021-09-12 bors[bot]Merge #10215
2021-09-12 Lukas WirthUse correct file syntax node for decl_access computatio...
2021-09-12 bors[bot]Merge #10213
2021-09-12 DawerImprove resilience of match checking
2021-09-12 bors[bot]Merge #10212
2021-09-12 Florian DieboldAvoid type inference panic on bitslice methods
2021-09-12 bors[bot]Merge #10202
2021-09-11 bors[bot]Merge #10210
2021-09-11 Aleksey Kladovminor: make code clearer with ControlFlow
2021-09-11 bors[bot]Merge #10207
2021-09-11 Aleksey Kladovminor: improve readability
2021-09-11 Teddy_WangFix tests by importing core::ops::Deref
2021-09-11 bors[bot]Merge #10206
2021-09-11 Giles Coperemoving seemingly unused dev deps.
2021-09-11 Giles Coperemove unused deps
2021-09-10 Dawerminor: fix tests.
2021-09-10 Dawerfix: Type param hover shows correct sized bounds.
2021-09-10 Dawerinternal: add implicit `: Sized` bound to type parameters.
2021-09-10 bors[bot]Merge #10177
2021-09-10 Teddy_WangAdd tests. The tests with coercion fail, but I have...
2021-09-09 bors[bot]Merge #10193
2021-09-09 Jonas SchievinkSupport the new `rustc_builtin_macro` syntax
2021-09-09 bors[bot]Merge #10190
2021-09-09 Laurențiu NicolaBump chalk
2021-09-09 bors[bot]Merge #10188
2021-09-09 Anatol Ulrichimplement #10070 in runnables
2021-09-09 Teddy_WangShow the type of what is being dereferenced in a deref...
2021-09-09 bors[bot]Merge #10185
2021-09-09 Jonas Schievinkminor: include `ImplLoc` in panic context
2021-09-08 bors[bot]Merge #10093
2021-09-08 bors[bot]Merge #10174
2021-09-08 bors[bot]Merge #10180
2021-09-08 Yotam OfekSplit and document array method resolution logic.
2021-09-08 Yotam OfekFix resolution of inherent array methods.
2021-09-08 Yotam OfekAdd (failing) test for inherent array method resolution.
2021-09-07 Jonas SchievinkRename `is_member` to `is_local`
2021-09-07 Jonas SchievinkTreat path dependencies like workspace members
2021-09-07 Dezhi Wufix `super` path wrong display
2021-09-07 Dezhi Wufix path wrong display
2021-09-07 Dezhi Wucargo fmt
2021-09-07 Dezhi Wufix: path display error when start with `crate`
2021-09-06 bors[bot]Merge #10169
2021-09-06 Aleksey Kladovminor: modernize
2021-09-06 bors[bot]Merge #10168
2021-09-06 Aleksey Kladovinternal: make name consistent with usage
2021-09-06 bors[bot]Merge #10167
2021-09-06 Laurențiu NicolaAvoid extra allocation in completion rendering
2021-09-06 bors[bot]Merge #10165
2021-09-06 David Barskyupdate to tracing-tree 0.1.10, which does not pull...
2021-09-06 bors[bot]Merge #10152
2021-09-06 bors[bot]Merge #10157
2021-09-06 bors[bot]Merge #10154
2021-09-06 bors[bot]Merge #10162
2021-09-05 Jonas SchievinkRecover from statement macro expansion errors
2021-09-05 bors[bot]Merge #10161
2021-09-05 Aleksey Kladovinternal: remove accidental code re-use
2021-09-05 bors[bot]Merge #10160
2021-09-05 Jonas SchievinkDon't dump `DefMap`s to build the panic context
2021-09-05 bors[bot]Merge #10159
2021-09-05 Jonas SchievinkAdd panic info for `impl_trait`/`trait_data`
2021-09-05 bors[bot]Merge #10155
2021-09-05 bors[bot]Merge #10158
2021-09-05 Jonas SchievinkAdd crate name to nameres panic context
2021-09-05 toyboot4eMinor: replace old name `CrateDefMap`
2021-09-05 Hirochika MatsumotoComplete `#![recursion_limit = "N"]` over `#![recursion...
2021-09-04 Blake WyattAdd completion for raw identifiers
2021-09-04 bors[bot]Merge #10146
2021-09-04 bors[bot]Merge #10147
2021-09-04 Aleksey Kladovinternal: deduplicate
2021-09-04 Dawerminor: update test
2021-09-04 Aleksey Kladovfix: don't panic if the client sends invalid request
next