]> git.lizzy.rs Git - rust.git/history - crates/hir_expand
Merge #10781
[rust.git] / crates / hir_expand /
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
2021-11-03 bors[bot]Merge #10686
2021-11-03 Lukas WirthAdd Semantics::original_ast_node for upmapping nodes...
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
2021-10-29 bors[bot]Merge #10650
2021-10-29 bors[bot]Merge #10662
2021-10-29 bors[bot]Merge #10648
2021-10-29 Lukas WirthDon't discard attributed items when a proc-macro unexpe...
2021-10-29 bors[bot]Merge #10657
2021-10-29 Lukas Wirthfeat: Make unqualified derive attributes flyimportable
2021-10-29 bors[bot]Merge #10595
2021-10-28 bors[bot]Merge #10623
2021-10-27 bors[bot]Merge #10629
2021-10-27 bors[bot]Merge #10649
2021-10-26 bors[bot]Merge #10642
2021-10-26 Lukas WirthAdd dummy impls for `trace_macros` and `log_syntax`
2021-10-26 bors[bot]Merge #10592
2021-10-25 bors[bot]Merge #10631
2021-10-25 bors[bot]Merge #10630
2021-10-23 bors[bot]Merge #10617
2021-10-23 Laurențiu NicolaSet MSRV
2021-10-23 bors[bot]Merge #10602
2021-10-22 bors[bot]Merge #9939
2021-10-21 bors[bot]Merge #10607
2021-10-21 Lukas WirthMigrate to edition 2021
2021-10-21 bors[bot]Merge #10603
2021-10-21 Lukas WirthDon't resolve attributes to non attribute macros
2021-10-20 bors[bot]Merge #10563
2021-10-20 bors[bot]Merge #10387
2021-10-20 bors[bot]Merge #10600
2021-10-20 bors[bot]Merge #10598
2021-10-20 Lukas WirthRemove obsolete test module
2021-10-17 bors[bot]Merge #10417
2021-10-17 bors[bot]Merge #10561
2021-10-17 Lukas WirthDon't turn local names into strings in CompletionContext
2021-10-15 Aramis RazzaghipourMove `IdxRange` into `la_arena`
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
2021-10-11 bors[bot]Merge #10522
2021-10-10 bors[bot]Merge #10514
2021-10-10 Aleksey Kladovinternal: clean up code duplication
2021-10-10 bors[bot]Merge #10513
2021-10-10 Aleksey Kladovminor: align code to code style
2021-10-10 bors[bot]Merge #10512
2021-10-10 Aleksey Kladovinternal: add integrated test for token censoring
2021-10-10 bors[bot]Merge #10511
2021-10-10 Aleksey Kladovminor: add a test for derive macros in core
2021-10-10 bors[bot]Merge #10510
2021-10-10 Aleksey Kladovinternal: move derived tests to the unified macro infra
2021-10-10 bors[bot]Merge #10509
2021-10-10 Aleksey Kladovinternal: consistent module naming
2021-10-10 bors[bot]Merge #10508
2021-10-10 Aleksey Kladovmove tests
2021-10-10 Aleksey Kladovmove tests
2021-10-10 Aleksey Kladovinternal: move builtin macro tests to macro expansion...
2021-10-10 bors[bot]Merge #10506
2021-10-10 bors[bot]Merge #10504
2021-10-09 bors[bot]Merge #10496
2021-10-09 Aleksey Kladovinternal: update expect
2021-10-09 bors[bot]Merge #10494
2021-10-09 Aleksey Kladovfeat: report errors in macro definition
2021-10-09 Aleksey Kladovinternal: start new macro test suite
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-01 bors[bot]Merge #10403
2021-10-01 bors[bot]Merge #10412
2021-10-01 Jonas SchievinkExpand `asm!` to `format_args!`
2021-09-30 bors[bot]Merge #10402
2021-09-30 bors[bot]Merge #10398
next