]> git.lizzy.rs Git - rust.git/history - crates/hir_expand
Merge #11248
[rust.git] / crates / hir_expand /
2022-01-14 bors[bot]Merge #11248
2022-01-14 bors[bot]Merge #11282
2022-01-14 Lukas Wirthfix: Properly cache files in Semantics when ascending...
2022-01-11 bors[bot]Merge #11210
2022-01-11 Lukas Wirthfeat: Deprioritize ops methods in completion
2022-01-08 bors[bot]Merge #11238
2022-01-08 Jonas SchievinkShrink diagnostic spans for errors inside macros
2022-01-08 bors[bot]Merge #11107
2022-01-07 bors[bot]Merge #11230
2022-01-07 Lukas Wirthfix: Fix attribute stripping ignoring doc comments
2022-01-07 bors[bot]Merge #11145
2022-01-07 bors[bot]Merge #11220
2022-01-07 bors[bot]Merge #11225
2022-01-07 Lukas WirthUse `FileAstId<ast::Adt>` in nameres where appropriate...
2022-01-06 bors[bot]Merge #11218
2022-01-04 bors[bot]Merge #11112
2022-01-04 Benjamin Coenenadd better default behavior on fill struct fields diagn...
2022-01-03 bors[bot]Merge #11061
2022-01-03 bors[bot]Merge #11115
2022-01-03 bors[bot]Merge #11088
2022-01-02 bors[bot]Merge #11166
2022-01-02 bors[bot]Merge #11168
2022-01-02 Aleksey Kladovminor: drop dead code
2022-01-01 bors[bot]Merge #11136
2021-12-30 bors[bot]Merge #11144
2021-12-30 bors[bot]Merge #11141
2021-12-30 bors[bot]Merge #10692
2021-12-30 Ariel DavisMigrate to SyntaxNodePtr in new rowan
2021-12-28 bors[bot]Merge #11134
2021-12-28 Aleksey Kladovadd TopEntryPoint
2021-12-21 bors[bot]Merge #11071 #11090
2021-12-21 bors[bot]Merge #11082
2021-12-21 Lukas Wirthinternal: Do less work in `hir::Semantics`
2021-12-20 bors[bot]Merge #11074
2021-12-20 bors[bot]Merge #11073
2021-12-20 bors[bot]Merge #11069
2021-12-20 bors[bot]Merge #11067
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-15 iDawerBump MSRV (1.57)
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-11 bors[bot]Merge #10951
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-11 bors[bot]Merge #10877
2021-12-11 Aleksey Kladovmore frugal map
2021-12-11 bors[bot]Merge #10985
2021-12-11 bors[bot]Merge #10976
2021-12-10 bors[bot]Merge #10978
2021-12-10 bors[bot]Merge #10977
2021-12-10 Jonas SchievinkFix `concat!` with captured expression
2021-12-09 bors[bot]Merge #10974
2021-12-09 Lukas WirthUse known names instead of string literals
2021-12-05 bors[bot]Merge #10944
2021-12-05 bors[bot]Merge #10943
2021-12-05 Aleksey Kladovtry to optimize things unsuccessfully
2021-12-05 Aleksey Kladovfeat: make hightlighting linear
2021-12-05 bors[bot]Merge #10939
2021-12-05 Laurențiu NicolaClean up some unused cross-crate dependencies
2021-12-05 bors[bot]Merge #10902
2021-12-03 bors[bot]Merge #10921
2021-12-03 Lukas Wirthminor: Update list of safe intrinsics
2021-11-25 bors[bot]Merge #10824
2021-11-22 bors[bot]Merge #10834
2021-11-22 bors[bot]Merge #10839
2021-11-22 Lukas WirthDocument token up/down mapping
2021-11-22 bors[bot]Merge #10838
2021-11-22 Lukas WirthAdd to macro testing infra to emit token map ids
2021-11-18 bors[bot]Merge #10785
2021-11-17 bors[bot]Merge #10789
2021-11-17 Lukas WirthCheck for derive attributes by item path, not `derive...
2021-11-17 bors[bot]Merge #10787
2021-11-16 bors[bot]Merge #10778
2021-11-16 Lukas WirthSkip test/bench attr expansion in resolution instead...
2021-11-16 bors[bot]Merge #10775
2021-11-16 bors[bot]Merge #10769
2021-11-16 bors[bot]Merge #10734
2021-11-16 bors[bot]Merge #10773
2021-11-16 Lukas Wirthfix: Reimplement mapping out of test/bench attributes...
2021-11-14 bors[bot]Merge #10767
2021-11-14 Lukas WirthRename intern_macro -> intern_macro_call
2021-11-11 bors[bot]Merge #10747
2021-11-11 Lukas WirthRemove faulty logic for ascending test attributes for...
2021-11-10 bors[bot]Merge #10689
2021-11-08 bors[bot]Merge #10688
2021-11-07 bors[bot]Merge #10699
2021-11-07 bors[bot]Merge #10698
2021-11-05 bors[bot]Merge #10706
2021-11-05 bors[bot]Merge #10704
2021-11-05 Lukas WirthDon't search for root nodes unnecessarily
2021-11-05 bors[bot]Merge #10703
2021-11-05 bors[bot]Merge #10701
2021-11-05 bors[bot]Merge #10685
2021-11-04 bors[bot]Merge #10696
2021-11-04 Lukas WirthReplace more Name::to_string usages with Name::to_smol_str
2021-11-04 bors[bot]Merge #10645
2021-11-04 bors[bot]Merge #10691
next