]> git.lizzy.rs Git - rust.git/history - crates
Merge #11797
[rust.git] / crates /
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 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
2022-03-20 Lukas WirthSimplify
2022-03-20 Lukas Wirthfeat: Tag macro calls as unsafe if they expand to unsaf...
2022-03-20 bors[bot]Merge #11771
2022-03-20 Lukas WirthUpdate inlay hint feature docs
2022-03-20 Lukas Wirthfeat: Visualize compiler inserted reborrows via inlay...
2022-03-19 bors[bot]Merge #11765
2022-03-19 Lukas Wirthfix: Fix closure hints using macro ranges
2022-03-19 bors[bot]Merge #11755
2022-03-19 Lukas WirthChange skip trivial behaviour
2022-03-19 Lukas WirthAdd option to skip trivial cases
2022-03-19 Lukas WirthUse numbers for lifetimes by default, add setting to...
2022-03-18 bors[bot]Merge #11761
2022-03-18 Jonas SchievinkRename call info to "signature help"
2022-03-18 bors[bot]Merge #11760
2022-03-18 Jonas SchievinkProvide signature help when editing generic args
2022-03-18 Lukas WirthFix test fixtures
2022-03-18 Lukas WirthGive the lifetimes better names
2022-03-18 Lukas Wirthfeat: Implement lifetime elision hints
2022-03-18 bors[bot]Merge #11752
2022-03-18 Lukas Wirthinternal: Allow explicitly specifying end of fixture...
2022-03-18 bors[bot]Merge #11753
2022-03-18 Jonas SchievinkComplete assoc const patterns on builtin types
2022-03-18 bors[bot]Merge #11713
2022-03-18 Jonas SchievinkUpdate crates/ide_completion/src/tests/pattern.rs
2022-03-18 bors[bot]Merge #11750
2022-03-18 Lukas Wirthfix: Fix runnables trying to add doc tests in the crate...
2022-03-17 bors[bot]Merge #11744
2022-03-17 Laurențiu NicolaBump deps
2022-03-17 bors[bot]Merge #11743
2022-03-17 Florian DieboldMove fallback_bound_vars to the only place it's used now
2022-03-17 Florian DieboldFixes for consts
2022-03-17 Florian DieboldSnapshot obligations
2022-03-17 Florian DieboldProperly try unifying the receivers during method resol...
2022-03-17 hi-rustinFix typo
2022-03-17 Florian DieboldAdd test for DynMap type inference
2022-03-17 hi-rustinMatch the enum and union
2022-03-17 bors[bot]Merge #11741
2022-03-17 bors[bot]Merge #11740
2022-03-17 Laurențiu NicolaEmit #[must_use] in Generate enum is_variant assist
2022-03-17 WaltherInsert #[must_use] in generate_is_empty_from_len
2022-03-17 bors[bot]Merge #11737 #11739
2022-03-17 WaltherInsert #[must_use] in generate_getter
2022-03-17 hi-rustinFix the wrong path resolution
2022-03-17 hi-rustinAdd completes_associated_const test
2022-03-17 hi-rustinComplete associated consts in patterns
2022-03-17 Laurențiu NicolaEmit #[must_use] in Generate new assist
2022-03-17 bors[bot]Merge #11735
2022-03-17 hkalbasifix regression_11688_2
2022-03-17 bors[bot]Merge #11734
2022-03-17 Laurențiu NicolaBump xshell and fix dist
2022-03-16 bors[bot]Merge #11731
2022-03-16 Lukas Wirthfeat: Add return type hints for closures with block...
2022-03-16 bors[bot]Merge #11727
2022-03-16 bors[bot]Merge #11694
2022-03-16 bors[bot]Merge #11726
2022-03-16 Lukas WirthRevert omitting field completions
2022-03-16 Lukas WirthRemove code duplication
2022-03-16 Lukas WirthSimplify completion render functionality
next