]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-09 bors[bot]Merge #9541
2021-07-09 vi_mifix: Adding async keyword when await is present in...
2021-07-09 bors[bot]Merge #9512
2021-07-09 Lukas WirthUse `CoerceMany` in `BreakableContext`
2021-07-08 bors[bot]Merge #9536
2021-07-08 Florian DieboldRepresent opaque types with TyKind::OpaqueType
2021-07-08 bors[bot]Merge #9534
2021-07-08 Aleksey Kladovminor: one more usless type
2021-07-08 bors[bot]Merge #9533
2021-07-08 Lukas WirthUpdate list of safe intrinsics
2021-07-08 bors[bot]Merge #9532
2021-07-08 Lukas WirthAdd some more adjustment test annotations
2021-07-08 ManasThis patch shortens the spawned threads' names, as...
2021-07-08 Lukas WirthCopy some comments from rustc
2021-07-08 Lukas WirthMinor cleanup
2021-07-08 Lukas WirthImplement `CoerceMany`
2021-07-08 Lukas WirthRecord coercion adjustments
2021-07-08 bors[bot]Merge #9529
2021-07-08 Laurențiu NicolaDon't unify array elements with their arrays
2021-07-07 bors[bot]Merge #9526
2021-07-07 Jonas SchievinkImplement LUB coercion of array elements
2021-07-07 bors[bot]Merge #9519
2021-07-07 ManasExplicitly name all spawned threads
2021-07-07 bors[bot]Merge #9524
2021-07-07 Lukas WirthAdd test for trait completion label edit
2021-07-07 bors[bot]Merge #9523
2021-07-07 Lukas WirthDon't add the trait name to the insert text in completions
2021-07-07 bors[bot]Merge #9520
2021-07-07 Lukas WirthComplete `crate`, `super` and `self` in non-usetree...
2021-07-07 bors[bot]Merge #9517
2021-07-07 Laurențiu NicolaAdd nightly proc macro issue to the bug report template
2021-07-07 bors[bot]Merge #9417
2021-07-06 bors[bot]Merge #9514
2021-07-06 Lukas WirthInvert boolean literals in assist negation logic
2021-07-06 bors[bot]Merge #9500
2021-07-05 bors[bot]Merge #9505
2021-07-05 Aleksey Kladovinternal: ensure consistent passing for config params
2021-07-05 bors[bot]Merge #9503
2021-07-05 Aleksey Kladovfeat: make join lines behavior configurable
2021-07-05 bors[bot]Merge #9496
2021-07-05 mahdi-frmsrefactor logger flushing
2021-07-05 mahdi-frmsmake the logs line buffered
2021-07-05 bors[bot]Merge #9501
2021-07-05 Jonas SchievinkAdd a coverage mark
2021-07-05 Lukas WirthOnly inline closure, literal and local arguments when...
2021-07-05 bors[bot]Merge #9498
2021-07-05 bors[bot]Merge #9499
2021-07-05 Jonas SchievinkFix visibility computation with modules from the same...
2021-07-05 Lukas WirthYeet `replace_unwrap_with_match` in favor of `inline_call`
2021-07-05 bors[bot]Merge #9497
2021-07-05 Lukas WirthWrap inlined closures in parens when inlined in an...
2021-07-05 bors[bot]Merge #9494
2021-07-05 Lukas WirthUpdate `inline_call` assist doc example
2021-07-05 mahdi-frmsshow 'as' or 'use' before label traits
2021-07-05 bors[bot]Merge #9474
2021-07-05 Lukas WirthFixup emitted whitespace in most cases
2021-07-05 bors[bot]Merge #9493
2021-07-05 Aleksey Kladovminor: drop dummy authors field
2021-07-05 bors[bot]Merge #9478
2021-07-04 mahdi-frmseliminate find_use_path and show 'as' and 'use'
2021-07-04 mahdi-frmsshow imported trait on autocompletion of associated...
2021-07-04 bors[bot]Merge #9490
2021-07-04 Aleksey Kladovminor: untangle complex condition
2021-07-04 bors[bot]Merge #9489
2021-07-04 Aleksey Kladovinternal: improve feedback for relevance tests
2021-07-04 Aleksey Kladovfeat: always prefer postfix snippets if there's exact...
2021-07-04 bors[bot]Merge #9488
2021-07-04 Aleksey Kladovinternal: make CompletionItem and SourceChange consistent
2021-07-04 bors[bot]Merge #9487
2021-07-04 Aleksey Kladovinternal: better factoring for to_proto::completion
2021-07-04 bors[bot]Merge #9485
2021-07-04 Aleksey Kladovminor: style
2021-07-04 bors[bot]Merge #9484
2021-07-04 Aleksey Kladovinternal: make `xtask` lighter
2021-07-04 bors[bot]Merge #9483
2021-07-04 Aleksey Kladovminor: fix lint completion sourcegen
2021-07-04 bors[bot]Merge #9482
2021-07-04 Aleksey Kladovminor: better error message
2021-07-03 bors[bot]Merge #9479
2021-07-03 Lukas Wirth`replace_qualified_name_with_use` insert qualified...
2021-07-03 bors[bot]Merge #9477
2021-07-03 Lukas WirthDon't show an import per namespace in auto_import
2021-07-03 Lukas WirthAdd some more `inline_call` tests
2021-07-03 bors[bot]Merge #9476
2021-07-03 Aleksey Kladovfeat: regenrate lint completions
2021-07-03 Aleksey Kladovinternal: overhaul code generation
2021-07-03 Lukas WirthInline parameters in `inline_call` if possible
2021-07-03 bors[bot]Merge #9468
2021-07-03 Lukas WirthMerge the inline function/method assists into `inline_call`
2021-07-03 bors[bot]Merge #9473
2021-07-03 Aleksey Kladovfeat: join lines joins two ifs into `else if`
2021-07-03 bors[bot]Merge #9471
2021-07-03 Lukas WirthDon't hide meta lines
2021-07-03 Daiki IharaUpdate ISSUE_TEMPLATE
2021-07-03 Daiki IharaUpdate bug_repord template
2021-07-02 Lukas Wirthfeat: Implement `inline_method` assist
2021-07-02 bors[bot]Merge #9467
2021-07-02 Lukas WirthSimplify
2021-07-02 Lukas Wirthwrap_return_type_in_result works on the HIR
2021-07-02 bors[bot]Merge #9465
next