]> git.lizzy.rs Git - rust.git/history - crates/hir
Merge #10600
[rust.git] / crates / hir /
2021-10-19 bors[bot]Merge #10568
2021-10-19 bors[bot]Merge #10588
2021-10-19 bors[bot]Merge #10587
2021-10-19 bors[bot]Merge #10585
2021-10-19 Lukas WirthResolve derive attributes even when shadowed
2021-10-17 bors[bot]Merge #10417
2021-10-17 bors[bot]Merge #10562
2021-10-17 bors[bot]Merge #10561
2021-10-16 bors[bot]Merge #10558
2021-10-16 bors[bot]Merge #10557
2021-10-16 bors[bot]Merge #10542
2021-10-15 bors[bot]Merge #10552
2021-10-15 bors[bot]Merge #10543
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10545
2021-10-14 bors[bot]Merge #10546
2021-10-14 Lukas WirthImplement promotoe_local_to_const assist
2021-10-14 bors[bot]Merge #10539
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10537
2021-10-13 Ryan LevickAdd basic support for delegation
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
2021-10-12 Mirko RainerSaw a FIXME comment and decided to fix it.
2021-10-07 bors[bot]Merge #10477 #10482
2021-10-07 Lukas WirthExpose HasSource::source through Semantics with caching...
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
next