]> git.lizzy.rs Git - rust.git/history - crates
fix: Fix semantic highlighting breaking for lifetimes in macros
[rust.git] / crates /
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-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-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-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)
2022-02-24 bors[bot]Merge #11531
2022-02-24 bors[bot]Merge #11540
2022-02-24 bors[bot]Merge #11545
2022-02-24 Akshayadd `is_slice` method to `hir::Type`
2022-02-23 Ole StrohmIgnore doc(hidden) for crate-local enums
2022-02-23 Lukas Wirthfix: Resolve private fields in type inference
2022-02-23 Lukas WirthSimplify
2022-02-23 bors[bot]Merge #11539
2022-02-23 Lukas WirthSimplify
2022-02-23 bors[bot]Merge #11537
2022-02-23 Lukas WirthReduce visibility of proc-macros to pub(crate)
2022-02-23 bors[bot]Merge #11536
2022-02-23 Lukas WirthResolve functions as proc-macros via FileAstId
2022-02-22 Ole StrohmAdded test
2022-02-22 Ole StrohmDedup code
2022-02-22 bors[bot]Merge #11461
2022-02-22 Jonas GoronczyReplaced fold with for loop
2022-02-22 bors[bot]Merge #11472
2022-02-22 vi_michore: reposition comment
2022-02-22 Ole Strohmfix: Make match_arms assist handle doc(hidden) and...
2022-02-22 vi_mifix: visibility in impl items and pub(crate) to pub...
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 Wirthupdate references::derive test output
2022-02-22 Lukas Wirthsimplify and document
2022-02-22 Lukas WirthSimplify
2022-02-22 Lukas WirthFix syntax highlighting not highlighting derives anymore
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-22 bors[bot]Merge #11525
2022-02-22 Tianyi SongDrop generic args in path before insert use
2022-02-21 Jonas GoronczyRemoves ExtractedGenerics struct
2022-02-21 bors[bot]Merge #11490
2022-02-21 SeniorMarsUpdate crates/ide/src/runnables.rs
2022-02-21 Jonas GoronczyCleanup
2022-02-21 bors[bot]Merge #11522
2022-02-21 Lukas Wirthfix: Make code lenses work on attributed items
2022-02-21 bors[bot]Merge #11455
2022-02-21 Lukas WirthMove fn to proc-macro conversion to name classification
2022-02-21 bors[bot]Merge #11481
2022-02-21 bors[bot]Merge #11517
2022-02-21 Lukas Wirthfix: Fix qualfiied record literal completion triggering...
2022-02-21 bors[bot]Merge #11516
2022-02-21 Lukas Wirthfix: Don't count commas when looking for the derive...
next