]> git.lizzy.rs Git - rust.git/history - crates/hir
Merge #10420
[rust.git] / crates / hir /
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-10-04 Aramis RazzaghipourReplace `if let Some(_) = foo` with `if foo.is_some()`
2021-10-04 bors[bot]Merge #10456
2021-10-04 Jonas SchievinkAvoid cycle when lowering predicates for associated...
2021-09-30 bors[bot]Merge #10402
2021-09-30 bors[bot]Merge #10398
2021-09-30 bors[bot]Merge #10401
2021-09-30 bors[bot]Merge #10400
2021-09-30 bors[bot]Merge #10399
2021-09-30 Dawerminor: don't drop binders when doing autoderef
2021-09-29 bors[bot]Merge #10384
2021-09-29 bors[bot]Merge #10181
2021-09-28 bors[bot]Merge #10385
2021-09-28 bors[bot]Merge #10373
2021-09-28 Dawerfix: replace errors in a type when doing autoderef
2021-09-28 bors[bot]Merge #10305
2021-09-27 bors[bot]Merge #10378
2021-09-27 bors[bot]Merge #10377
2021-09-27 bors[bot]Merge #10375
2021-09-27 Lukas WirthUse SmallVec<[_; 1]> in `descend_into_macros_impl`
2021-09-27 Dawerfix: replace errors in receiver type when iterating...
2021-09-27 bors[bot]Merge #10372
2021-09-27 Lukas WirthCleanup descend_into_macros_impl
2021-09-27 bors[bot]Merge #10366
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-27 Lukas WirthRename `Dyn*` nodes to `Any*` nodes
2021-09-26 bors[bot]Merge #10360
2021-09-26 Aleksey Kladovinternal: more reasonable grammar for blocks
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10338
2021-09-24 Jonas SchievinkFix diagnostics in unnamed consts
2021-09-24 bors[bot]Merge #10105
2021-09-23 bors[bot]Merge #10315
2021-09-22 bors[bot]Merge #10284
2021-09-21 bors[bot]Merge #10304
2021-09-21 Lukas WirthSimplify
2021-09-21 Lukas WirthGenerate ast nodes for each ast trait
2021-09-18 bors[bot]Merge #10276
2021-09-18 bors[bot]Merge #10275
2021-09-18 bors[bot]Merge #10274
2021-09-18 Lukas WirthMake inlay hints work in attributed items
2021-09-17 bors[bot]Merge #10260
2021-09-16 bors[bot]Merge #10257
2021-09-16 bors[bot]Merge #10250
2021-09-15 bors[bot]Merge #10248
2021-09-15 Aleksey Kladovinternal: remove dead code
2021-09-15 bors[bot]Merge #10048
2021-09-15 bors[bot]Merge #10233
2021-09-14 bors[bot]Merge #10240
2021-09-14 Lukas WirthRevert attributed items inlay hints
2021-09-14 bors[bot]Merge #10232
2021-09-14 Lukas Wirthfix source_to_def trying to use attribute macro calls...
2021-09-14 Lukas WirthPick smaller node ancestors first when descending at...
2021-09-14 Lukas WirthAdd some more attribute ide tests
2021-09-14 bors[bot]Merge #10204
2021-09-14 bors[bot]Merge #10231
2021-09-13 Lukas Wirthfeat: Make inlay hints work in attributed items
2021-09-13 bors[bot]Merge #10230
2021-09-13 Lukas Wirthfix: fix expansion order for fn-like macros and attribu...
2021-09-13 bors[bot]Merge #10229
2021-09-13 bors[bot]Merge #10126
2021-09-13 bors[bot]Merge #10199
2021-09-13 Lukas WirthSpeculatively expand attributes in completions
2021-09-12 bors[bot]Merge #10213
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 bors[bot]Merge #10206
2021-09-11 Giles Coperemove unused deps
2021-09-10 Dawerfix: Type param hover shows correct sized bounds.
2021-09-08 bors[bot]Merge #10093
2021-09-03 bors[bot]Merge #10130
2021-09-03 bors[bot]Merge #10135
2021-09-03 Lukas Wirthminor: fix some clippy lints
2021-09-02 bors[bot]Merge #10127
2021-09-02 Lukas WirthWhen descending tokens don't bail on failed macro call...
2021-09-01 bors[bot]Merge #9954
2021-08-30 bors[bot]Merge #10076
2021-08-30 bors[bot]Merge #10085
2021-08-30 bors[bot]Merge #10005
2021-08-30 bors[bot]Merge #10015
2021-08-30 bors[bot]Merge #10080
2021-08-30 bors[bot]Merge #10079
2021-08-30 bors[bot]Merge #9906
2021-08-30 Dezhi Wuswitch `log` crate to `tracing`
2021-08-29 bors[bot]Merge #10074
2021-08-29 Aleksey Kladovinternal: don't expose impl details out of hir
2021-08-29 Aleksey Kladovinternal: improve compile times a bit
2021-08-28 bors[bot]Merge #10067
2021-08-28 Lukas WirthSimplify
2021-08-28 Lukas WirthOnly report unique text ranges in highlight_related
next