]> git.lizzy.rs Git - rust.git/history - crates
Specific proc-macro crate type for other test fixture where needed
[rust.git] / crates /
2022-03-09 Lukas WirthSpecific proc-macro crate type for other test fixture...
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 Lukas WirthSimplify
2022-03-09 Lukas WirthDisable one of the failing SSR test cases
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 WirthMove ide crates to new hir::Macro
2022-03-08 Lukas WirthMove hir to new MacroId
2022-03-08 Lukas WirthRename MacroDef to Macro
2022-03-08 Lukas WirthAdd MacroId to hir_def in attempt to unify Macros with...
2022-03-06 Lukas WirthUpdate tidy ignore list
2022-03-06 Lukas Wirthinternal: Re-arrange ide_db modules
2022-03-06 Lukas Wirthminor: Simplify
2022-03-06 Lukas Wirthinternal: Simplify and optimize syntax_highlighting
2022-03-05 Lukas WirthAdd a macro case for the keyword highlighting test...
2022-03-05 Lukas WirthFix extern crate self having self unresolved
2022-03-05 Lukas WirthHighlight `Self` as a keyword by default
2022-03-05 Lukas WirthSimplify
2022-03-05 Lukas WirthFix hover for `Self` keyword
2022-03-05 Lukas WirthFix highlighting of `Self`
2022-03-05 Lukas Wirthfix: Recognize `Self` as a proper keyword
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-05 Tianyi SongAdd type variable table to InferenceTableSnapshot
2022-03-04 bors[bot]Merge #11622
2022-03-04 Andy Russellshow variadic args in hover function signature
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
2022-03-03 bors[bot]Merge #11616
2022-03-03 Lukas Wirthslightly improve highlighting performance for derive...
2022-03-03 Lukas Wirthfix: Fix semantic highlighting breaking for lifetimes...
2022-03-03 bors[bot]Merge #11613
2022-03-03 Laurențiu NicolaAdd abort to safe intrinsics list
2022-03-03 bors[bot]Merge #11610
2022-03-03 bors[bot]Merge #11609
2022-03-03 Florian DieboldAdd a (currently failing) test for #11242
2022-03-03 Florian DieboldAdd another case to the syntax fixup code
2022-03-02 Chayim Refael FriedmanDo not consider `_` to be an expression for `macro_rules!`
2022-03-02 Chayim Refael FriedmanParse destructuring assignment
2022-03-01 bors[bot]Merge #11593
2022-02-28 bors[bot]Merge #11433
2022-02-28 Laurențiu NicolaAdd scary warning to onEnter
2022-02-28 bors[bot]Merge #11579
2022-02-28 Chayim Refael FriedmanFuture-proof against a next edition by using `>=` and...
2022-02-28 Moritz Vetterredirct: use iterators and knowledge about preordered...
2022-02-27 bors[bot]Merge #11573
2022-02-27 bors[bot]Merge #11567
2022-02-27 bors[bot]Merge #11570
2022-02-27 Chayim Refael FriedmanRemove misleading comments
2022-02-27 Moritz Vetteradd two more unit tests for text_edit
2022-02-27 Chayim Refael FriedmanFix `if` in #11561
2022-02-26 bors[bot]Merge #11560
2022-02-26 bors[bot]Merge #11565
2022-02-26 bors[bot]Merge #11566
2022-02-26 Lukas WirthMake hir::Local::name infallible
2022-02-26 Moritz Vetterrefact: edit text in place in TextEdit::apply
2022-02-26 Moritz Vettertest: add unit test for TextEdit::apply()
2022-02-26 Laurențiu NicolaFix body selection in while loops
2022-02-26 bors[bot]Merge #11564
2022-02-26 Lukas WirthRename test highlighting output files
2022-02-26 Lukas WirthSplit up highlighting tests a bit more
2022-02-26 Lukas WirthRe-order and cleanup highlighting tests
2022-02-26 bors[bot]Merge #11562
2022-02-26 Lukas Wirthfix: Don't emit unresolvedReference highlight tags...
2022-02-25 bors[bot]Merge #11538
2022-02-25 Lukas Wirthfeat: Make private editable completions configurable...
2022-02-25 bors[bot]Merge #11554
2022-02-25 Jonas SchievinkImplement the new built-in `unreachable!` macro
2022-02-25 bors[bot]Merge #11552
2022-02-25 Jonas SchievinkResolve `$crate` in `HirDisplay` of `Path`
2022-02-25 bors[bot]Merge #11550
2022-02-25 Florian DieboldAvoid autoderef coercions leaking if they don't apply
2022-02-25 bors[bot]Merge #11549
2022-02-25 Florian DieboldFix unreachable pub
2022-02-25 bors[bot]Merge #11548
2022-02-25 Florian DieboldRefactor autoderef and method resolution
2022-02-25 Florian DieboldAdd some tests
2022-02-25 ihciahfeat: support concat_bytes
2022-02-25 Florian DieboldAdd CSV output to analysis-stats
2022-02-25 Chayim Refael FriedmanMinor perf change: `vec.clone().into_iter()` => `vec...
2022-02-25 Chayim Refael FriedmanUpdate references to macro_rules in the "Extract module...
2022-02-25 Chayim Refael FriedmanDo not change visibility of macro_rules in the "Extract...
2022-02-25 Chayim Refael FriedmanGenerate AST code after rust-analyzer/ungrammar#46
2022-02-24 bors[bot]Merge #11462
2022-02-24 Moritz Vetterrefactor(11422): make number unsigned, nest enums into...
2022-02-24 Moritz Vetterfix(11422): have two different funuctions - one for...
2022-02-24 Moritz Vetteradd logic to highlight continue and break keywords...
2022-02-24 Moritz Vetterrefactor helper function to work with function taking...
2022-02-24 Moritz Vetteradd some breaking tests (TDD - style)
next