]> git.lizzy.rs Git - rust.git/history - crates
internal: Move rust.ungram into rust-analyzer/crates/syntax
[rust.git] / crates /
2022-04-01 Lukas Wirthinternal: Move rust.ungram into rust-analyzer/crates...
2022-03-31 bors[bot]Merge #11863
2022-03-31 Jonas SchievinkRemove parser restriction on varargs positioning
2022-03-31 bors[bot]Merge #11827
2022-03-31 bors[bot]Merge #11861
2022-03-31 Jonas SchievinkAdd "view file text" command to debug sync issues
2022-03-31 Lukas Wirthinternal: Enforce Resolver to always have a module...
2022-03-30 Lukas Wirthinternal: Refactor FamousDefs builtin crate search
2022-03-30 bors[bot]Merge #11852
2022-03-30 ManasType mismatch when last expression is noreturn asm
2022-03-30 bors[bot]Merge #11849
2022-03-30 Gibson Fahnestockdocs(auto_import): change by_self -> self and by_crate...
2022-03-29 bors[bot]Merge #11844
2022-03-29 Florian DieboldFix divergence detection for bare match arms
2022-03-29 bors[bot]Merge #11842
2022-03-29 Florian DieboldFix duplicate type mismatches with blocks
2022-03-29 bors[bot]Merge #11840
2022-03-29 hkalbasifix regression_11688_3
2022-03-27 bors[bot]Merge #11833
2022-03-27 Florian DieboldRemove legacy_const_generics_indices from CallableSig
2022-03-27 Florian DieboldMove mismatched-arg-count diagnostic to inference
2022-03-27 bors[bot]Merge #11831
2022-03-27 Florian Dieboldfix: Disable ref_match for qualified paths as well
2022-03-27 bors[bot]Merge #11829
2022-03-27 Laurențiu NicolaBump chalk
2022-03-26 bors[bot]Merge #11825
2022-03-26 bors[bot]Merge #11826
2022-03-26 Laurențiu NicolaRevert "Emit #[must_use] in Generate new assist"
2022-03-26 Lukas WirthSort runnable test results to make them deterministic
2022-03-26 Lukas Wirthfix: Don't complete Drop::drop for qualified paths
2022-03-26 Lukas WirthSimplify
2022-03-25 bors[bot]Merge #11793
2022-03-25 bors[bot]Merge #11817
2022-03-25 bors[bot]Merge #11809
2022-03-25 Jonas Schievinkfix comment
2022-03-24 bors[bot]Merge #11810
2022-03-24 Jonas SchievinkRename the 1.47 ABI to 1.48
2022-03-24 Jonas SchievinkDisable experimental diagnostics by default
2022-03-24 bors[bot]Merge #11772
2022-03-24 hkalbasiuse pat_id instead of name in const eval stack
2022-03-24 hkalbasiorganize const eval tests
2022-03-24 hkalbasiSupport constants in const eval
2022-03-23 bors[bot]Merge #11806
2022-03-23 Lukas Wirthfix: Fix async block type inference using containing...
2022-03-23 bors[bot]Merge #11802
2022-03-23 bors[bot]Merge #11805
2022-03-23 Florian DieboldFix filter_map in minicore
2022-03-23 Florian DieboldAdjust value in syntax highlighting benchmark
2022-03-23 Florian DieboldDon't try to resolve methods on unknown types
2022-03-23 Jonas SchievinkStub out `SourceFile` related proc macro functions
2022-03-23 bors[bot]Merge #11801
2022-03-23 Jonas SchievinkReturn the first span from `Span::join`
2022-03-23 bors[bot]Merge #11800
2022-03-23 Jonas Schievinkfix: properly import all types of macros with #[macro_u...
2022-03-23 bors[bot]Merge #11799
2022-03-23 Waffle MaybeFix typo in `abi_1_57/mod.rs` comment
2022-03-23 bors[bot]Merge #11797
2022-03-23 Jonas SchievinkIntroduce new fixed proc macro ABI for 1.57.0
2022-03-23 bors[bot]Merge #11791
2022-03-22 bors[bot]Merge #11795
2022-03-22 unexgefix: Correctly suggest auto importing traits from aliases
2022-03-22 bors[bot]Merge #11792
2022-03-22 Kyle HueyPreserve order when grouping references.
2022-03-22 Kyle HueyLSIF: consolidate references into a single edge where...
2022-03-22 Lukas Wirthminor: Bump dependencies
2022-03-22 Jonas Schievinksignature help: skip lifetimes when non-lifetime argume...
2022-03-22 bors[bot]Merge #11789
2022-03-22 Lukas Wirthfix: Fix lifetime elision hint configuration key
2022-03-22 bors[bot]Merge #11788
2022-03-22 Jonas SchievinkTrigger call info when completing generic type
2022-03-22 Jonas SchievinkAvoid signature help inside multiline expressions
2022-03-22 bors[bot]Merge #11786
2022-03-22 Lukas Wirthinternal: Improve `find_path` and extern prelude handling
2022-03-22 Jonas SchievinkImprove readability of signature help tests
2022-03-22 Ole Strohmapplied rustfmt
2022-03-22 Ole Strohmfix: fill_match_arms doesn't add wildcard pat for local...
2022-03-22 bors[bot]Merge #11780
2022-03-21 bors[bot]Merge #11785
2022-03-21 Lukas Wirthfix: Fix tuple- and record struct completions not worki...
2022-03-21 bors[bot]Merge #11782
2022-03-21 Lukas Wirthfix: Fix flyimport showing functions in pattern position
2022-03-21 Florian DieboldClean up commented-out lines
2022-03-21 Florian DieboldFix unreachable_pub
2022-03-21 Florian DieboldFix expect
2022-03-21 Florian DieboldAdd a FIXME
2022-03-21 Florian DieboldImplement type checking for legacy_const_generics
2022-03-21 Florian DieboldCleanups
2022-03-21 Florian DieboldRemove old diagnostics
2022-03-21 Florian DieboldAdd 'remove this semicolon'
2022-03-21 Florian DieboldAdd "add missing Ok/Some" fix
2022-03-21 Florian DieboldAdd new type-mismatch diagnostic
2022-03-21 Florian DieboldExpose coercion logic in hir API
2022-03-21 Florian DieboldExtract coercion logic to InferenceTable
2022-03-21 bors[bot]Merge #11776
2022-03-21 Laurențiu NicolaReplace write! with direct calls
2022-03-20 bors[bot]Merge #11690
2022-03-20 Steven Jorukrefactor: Do more work in inline_type_alias closure
2022-03-20 bors[bot]Merge #11775
2022-03-20 Lukas Wirthinternal: Treat {global_}asm macros as unsafe
2022-03-20 bors[bot]Merge #11774
next