]> git.lizzy.rs Git - rust.git/history - crates
Collect inherent impls in unnamed consts
[rust.git] / crates /
2021-04-09 bors[bot]Merge #8450
2021-04-09 Lukas WirthInsert unnamed consts to ChildBySource DynMap
2021-04-09 bors[bot]Merge #8447
2021-04-09 Jonas SchievinkResolve prelude and crate root names in the root DefMap
2021-04-09 bors[bot]Merge #8443 #8446
2021-04-09 Jonas SchievinkUse `name![derive]`
2021-04-09 Jonas SchievinkUndo path resolution hack for extern prelude
2021-04-09 bors[bot]Merge #8445
2021-04-09 Florian DieboldMore cleanups / module docs
2021-04-09 Florian DieboldMore cleanups
2021-04-09 Florian DieboldMore moving stuff around
2021-04-09 Jonas SchievinkUse `pub(crate)`
2021-04-09 bors[bot]Merge #8444
2021-04-09 Jonas SchievinkShrink `unlinked-file` diagnostic to 3 characters
2021-04-09 Florian DieboldMove some more stuff to better places
2021-04-09 Florian DieboldMove ToChalk -> mapping
2021-04-09 Florian DieboldReorganize hir_ty modules
2021-04-09 Jonas SchievinkRewrite `#[derive]` removal to be based on AST
2021-04-09 Jonas SchievinkStore `#[derive]` attribute ID along macro invoc
2021-04-09 Jonas SchievinkRename `Attr`s `index` field to `id`
2021-04-09 Jonas SchievinkAdd `AttrId` to track attribute sources
2021-04-09 bors[bot]Merge #8406
2021-04-09 Florian DieboldImprove indexing of impls
2021-04-09 bors[bot]Merge #8440
2021-04-09 Florian DieboldFix crash on syn involving lifetimes returned by Chalk
2021-04-09 BrandonFix extract function's mutability of variables outlivin...
2021-04-08 bors[bot]Merge #8429
2021-04-08 Jadedecl_check: consider outer scopes' allows
2021-04-08 bors[bot]Merge #8433
2021-04-08 Florian DieboldCleanup
2021-04-08 Florian DieboldIntern Variances
2021-04-08 Florian DieboldDon't intern ProgramClause at all
2021-04-08 Florian DieboldIntern QuantifiedWhereClauses
2021-04-08 Florian DieboldIntern ProgramClauses
2021-04-08 Florian DieboldIntern CanonicalVarKinds
2021-04-08 Florian DieboldIntern consts & lifetimes
2021-04-08 Florian DieboldIntern types
2021-04-08 Florian DieboldIntern Substitutions
2021-04-08 Florian DieboldIntern VariableKinds
2021-04-08 bors[bot]Merge #8431
2021-04-08 Chetan Khilosiya8024: Added the trait modifier for assoc types.
2021-04-08 Chetan Khilosiya8425: Added documentation for on enter covering //...
2021-04-08 bors[bot]Merge #8428
2021-04-08 Jonas SchievinkUse named fields in `MacroCallKind`
2021-04-08 Chetan Khilosiya8279: Fix the not operator use and test case fix.
2021-04-08 Chetan Khilosiya8279: Added initial implementation for
2021-04-08 bors[bot]Merge #8426
2021-04-08 Jonas SchievinkTrack recursion limit when expanding custom derive
2021-04-08 BrandonAdd FIXME for macro case
2021-04-08 bors[bot]Merge #8421
2021-04-08 bors[bot]Merge #8419 #8423
2021-04-08 kjeremyBump lsp-types and syn
2021-04-08 bors[bot]Merge #8422
2021-04-08 Laurențiu NicolaReduce allocations in Expand macro
2021-04-08 Lukas WirthUse CompletionTextEdit::InsertAndReplace if supported...
2021-04-08 Florian DieboldRemove unused
2021-04-08 Florian DieboldReplace `make_binders` by the now equivalent `make_only...
2021-04-08 Florian DieboldRemove identity impls for ToChalk
2021-04-08 Florian DieboldFix `Canonicalized::apply_solution`
2021-04-08 Florian DieboldFix missing match arms
2021-04-08 Florian DieboldFix remaining `interned_mut` call
2021-04-08 Florian DieboldReplace remaining `fold` calls
2021-04-08 Florian DieboldReplace some `fold` calls
2021-04-08 Florian DieboldFix shifted_{in,out} calls
2021-04-08 Florian DieboldFix subst_prefix
2021-04-08 Florian DieboldGet rid of walk_mut [not compiling]
2021-04-08 Florian DieboldFix TyBuilder methods
2021-04-08 Florian DieboldImpl Fold for CallableSig
2021-04-08 Florian DieboldAdd HasInterner bounds
2021-04-08 Florian DieboldAllow unused
2021-04-08 Florian DieboldRemove obsolete Cast impls
2021-04-08 Florian DieboldMake ToChalk implementations identity
2021-04-08 Florian DieboldReplace all the types by their Chalk versions
2021-04-08 bors[bot]Merge #8207
2021-04-08 BrandonFix faulty assertion when extracting function with...
2021-04-07 bors[bot]Merge #8412
2021-04-07 Lukas WirthEmit folding ranges for multiline array literals
2021-04-07 bors[bot]Merge #8409
2021-04-07 Florian DieboldFix return type of Substitution::interned
2021-04-07 Florian DieboldInEnvironment::new takes a reference
2021-04-07 Florian DieboldMake Canonical::new a free-standing function
2021-04-07 Florian DieboldFix return type of `self_type_parameter`
2021-04-07 Florian DieboldMove hir_trait_id to extension trait
2021-04-07 Florian DieboldChange TraitRef::hir_fmt_ext to free-standing function
2021-04-07 bors[bot]Merge #8408
2021-04-07 Jonas SchievinkUpdate `OUT_DIR` diagnostic to match setting
2021-04-07 bors[bot]Merge #8388
2021-04-07 bors[bot]Merge #8407
2021-04-07 Florian DieboldMove `equals_ctor` to `TyExt`
2021-04-07 bors[bot]Merge #8402
2021-04-07 Florian DieboldRemove Ty::substs{_mut}
2021-04-07 bors[bot]Merge #8401
2021-04-07 kjeremyUpdate crates
2021-04-07 Jonas SchievinkDocument `}` insertion
2021-04-07 Jonas SchievinkMake better use of `stdx::always`
2021-04-07 Jonas SchievinkRewrite, reparse modified file
2021-04-07 Jonas Schievinksimplify
2021-04-07 Jonas SchievinkUse stdx::always
2021-04-07 Jonas SchievinkComplete braces more aggressively
2021-04-07 Jonas SchievinkAutoclose blocks when typing `{`
next