]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
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-18 bors[bot]Merge #11747
2022-03-18 Laurențiu NicolaRemove Update GitHub API token command
2022-03-17 bors[bot]Merge #11744
2022-03-17 Laurențiu NicolaBump deps
next