]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003cargo fmt
2021-06-13 Maan2003clippy::redundant_field_names
2021-06-13 Maan2003clippy::manual_str_repeat
2021-06-13 Maan2003clippy::useless_return
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::clone_on_copy
2021-06-13 Maan2003clippy::useless_conversion
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9239
2021-06-12 Florian DieboldFix coercion in match with expected type
2021-06-12 bors[bot]Merge #9238
2021-06-12 Aleksey Kladovinternal: cross-crate cov-marks
2021-06-12 bors[bot]Merge #9237
2021-06-12 Aleksey Kladovinternal: move diagnostics infra to hir
2021-06-12 bors[bot]Merge #9236
2021-06-12 Kirill BulatovFix some typos in flyimport docs
2021-06-12 bors[bot]Merge #9233
2021-06-12 Aleksey KladovMove some hir_ty diagnostics to hir
2021-06-12 bors[bot]Merge #9231
2021-06-12 Aleksey Kladovminor: optimize
2021-06-12 Aleksey Kladovminor: reduce visibility
2021-06-12 bors[bot]Merge #9230
2021-06-12 Aleksey Kladovinternal: move missing unsafe diagnostic to hir
2021-06-12 Aleksey Kladovinternal: move inference diagnostics to hir
2021-06-12 bors[bot]Merge #9229
2021-06-12 Aleksey Kladovminor: squelch "unused" warning
2021-06-11 bors[bot]Merge #9204
2021-06-11 Jonas SchievinkUpdate libc
2021-06-11 bors[bot]Merge #9223
2021-06-11 Lukas WirthComplete associated types in dyn and impl trait
2021-06-11 bors[bot]Merge #9221
2021-06-11 Lukas WirthHighlight tuple field accesses correctly
2021-06-11 bors[bot]Merge #9219
2021-06-11 Lukas WirthReplace some AssocItem::containing_trait calls trait_or...
2021-06-11 bors[bot]Merge #9218
2021-06-11 Lukas WirthItem search now respects trait impl items
2021-06-11 bors[bot]Merge #9217
2021-06-11 Jonas SchievinkDon't stringify `cfg_attr`-gated attributes
2021-06-11 Jonas SchievinkUpdate ungrammar
2021-06-11 bors[bot]Merge #9216
2021-06-11 Lukas WirthDon't allow lookup by self for unprefixed self access...
2021-06-11 bors[bot]Merge #9215
2021-06-11 fee1-deadFixed a small typo in comment
2021-06-11 Maan2003change visibility for use and macro items
2021-06-11 bors[bot]Merge #9192
2021-06-11 bors[bot]Merge #9209
2021-06-11 Maan2003Don't suggest Remove unused param in trait impls
2021-06-11 bors[bot]Merge #9208
2021-06-11 Kirill BulatovOnly prefill caches in the completion benchmark
2021-06-10 Kirill BulatovFix visibility issues
2021-06-10 Kirill BulatovPrime caches on workspace load
2021-06-10 Kirill BulatovPopulate import maps eagerly
2021-06-10 bors[bot]Merge #9206
2021-06-10 Kirill BulatovReduce fst_path calls
2021-06-10 Kirill BulatovAdd more profiling for flyimports
2021-06-10 Jonas SchievinkAdd support for mallinfo2 on glibc Linux
2021-06-10 bors[bot]Merge #9202
2021-06-10 Jonas SchievinkMake `MemoryUsage` work on Windows
2021-06-09 bors[bot]Merge #9196
2021-06-09 Lukas WirthDon't classify attributes on macro-calls are the macro...
2021-06-09 bors[bot]Merge #9195
2021-06-09 Lukas WirthSimplify
2021-06-09 bors[bot]Merge #9193
2021-06-09 Lukas WirthRemove unnecessary duplication
2021-06-09 Lukas WirthImplement dummy expansions for builtin attributes
2021-06-09 Jonas SchievinkTry to fix unique file names on Windows
2021-06-09 Jonas SchievinkBuild test-macros in a build script
2021-06-09 bors[bot]Merge #9191
2021-06-09 Lukas WirthDon't descend MacroCall TokenTree delimiters
2021-06-08 bors[bot]Merge #9186
2021-06-08 bors[bot]Merge #9183
2021-06-08 Jonas SchievinkPrefer attr macros in "expand macro recursively"
2021-06-08 bors[bot]Merge #9187
2021-06-08 Lukas WirthFix edge case for ImportGranularity guessing
2021-06-08 phynalleFix typo
2021-06-08 bors[bot]Merge #9181 #9182
2021-06-08 bors[bot]Merge #9180
2021-06-08 Lukas WirthAdd tests checking no value completion in type pos
2021-06-08 Jonas Schievinkfix: don't complete derive macros as fn-like macros
2021-06-08 Lukas WirthDon't complete values in type position
2021-06-08 Jonas Schievinksource_to_def: skip items with no def
2021-06-08 Aleksey KladovRevert "Merge #9177"
2021-06-08 bors[bot]Merge #9177
2021-06-08 Aleksey Kladov:arrow_up: npm packages
2021-06-08 bors[bot]Merge #9153
2021-06-07 bors[bot]Merge #9171
2021-06-07 Lukas Wirthsimplify
2021-06-07 bors[bot]Merge #9170
2021-06-07 Lukas WirthRemove unnecessary completion::macro_in_item_position
2021-06-07 bors[bot]Merge #9169
2021-06-07 Jonas SchievinkAttempt to track attr macros during highlighting
2021-06-07 Lukas WirthReorder CompletionContext fields
2021-06-07 Milofix
2021-06-07 bors[bot]Merge #9144
2021-06-07 bors[bot]Merge #9166
2021-06-07 Jonas SchievinkMake "expand macro" command work with attribute macros
2021-06-07 Florian DieboldFurther clarification
2021-06-07 Florian DieboldOne additional grammar fix
next