]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-05 bors[bot]Merge #7163
2021-01-05 Laurențiu NicolaUse macos-latest for aarch64-apple-darwin releases
2021-01-04 bors[bot]Merge #7161
2021-01-04 kjeremyCargo update to remove some dependencies
2021-01-04 bors[bot]Merge #7160
2021-01-04 bors[bot]Merge #7147
2021-01-04 ArnaudRemove `RetType`
2021-01-04 ArnaudDocument `hir::Function::ret_type`
2021-01-04 ArnaudMake it possible to retrieve `hir::Function`'s return...
2021-01-04 bors[bot]Merge #7159
2021-01-04 Edwin ChengSimplify SubtreeTokenSource
2021-01-04 Edwin ChengRefactor TokenBuffer for reduc cloning
2021-01-04 bors[bot]Merge #7157
2021-01-04 kjeremyUpdate crates
2021-01-04 Edwin ChengReduce string copying
2021-01-04 bors[bot]Merge #7156
2021-01-04 Aleksey KladovRename extension config
2021-01-04 bors[bot]Merge #7154
2021-01-04 bors[bot]Merge #7155
2021-01-04 Laurențiu NicolaFix x86_64-pc-windows-msvc artifact name
2021-01-04 bors[bot]Merge #7151
2021-01-04 Lukas WirthShow GotoTypeAction for TypeParam
2021-01-04 bors[bot]Merge #7153
2021-01-04 Laurențiu NicolaAllow download of aarch64-pc-windows-msvc binaries
2021-01-04 Lukas WirthShow GotoTypeAction for ConstParam
2021-01-04 Lukas WirthShow implementations when hovering over SelfType
2021-01-04 bors[bot]Merge #7152
2021-01-04 Aleksey Kladovrename exrtract_assignment -> pull
2021-01-04 Lukas WirthFix HoverAction::Implementation typo
2021-01-04 Lukas WirthImplement hover for ConstParam
2021-01-04 bors[bot]Merge #7149
2021-01-04 bors[bot]Merge #7148
2021-01-04 Lukas WirthImpl hovering for TypeParams
2021-01-04 bors[bot]Merge #6587
2021-01-04 Laurențiu NicolaBuild aarch64-pc-windows-msvc releases
2021-01-04 Marijn Suijtenssr: Allow replacing expressions with statements
2021-01-03 bors[bot]Merge #7113
2021-01-03 bors[bot]Merge #7138
2021-01-03 Jesse BakkerSupport assignment to FieldExpr for extract_assignment...
2021-01-03 bors[bot]Merge #7139
2021-01-03 Jesse BakkerUpgrade expect-test to 1.1
2021-01-03 Marijn Suijtenssr: Add tests for raw LetStmt matching
2021-01-03 Marijn Suijtenparser,syntax: Add separate parser for stmt with option...
2021-01-03 bors[bot]Merge #7137
2021-01-03 Jonas SchievinkRevert "Proper handling $crate and local_inner_macros"
2021-01-03 Marijn Suijtensyntax,ssr: Implement statement parsing
2021-01-03 bors[bot]Merge #7136
2021-01-03 Edwin ChengFixed nested eager macro bug
2021-01-03 bors[bot]Merge #7068
2021-01-03 bors[bot]Merge #7115
2021-01-03 Phil EllisonUse stdx::format_to instead of writeln
2021-01-03 bors[bot]Merge #7128
2021-01-02 bors[bot]Merge #7135
2021-01-02 cynecxUse fully qualified `Itertools::intersperse` call to...
2021-01-02 cynecxFix warnings on rust-nightly
2021-01-02 bors[bot]Merge #7133
2021-01-02 bors[bot]Merge #7130
2021-01-02 Jesse BakkerAdd support for MatchExpr to extract_assigment assist
2021-01-02 Jesse BakkerAdd extract-assignment assist
2021-01-02 Edwin ChengUse arena instead of vec
2021-01-02 bors[bot]Merge #7134
2021-01-02 Edwin ChengFix infer error of macro invocation in array expr
2021-01-02 Edwin ChengIntroduce HygieneFrames for proper token hyginee
2021-01-02 Lukas WirthImplement HasAttrs for Type-, Const- and LifetimeParam
2021-01-02 Nick SpainFix ConstParam HasSource impl and implement TryToNav...
2021-01-02 Nick SpainRemove old_source now we've fully migrated
2021-01-02 Nick SpainHandle case where detail doesn't exist without giving...
2021-01-02 Nick SpainRemove source_old from adding const and function impls
2021-01-02 Nick SpainMake the result of Const, FunctionRender and TypeAliasR...
2021-01-02 Nick SpainMove impls of ToNav that use source() to TryToNav
2021-01-02 Nick SpainHandle missing source in target_data_for_def
2021-01-02 Nick SpainHandle missing source in filter_assoc_items
2021-01-02 Nick SpainGo back to use of source_old() in offset_target_and_fil...
2021-01-02 Nick SpainFix type error with .and_then
2021-01-02 Nick SpainHandle not finding range in Definition::search_scope
2021-01-02 Nick Spainsource_old -> source for cases that can be handled...
2021-01-02 Nick SpainOnly log path and syntax range when processing function...
2021-01-02 Nick SpainHasSource::source_old -> HasSource::source for places...
2021-01-02 Nick SpainMark HasSource::source_old as deprecated but allow...
2021-01-02 Nick SpainImplement new HasSource::source for all implementors...
2021-01-02 Nick SpainHasSource::source -> HasSource::source_old
2021-01-02 bors[bot]Merge #7132
2021-01-02 Laurențiu NicolaStop using beta toolchain in xtask dist
2021-01-01 Lukas WirthImpl HasAttrs for GenericParam
2021-01-01 bors[bot]Merge #7125
2021-01-01 Florian DieboldDon't emit arg count diagnostics for method calls with...
2021-01-01 Phil EllisonRemove some unnecessary code copied from the Syntax...
2021-01-01 Phil EllisonAddress review suggestion, fix tidy tests
2021-01-01 Luke TaylorExpand doc on dealing with "proc macro not expanded"
2021-01-01 bors[bot]Merge #7123
2021-01-01 Mara BosFormatting.
2021-01-01 Mara BosAdd support for Rust 2021.
2021-01-01 bors[bot]Merge #7121
2021-01-01 Lukas WirthShow lifetimes and labels on hover
2021-01-01 bors[bot]Merge #7080
2021-01-01 Lukas WirthAdd ConstParams to the ide layer
2021-01-01 bors[bot]Merge #7116
2021-01-01 Lukas WirthAdd ConstParams to the HIR
2021-01-01 bors[bot]Merge #7117
2021-01-01 Laurențiu NicolaUse stable instead of beta on macos-11 release runner
next