]> git.lizzy.rs Git - rust.git/history - crates
Merge #11069
[rust.git] / crates /
2021-12-20 bors[bot]Merge #11069
2021-12-20 Lukas Wirthfix: Partially fix `ide_db::search` for crate roots
2021-12-20 bors[bot]Merge #11067
2021-12-20 Lukas WirthUpdate test output
2021-12-20 Lukas Wirthinternal: Store function param names in ItemTree
2021-12-20 bors[bot]Merge #11028
2021-12-20 Lukas WirthSimplify
2021-12-20 bors[bot]Merge #11065
2021-12-20 Lukas WirthSimplify NameClass::classify
2021-12-20 Lukas Wirthinternal: Don't kick off inference in Semantics::descen...
2021-12-20 bors[bot]Merge #10484
2021-12-20 bors[bot]Merge #11062
2021-12-20 patrick-guDon't say "a reference to" for Copy types
2021-12-19 iDawerRespect binding mode of a binding pattern for exhaustiv...
2021-12-19 iDawerinternal: Normalize field type after substituting
2021-12-19 iDawerinternal: sync match checking with rust-lang/rust f3162...
2021-12-19 Dawerinternal: Sync match checking algorithm with rustc
2021-12-19 bors[bot]Merge #11060
2021-12-19 Laurențiu NicolaBump object
2021-12-19 Laurențiu NicolaBump chalk
2021-12-19 bors[bot]Merge #11054
2021-12-18 ucrhhfix unwrap_block by removing double trimming
2021-12-18 bors[bot]Merge #11042
2021-12-18 bors[bot]Merge #11047
2021-12-18 bors[bot]Merge #11035
2021-12-18 bors[bot]Merge #11050
2021-12-18 rainy-mefeat: treat fn keyword inside function pointer type...
2021-12-18 bors[bot]Merge #11046
2021-12-18 Aleksey KladovUpdate crates/parser/src/lexed_str.rs
2021-12-18 Aleksey Kladovinternal: move all the lexing to the parser crate
2021-12-18 k-nasarefactor: chain iter
2021-12-18 Aleksey Kladovconverting lexed str to tokens
2021-12-18 Aleksey Kladovsoa all the things
2021-12-18 Aleksey Kladovmove tests
2021-12-18 Aleksey Kladovmove lexing to the parser crate
2021-12-18 Aleksey Kladovminor: dead code
2021-12-17 bors[bot]Merge #11043
2021-12-17 Jonas SchievinkInitial support for `#[rustc_legacy_const_generics]`
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-17 bors[bot]Merge #10527
2021-12-17 Lukas WirthUpdate tests
2021-12-17 Laurențiu NicolaRemove needless clones
2021-12-17 Laurențiu NicolaSpelling nits
2021-12-17 Lukas WirthAdd a few default snippets for VSCode
2021-12-17 bors[bot]Merge #11040
2021-12-17 Lukas Wirthfix: Don't duplicate attribute completions
2021-12-16 k-nasamanual run sourcegen_lint_completions
2021-12-16 k-nasaAdd clippy lint group to attribute auto compleme
2021-12-16 k-nasaList struct to clonable
2021-12-16 bors[bot]Merge #11030
2021-12-15 Wang RuochenAdd comma for "move if to guard"
2021-12-15 bors[bot]Merge #11017
2021-12-15 Wang RuochenAdd coverage marks
2021-12-15 iDawerBump MSRV (1.57)
2021-12-15 bors[bot]Merge #11021
2021-12-14 Wang RuochenSupport "move if to guard" with an else branch
2021-12-14 bors[bot]Merge #11011
2021-12-14 Lukas Wirth`match_ast!` takes a pattern to allow underscore usage
2021-12-14 Lukas WirthSimplify
2021-12-14 bors[bot]Merge #11009
2021-12-14 Lukas WirthMove out doc-links tests into a separate module
2021-12-14 bors[bot]Merge #11004
2021-12-14 zhoufanfixes broken tests
2021-12-14 zhoufaninfer associated method in local scope
2021-12-13 bors[bot]Merge #10998
2021-12-13 Oleg MatrokhinReuse results from split_into_parts()
2021-12-13 Oleg MatrokhinAdd number representation assists
2021-12-13 bors[bot]Merge #11002
2021-12-13 Laurențiu NicolaAdd support for v6 macro metadata format
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-13 Lukas Wirthminor: fixup generate assist priorities
2021-12-13 Lukas Wirthfix: insert whitespaces into assoc items for assist...
2021-12-13 Lukas WirthMove ws insert rendering for macro expansion into ide_db
2021-12-12 bors[bot]Merge #10995
2021-12-12 Aleksey Kladovprettyfy
2021-12-12 Aleksey Kladovconsistency
2021-12-12 Aleksey Kladovsimplify
2021-12-12 Aleksey Kladovtighten up invariants
2021-12-12 Aleksey Kladovadd cross-crate inlines
2021-12-12 Aleksey Kladovport mbe to soa tokens
2021-12-12 Aleksey Kladovmore orthogonal interface
2021-12-12 Aleksey Kladovparser tests work
2021-12-12 Aleksey KladovSwitch parser to use tokens
2021-12-12 Aleksey Kladovuse eof token pattenr
2021-12-12 Aleksey Kladovstart SOA parser interface
2021-12-12 bors[bot]Merge #10993
2021-12-12 Laurențiu NicolaBump deps
2021-12-11 bors[bot]Merge #10951
2021-12-11 Côme ALLARTfeat: remove should_panic example generation
2021-12-11 Côme ALLARTrefactor: use hir to test if a value is returned
2021-12-11 Côme ALLARTrefactor: use Itertools::intersperse
2021-12-11 Côme ALLARTrefactor: use hir to compare returned and self types
2021-12-11 bors[bot]Merge #10988
2021-12-11 Florian DieboldFix expected type calculation in struct literal if...
2021-12-11 bors[bot]Merge #10987
2021-12-11 rainy-mefix: lookup upwards for struct and enum
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
next