]> git.lizzy.rs Git - rust.git/history - crates/hir_expand
Merge #11690
[rust.git] / crates / hir_expand /
2022-03-20 bors[bot]Merge #11690
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::map_flatten
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::needless_borrow
2022-03-10 bors[bot]Merge #11676
2022-03-10 Lukas WirthExpand into pseudo-derive attribute expansions in compl...
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 Wirthfix: Properly handle proc-macro crate types for nameres
2022-03-09 bors[bot]Merge #11663
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 Lukas Wirthminor: Simplify
2022-03-06 bors[bot]Merge #11631
2022-03-05 bors[bot]Merge #11630
2022-03-05 Lukas WirthSimplify
2022-03-05 bors[bot]Merge #11629
2022-03-05 Lukas Wirthfix: Recognize `Self` as a proper keyword
2022-03-05 Lukas Wirthfix macro-calls always expanding to expressions in...
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 #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-03-03 bors[bot]Merge #11610
2022-03-03 bors[bot]Merge #11609
2022-03-03 Florian DieboldAdd another case to the syntax fixup code
2022-03-01 bors[bot]Merge #11593
2022-02-28 bors[bot]Merge #11433
2022-02-28 bors[bot]Merge #11579
2022-02-28 Chayim Refael FriedmanFuture-proof against a next edition by using `>=` and...
2022-02-25 bors[bot]Merge #11538
2022-02-25 bors[bot]Merge #11554
2022-02-25 Jonas SchievinkImplement the new built-in `unreachable!` macro
2022-02-25 bors[bot]Merge #11550
2022-02-25 bors[bot]Merge #11549
2022-02-25 ihciahfeat: support concat_bytes
2022-02-22 bors[bot]Merge #11461
2022-02-22 bors[bot]Merge #11472
2022-02-22 bors[bot]Merge #11530
2022-02-22 Lukas Wirthfix: Fix expand_macro always expanding the first listed...
2022-02-22 bors[bot]Merge #11513
2022-02-22 Lukas Wirthsimplify and document
2022-02-22 Lukas WirthSimplify
2022-02-22 Lukas WirthMake replace_derive_with_manual_impl work again
2022-02-22 Lukas WirthFix `expand_macro` not working for derive attributes
2022-02-22 Lukas Wirthinternal: Expand the derive attribute into a pseudo...
2022-02-22 bors[bot]Merge #11527
2022-02-22 Lukas Wirthinternal: Split unresolve proc-macro error out of mbe
2022-02-21 bors[bot]Merge #11490
2022-02-21 bors[bot]Merge #11522
2022-02-21 bors[bot]Merge #11455
2022-02-21 bors[bot]Merge #11481
2022-02-21 bors[bot]Merge #11517
2022-02-21 bors[bot]Merge #11516
2022-02-21 bors[bot]Merge #11142
2022-02-21 bors[bot]Merge #11424
2022-02-21 bors[bot]Merge #11375
2022-02-21 Chayim Refael FriedmanFix various IDE features
2022-02-20 bors[bot]Merge #11512
2022-02-20 Lukas Wirthinternal: Remove name fields from MacroCallKind
2022-02-20 bors[bot]Merge #11511
2022-02-20 Lukas Wirthinternal: Wrap MacroCallKind::Attr attr_args field...
2022-02-14 bors[bot]Merge #11369
2022-02-14 bors[bot]Merge #11458
2022-02-13 bors[bot]Merge #11464
2022-02-13 bors[bot]Merge #11442 #11460
2022-02-12 bors[bot]Merge #11444
2022-02-11 bors[bot]Merge #11453
2022-02-11 Lukas Wirthinternal: Make `ascend_call_token` iterative instead...
2022-02-09 Florian DieboldFormat again
2022-02-09 Florian DieboldReduce visibility
2022-02-09 Florian DieboldAdd back an assertion
2022-02-09 Florian DieboldVarious fixes
2022-02-09 Florian DieboldRename syntax_node_to_token_tree_censored
2022-02-09 Florian DieboldReplace expressions with errors in them
2022-02-08 Florian DieboldTrack synthetic tokens, to be able to remove them again...
2022-02-07 Florian DieboldActually check in fixup.rs
2022-02-07 Florian DieboldReverse fixups
2022-02-07 Florian DieboldWIP: Actually fix up syntax errors in attribute macro...
2022-02-04 bors[bot]Merge #11411
2022-02-04 Lukas WirthSimplify
2022-02-03 bors[bot]Merge #11403
2022-02-03 Lukas WirthShrink `mbe::ExpandError` and `mbe::ParseError`
2022-02-01 bors[bot]Merge #11322
2022-01-31 bors[bot]Merge #11291
2022-01-31 Lukas WirthMake more precise range macro upmapping
2022-01-31 Lukas WirthFix token ascension single token check being inverted
2022-01-31 bors[bot]Merge #11182
next