]> git.lizzy.rs Git - rust.git/history - crates/hir_def
Merge #11866
[rust.git] / crates / hir_def /
2022-04-03 bors[bot]Merge #11866
2022-04-03 bors[bot]Merge #11821
2022-04-03 bors[bot]Merge #11879
2022-04-03 hkalbasisuggest infered type in auto complete
2022-04-02 bors[bot]Merge #11877
2022-04-02 bors[bot]Merge #11882
2022-04-02 Lukas Wirthinternal: outline child modules with missing backing...
2022-04-02 bors[bot]Merge #11878
2022-04-01 bors[bot]Merge #11857
2022-04-01 bors[bot]Merge #11796
2022-04-01 bors[bot]Merge #11869
2022-03-31 bors[bot]Merge #11827
2022-03-31 Lukas Wirthinternal: Enforce Resolver to always have a module...
2022-03-29 bors[bot]Merge #11840
2022-03-26 bors[bot]Merge #11825
2022-03-26 Lukas WirthSimplify
2022-03-25 bors[bot]Merge #11793
2022-03-23 bors[bot]Merge #11805
2022-03-23 bors[bot]Merge #11800
2022-03-23 Jonas Schievinkfix: properly import all types of macros with #[macro_u...
2022-03-23 bors[bot]Merge #11791
2022-03-22 bors[bot]Merge #11795
2022-03-22 bors[bot]Merge #11792
2022-03-22 Lukas Wirthminor: Bump dependencies
2022-03-22 bors[bot]Merge #11789
2022-03-22 bors[bot]Merge #11788
2022-03-22 bors[bot]Merge #11786
2022-03-22 Lukas Wirthinternal: Improve `find_path` and extern prelude handling
2022-03-22 bors[bot]Merge #11780
2022-03-21 Florian DieboldAdd new type-mismatch diagnostic
2022-03-21 bors[bot]Merge #11776
2022-03-21 Laurențiu NicolaReplace write! with direct calls
2022-03-20 bors[bot]Merge #11690
2022-03-20 bors[bot]Merge #11775
2022-03-20 bors[bot]Merge #11774
2022-03-20 Lukas WirthSimplify
2022-03-20 Lukas Wirthfeat: Tag macro calls as unsafe if they expand to unsaf...
2022-03-20 bors[bot]Merge #11771
2022-03-19 bors[bot]Merge #11765
2022-03-19 bors[bot]Merge #11755
2022-03-18 bors[bot]Merge #11752
2022-03-18 bors[bot]Merge #11713
2022-03-18 bors[bot]Merge #11750
2022-03-18 Lukas Wirthfix: Fix runnables trying to add doc tests in the crate...
2022-03-17 bors[bot]Merge #11743
2022-03-17 Florian DieboldFixes for consts
2022-03-16 bors[bot]Merge #11694
2022-03-15 bors[bot]Merge #11718
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-14 Lukas WirthSimplify
2022-03-14 bors[bot]Merge #11700
2022-03-14 bors[bot]Merge #11688
2022-03-14 hkalbasiAdd const generics
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::redundant_clone
2022-03-12 Matthias Krügerfix clippy::useless_conversion
2022-03-12 Matthias Krügerfix clippy::redundant_closure
2022-03-12 Matthias Krügerfix clippy::single_char_pattern
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-11 bors[bot]Merge #11680
2022-03-11 Lukas Wirthfix: Show what file paths were expected for unresolved...
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11664
2022-03-09 bors[bot]Merge #11660
2022-03-09 Lukas WirthSpecify proc-macro crate type for proc-macro hir_def...
2022-03-09 Lukas Wirthfix: Properly handle proc-macro crate types for nameres
2022-03-09 bors[bot]Merge #11663
2022-03-09 Lukas WirthSimplify
2022-03-09 Lukas Wirthfix symbol index collection not collecting legacy macros
2022-03-09 Lukas WirthFix ProcMacroData recording wrong name for derives
2022-03-08 Lukas WirthAdd data queries for macros
2022-03-08 Lukas WirthRemove unnecessary macro_declarations from ItemScope
2022-03-08 Lukas WirthOnly store derive<->derive-helper mapping in DefMap
2022-03-08 Lukas WirthRename MacroDef to Macro
2022-03-08 hkalbasiinsert dummy values for const generics in subst
2022-03-08 Lukas WirthAdd MacroId to hir_def in attempt to unify Macros with...
2022-03-08 bors[bot]Merge #11653
2022-03-07 bors[bot]Merge #11445
2022-03-06 bors[bot]Merge #11639
2022-03-06 bors[bot]Merge #11637
2022-03-06 bors[bot]Merge #11631
2022-03-05 bors[bot]Merge #11630
2022-03-05 Lukas WirthSimplify
2022-03-05 Lukas WirthFix hover for `Self` keyword
2022-03-05 bors[bot]Merge #11629
2022-03-05 Lukas Wirthfix: Recognize `Self` as a proper keyword
2022-03-05 Lukas Wirthfix: Fix macro-calls expanding to items in if/while...
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-04 bors[bot]Merge #11595
2022-03-04 bors[bot]Merge #11620
2022-03-04 Lukas WirthSimplify
2022-03-04 Lukas WirthSupport locals with multiple declaration sites
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiResolve only type params in type ns
2022-03-04 hkalbasiPreserve order of generic args
2022-03-04 Tianyi SongLower string literals with real val, not default
next