]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-21 Florian DieboldRemove TypeVariableTable
2021-05-21 Florian DieboldDeal with goals arising from unification
2021-05-21 Florian DieboldGet rid of resolve_ty_as_possible
2021-05-21 Florian DieboldMake resolve_ty_shallow return Ty
2021-05-21 Florian DieboldRework obligation handling
2021-05-21 Florian DieboldFix another panic
2021-05-21 Florian DieboldImprove debug printing without TLS
2021-05-21 Florian DieboldFix panic
2021-05-21 Florian DieboldFix HIR expecting errors to unify with anything
2021-05-21 Florian DieboldFix compilation of hir and ide crates
2021-05-21 Florian DieboldFix if/else coercion
2021-05-21 Florian DieboldMake diverging type variables work again
2021-05-21 Florian DieboldFix handling of diverging branches in match coercion
2021-05-21 Florian DieboldFix coercion of two closures to a function pointer
2021-05-21 Florian DieboldUpdate tests with expected changes
2021-05-21 Florian DieboldMake type resolver a proper folder, make it resolve...
2021-05-21 Florian DieboldFix fallback to bound vars in `unify`
2021-05-21 Florian DieboldBetter Debug impl for InternedWrapper
2021-05-21 Florian DieboldTemporary fix for unknown expectations
2021-05-21 Florian DieboldFix warnings & format
2021-05-21 Florian DieboldRewrite coercion using the new unification
2021-05-21 Florian DieboldRemove our unification code, use Chalk's instead
2021-05-20 bors[bot]Merge #8902
2021-05-20 Lukas Tobias... Fix code completion not inserting borrow text when...
2021-05-20 bors[bot]Merge #8900
2021-05-20 Jonas SchievinkSupport `#[register_attr]` and `#[register_tool]`
2021-05-20 Jonas SchievinkRename `ignore_attrs_on` to `skip_attrs`
2021-05-20 bors[bot]Merge #8899
2021-05-20 Jonas SchievinkSimplify
2021-05-20 bors[bot]Merge #8898
2021-05-20 Jonas SchievinkRefactor name resolution to resolve derive helpers
2021-05-20 bors[bot]Merge #8897
2021-05-20 Lukas Tobias... Don't compare ast::Visibility by stringifying
2021-05-20 bors[bot]Merge #8893
2021-05-20 Lukas Tobias... Update outdated auto-import documentation
2021-05-20 Jonas SchievinkRename `unexpanded_macros` to `unresolved_macros`
2021-05-20 bors[bot]Merge #8873
2021-05-20 Lukas Tobias... Check for differing attributes in granularity guessing
2021-05-19 bors[bot]Merge #8889
2021-05-19 Jonas SchievinkTrack in-scope derive helpers during nameres
2021-05-19 bors[bot]Merge #8888
2021-05-19 Jonas SchievinkFix unresolved attribute fallback again
2021-05-19 bors[bot]Merge #8885 #8887
2021-05-19 Jonas SchievinkFix derive collection after unresolved attribute fallback
2021-05-19 bors[bot]Merge #8884
2021-05-19 Daweradd_explicit_type respects `@` patterns
2021-05-19 Jonas SchievinkClarify field name
2021-05-19 Jonas SchievinkSimplify eager macro representation
2021-05-19 bors[bot]Merge #8875
2021-05-19 bors[bot]Merge #8882
2021-05-19 Jonas SchievinkRewrite `resolve_imports` to use an iterator
2021-05-19 Jonas SchievinkRestructure nameres loop to be a bit clearer
2021-05-19 Lukas Tobias... Replace ImportGranularity::Guess with guessing boolean...
2021-05-19 Jonas Schievinkinternal: resolve attributes in name resolution
2021-05-19 bors[bot]Merge #8877
2021-05-19 bors[bot]Merge #8880
2021-05-19 Lukas Tobias... Fix prepare_rename failing for modules
2021-05-19 Aleksey Kladovfeat: allow clients to feature detect symbol filtering
2021-05-19 DawerCheck patterns for type match recursively.
2021-05-19 Dawerinternal: Record mismatches of pattern types.
2021-05-18 bors[bot]Merge #7698
2021-05-18 bors[bot]Merge #8871
2021-05-18 Lukas Tobias... Add ImportGranularity::Guess
2021-05-18 Lukas Tobias... Implement import-granularity guessing
2021-05-18 Lukas Tobias... MergeBehavior -> ImportGranularity
2021-05-18 Jonas SchievinkSimplify `DefCollector::resolve_macros`
2021-05-18 bors[bot]Merge #8345
2021-05-17 rainy-meAdd pub mod option for UnlinkedFile
2021-05-17 alcroitoAdd new LSP extension for workspace symbol lookup
2021-05-17 bors[bot]Merge #8766
2021-05-17 Jamie CunliffeExtract function assist will add async if required
2021-05-17 Aleksey Kladovinternal: use more evocative test folder name
2021-05-17 Aleksey Kladovminor: adjust config name
2021-05-17 bors[bot]Merge #8795
2021-05-17 bors[bot]Merge #8864
2021-05-17 kjeremyUpdate notify and fst
2021-05-17 bors[bot]Merge #8858
2021-05-17 bors[bot]Merge #8863
2021-05-17 Aleksey Kladovfix: don't add extra whitespace around fields
2021-05-17 ivan770Added cov mark
2021-05-17 Aleksey Kladovminor: add missing tests
2021-05-17 bors[bot]Merge #8862
2021-05-17 Aleksey Kladovinternal: scalable module structure for fixits
2021-05-17 Aleksey Kladovminor: extract fix to file
2021-05-17 bors[bot]Merge #8861
2021-05-17 Aleksey Kladovminor: and one more recipe for ace
2021-05-16 bors[bot]Merge #8845
2021-05-16 ivan770Fix #8834
2021-05-16 bors[bot]Merge #8853
2021-05-16 bors[bot]Merge #8854
2021-05-16 Aleksey Kladovinternal: use mutable syntax trees when filling fields
2021-05-16 Lukas WirthTag Self in impls as a TypeAlias
2021-05-16 Aleksey Kladovinternal: use standard test style
2021-05-16 Aleksey Kladovinternal: use mutable trees when filling match arms
2021-05-16 Aleksey Kladovminor: use uniform names
2021-05-16 bors[bot]Merge #8813
2021-05-16 JadeAddress final feedback
2021-05-15 bors[bot]Merge #8848
2021-05-15 Lukas WirthAttach comments to ast::Impl
2021-05-15 Lukas Wirthsimplify
next