]> git.lizzy.rs Git - rust.git/history - crates
Merge #11951
[rust.git] / crates /
2022-04-10 bors[bot]Merge #11951
2022-04-10 Lukas WirthSimplify
2022-04-10 bors[bot]Merge #11954
2022-04-10 Lukas WirthParse for<'a> closure syntax
2022-04-10 bors[bot]Merge #11953
2022-04-09 iDawer`extract_module`: Refactor loops
2022-04-09 iDawerextract_module: Resolve imports lazily
2022-04-09 iDawerRefactor `extract_module`
2022-04-09 iDawerClean up `extract_module`
2022-04-09 bors[bot]Merge #11946
2022-04-09 Lukas WirthRevert #11912 as it parses all visited files
2022-04-08 bors[bot]Merge #11943
2022-04-08 Lukas Wirthfix: Don't create `hir::Local`s from const path patterns
2022-04-08 bors[bot]Merge #11942
2022-04-08 Lukas Wirthfix: Check whether a parameter can be converted to...
2022-04-08 bors[bot]Merge #11940
2022-04-08 Lukas Wirthminor: bump lsp-server version
2022-04-08 bors[bot]Merge #11938
2022-04-08 Jonas SchievinkMake trait item completions work in a bare impl and...
2022-04-08 Jonas SchievinkAccount for macros in `get_missing_assoc_items`
2022-04-08 bors[bot]Merge #11936
2022-04-08 Florian DieboldIgnore `Drop` and `Destruct` bounds for now
2022-04-07 bors[bot]Merge #11931
2022-04-07 Jonas Schievinkflyimport: omit types when completing where-clause
2022-04-07 bors[bot]Merge #11920
2022-04-07 bors[bot]Merge #11930
2022-04-07 Jonas SchievinkDetermine function unsafety semantically
2022-04-07 bors[bot]Merge #11925
2022-04-07 bors[bot]Merge #11927
2022-04-07 Jonas SchievinkUse bitflags for `FnFlags`
2022-04-07 bors[bot]Merge #11926
2022-04-07 Jonas Schievinkuse stdx::never
2022-04-07 Jonas SchievinkFix panics with `#[cfg]`'d-out `self` parameter
2022-04-07 Laurențiu NicolaAdd and use HirFormatter::write_{str,char}
2022-04-07 bors[bot]Merge #11924
2022-04-07 Jonas SchievinkRemove `FnFlags::IS_IN_EXTERN_BLOCK`
2022-04-07 hkalbasiconsider types of const generics
2022-04-06 bors[bot]Merge #11919
2022-04-06 Lukas Wirthminor: Remove pointless rebindings
2022-04-06 bors[bot]Merge #11916
2022-04-06 Lukas Wirthinternal: Add more doc-link tests
2022-04-06 bors[bot]Merge #11915
2022-04-06 Lukas Wirthfix: Attempt to resolve paths in const arguments heuris...
2022-04-06 bors[bot]Merge #11914
2022-04-06 Lukas Wirthfix: Fix path qualifiers not resolving generic type...
2022-04-06 bors[bot]Merge #11912
2022-04-06 Lukas WirthFix `SearchScope::reverse_dependencies` trying to searc...
2022-04-06 bors[bot]Merge #11911
2022-04-06 Lukas Wirthfix: Fix SearchScope using incorrect text ranges for...
2022-04-05 bors[bot]Merge #11905
2022-04-05 bors[bot]Merge #11891
2022-04-05 Jonas SchievinkRemove hir_expand macro recursion check
2022-04-05 bors[bot]Merge #11904
2022-04-05 Jonas SchievinkWrap macros in expr position in `MacroExpr` node
2022-04-05 CaduUsing `error` instead of `output.stderr` in failure...
2022-04-04 CaduMade error output the contents of Cargo's stderr as...
2022-04-04 Caduwordsmithing.
2022-04-04 CaduBetter error message hinting about `cargo clippy`
2022-04-04 bors[bot]Merge #11899
2022-04-04 iDawerfix: Skip match check on a pattern of unexpected TyKind...
2022-04-04 bors[bot]Merge #11896
2022-04-04 Lukas Wirthfix: Show the path to be created in the unresolved...
2022-04-04 bors[bot]Merge #11894
2022-04-04 cameron1024Update crates/ide_completion/src/render/function.rs
2022-04-04 cameronfix type error
2022-04-04 cameronremove unwarp on adt name
2022-04-04 cameroncomplete pattern args based on type name
2022-04-03 bors[bot]Merge #11865
2022-04-03 Jonas BushartUse check_count! instead of multiple check! in separate...
2022-04-03 bors[bot]Merge #11887
2022-04-03 Lukas Wirthfix: Add missing fields diagnostic fix for patterns
2022-04-03 bors[bot]Merge #11699
2022-04-03 Ethiraricfeat: assist to remove unneeded `async`s
2022-04-03 bors[bot]Merge #10802
2022-04-03 Jonas BushartMerge test functions using the same coverage marks...
2022-04-03 bors[bot]Merge #11866
2022-04-03 bors[bot]Merge #11886
2022-04-03 Aleksey Kladovadd test for postfix completion relevance
2022-04-03 bors[bot]Merge #11821
2022-04-03 bors[bot]Merge #11879
2022-04-03 hkalbasisuggest infered type in auto complete
2022-04-02 bors[bot]Merge #11877
2022-04-02 bors[bot]Merge #11882
2022-04-02 Lukas Wirthinternal: outline child modules with missing backing...
2022-04-02 bors[bot]Merge #11881
2022-04-02 Florian Dieboldfix: Don't rely on lang items to find primitive impls
2022-04-02 bors[bot]Merge #11878
2022-04-02 Florian Dieboldfix: Paper over GAT panic
2022-04-02 iDawerfix: `merge_imports::recursive_merge` exiting early
2022-04-01 bors[bot]Merge #11875
2022-04-01 Lukas WirthSimplify completion import insertion
2022-04-01 Lukas WirthCleanup relevance scoring
2022-04-01 bors[bot]Merge #11857
2022-04-01 bors[bot]Merge #11874
2022-04-01 Jake Vossenenum variant wording
2022-04-01 Aleksei TrifonovIntroduce postfix item types
2022-04-01 bors[bot]Merge #11872
2022-04-01 Lukas Wirthinternal: Remove `PathResolution::AssocItem`
2022-04-01 bors[bot]Merge #11796
2022-04-01 bors[bot]Merge #11870
next