]> git.lizzy.rs Git - rust.git/history - crates
Temporary fix for unknown expectations
[rust.git] / crates /
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 WirthFix 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 WirthDon't compare ast::Visibility by stringifying
2021-05-20 bors[bot]Merge #8893
2021-05-20 Lukas Tobias WirthUpdate 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 WirthCheck 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 WirthReplace 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 WirthFix 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 WirthAdd ImportGranularity::Guess
2021-05-18 Lukas Tobias WirthImplement import-granularity guessing
2021-05-18 Lukas Tobias WirthMergeBehavior -> 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 #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-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
2021-05-15 hi-rustinRemove attrs
2021-05-15 hi-rustinAddress comments and add more tests
2021-05-15 hi-rustinGenerate the impl block via generate_trait_impl_text
2021-05-14 bors[bot]Merge #8843
2021-05-14 Lukas Wirthsimplify
2021-05-14 bors[bot]Merge #8840
2021-05-14 DawerFix false positive "Missing match arm".
2021-05-14 bors[bot]Merge #8839
2021-05-14 Aleksey Kladovminor: more useful bench
2021-05-14 bors[bot]Merge #8819
2021-05-14 bors[bot]Merge #8838
2021-05-14 Aleksey Kladovinternal: use more mutable APIs
2021-05-14 bors[bot]Merge #8837
2021-05-14 Aleksey Kladovinternal: use standard style for tests
2021-05-14 Aleksey Kladovinternal: rewrite assoc item manipulaion to use mutable...
2021-05-14 Aleksey Kladovinternal: remove SyntaxRewriter
2021-05-14 Aleksey Kladovinternal: remove more of the SyntaxRewriter
2021-05-14 Aleksey Kladovinternal: remove one more immutable tree
2021-05-14 bors[bot]Merge #8831
2021-05-14 hi-rustinAddress comments
2021-05-14 JadeAdd more tests, refactor array lengths/consteval work
2021-05-14 hi-rustinApply async semantic token modifier to async/await...
next