]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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... Do not consider `_` to be an expression for `macro_rules!`
2022-03-02 Chayim Refael... Parse destructuring assignment
2022-03-01 bors[bot]Merge #11593
2022-03-01 Laurențiu NicolaBuild release binaries on Ubuntu 18.04
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... Future-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... Remove misleading comments
2022-02-27 Moritz Vetteradd two more unit tests for text_edit
2022-02-27 Chayim Refael... Fix `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-26 Laurențiu NicolaUpdate url to make webrender build
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... Minor perf change: `vec.clone().into_iter()` => `vec...
2022-02-25 Chayim Refael... Update references to macro_rules in the "Extract module...
2022-02-25 Chayim Refael... Do not change visibility of macro_rules in the "Extract...
2022-02-25 Chayim Refael... Generate 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)
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-23 bors[bot]Merge #11535
2022-02-23 Jean SIMARDAdd Kakoune and Helix configuration
2022-02-23 bors[bot]Merge #11534
2022-02-23 Laurențiu NicolaRemove reference to updates.channel from settings
2022-02-23 Laurențiu NicolaRephrase nightly instructions in the manual
2022-02-22 Ole StrohmAdded test
2022-02-22 Ole StrohmDedup code
2022-02-22 bors[bot]Merge #11461
next