]> git.lizzy.rs Git - rust.git/history - crates
Merge #10872
[rust.git] / crates /
2021-11-30 bors[bot]Merge #10872
2021-11-30 Jake Heinzsimpler way of grabbing module / trait name
2021-11-30 Jake Heinzremove one need for semantics
2021-11-30 Jake Heinzconsts with inners??
2021-11-30 Jake Heinzpr feedbacks
2021-11-29 bors[bot]Merge #10871
2021-11-29 bors[bot]Merge #10841
2021-11-29 Jake Heinztest the one thing this pr was trying to accomplish...
2021-11-29 Jake Heinzadd a test
2021-11-29 Jake Heinzsome more cleanups
2021-11-29 Jake Heinzdo something with library_symbols
2021-11-29 hkalbasifix tests
2021-11-29 hkalbasiremove duplicate data from CrateOrigin
2021-11-29 Jake Heinzsimplify work
2021-11-29 Jake Heinz:broom:
2021-11-29 Jake Heinzcollect macro_rules! macros into macro declarations
2021-11-29 Jake Heinzcollect macros
2021-11-29 Jake Heinzcleanup the whole thing...
2021-11-29 Jake Heinztraverse even more...
2021-11-29 Jake Heinzpopulate container name when traversing down blocks
2021-11-29 Jake Heinzcollect blocks from unnamed consts too
2021-11-29 Jake Heinzcollect defs from body blocks
2021-11-28 Jake Heinzcleanups
2021-11-27 bors[bot]Merge #10876
2021-11-27 Lukas Wirthfix: Show parameter hints unconditionally for logical...
2021-11-27 bors[bot]Merge #10875
2021-11-27 Lukas WirthDon't discard flycheck error messages
2021-11-27 bors[bot]Merge #10874
2021-11-27 Aleksey Kladovminor: correct profiling name
2021-11-27 bors[bot]Merge #10873
2021-11-27 Aleksey Kladovminor: if-let-else to shorter match
2021-11-27 Jake Heinzmake navigation target go to original file location
2021-11-27 Jake Heinzremove file symbols
2021-11-27 Jake Heinzcontainer name?
2021-11-27 Jake Heinzuse Semantics::parse_or_expand in another place
2021-11-27 Jake Heinzsema parse_or_expand
2021-11-27 Jake Heinzwip
2021-11-27 bors[bot]Merge #10870
2021-11-27 Jake Heinzide: fix expansion for 'as _'
2021-11-26 bors[bot]Merge #10865
2021-11-26 Jonas SchievinkUse the right `ItemTree` when re-resolving attr
2021-11-26 bors[bot]Merge #10863
2021-11-25 Jonas SchievinkBuild per-block `ItemTree`s
2021-11-25 HKalbasiUpdate crates/project_model/src/workspace.rs
2021-11-25 bors[bot]Merge #10859
2021-11-25 Lukas Wirthfix: Prioritize tuple fields in highlight_related
2021-11-25 bors[bot]Merge #10824
2021-11-24 bors[bot]Merge #10847
2021-11-24 rainy-mefix: derive path handling
2021-11-24 bors[bot]Merge #10853
2021-11-24 Lukas WirthRemove possible multiline details in completions
2021-11-23 bors[bot]Merge #10846
2021-11-23 bors[bot]Merge #10849
2021-11-23 Lukas WirthDisable string highlight injection for macros changing...
2021-11-23 Andrew LeveretteAdd optimization for not allocating in case of no modul...
2021-11-23 Andrew LeveretteAdd support for qualified struct names
2021-11-23 bors[bot]Merge #10840
2021-11-22 bors[bot]Merge #10834
2021-11-22 hkalbasiEmit moniker in lsif
2021-11-22 Emil GardströmMake lint groups work correctly with `warningsAsInfo...
2021-11-22 Lukas Wirthfix: Omit generic defaults for types in hover messages
2021-11-22 bors[bot]Merge #10839
2021-11-22 Lukas WirthFix mbe::Shift::new not accounting for non-ident token ids
2021-11-22 Lukas WirthDocument token up/down mapping
2021-11-22 bors[bot]Merge #10838
2021-11-22 Lukas WirthAdd to macro testing infra to emit token map ids
2021-11-22 bors[bot]Merge #10809
2021-11-22 bors[bot]Merge #10832
2021-11-22 Lukas WirthSplit parts of `ide_db::call_info` off into `ide`
2021-11-22 bors[bot]Merge #10831
2021-11-22 Lukas WirthUnnest ide::display::navigation_target module
2021-11-21 bors[bot]Merge #10823
2021-11-21 Jake Heinzproject_model: print full cargo command if it fails...
2021-11-21 Alex Veberfix: better `Fn` traits formatting
2021-11-20 bors[bot]Merge #10810
2021-11-20 bors[bot]Merge #10821
2021-11-20 rainy-mefix: check inline left of binary_expression
2021-11-20 bors[bot]Merge #10820
2021-11-20 Lukas WirthMove incorrect case diagnostic things into their module
2021-11-20 bors[bot]Merge #10819
2021-11-20 Lukas WirthReplace Vec with Box in Path.generic_args field
2021-11-20 Lukas Wirthinternal: Replace Vec with Box in hir Pat
2021-11-20 Lukas Wirthinternal: Replace Vec with Box in hir Expr
2021-11-20 bors[bot]Merge #10817
2021-11-20 Jake Heinzide: hover omits unnamed where preds
2021-11-19 bors[bot]Merge #10812
2021-11-19 Jonas SchievinkFormat `Fn` traits using parentheses
2021-11-19 Laurențiu NicolaAdd toggle to disable cache priming
2021-11-19 bors[bot]Merge #10808
2021-11-19 Florian-Schoenherrfix: show custom check-command
2021-11-19 iDawerUse mutable syntax trees in `merge_imports`, `split_imp...
2021-11-19 bors[bot]Merge #10807
2021-11-19 Lukas Wirthfix: Diagnose invalid derive attribute input
2021-11-19 bors[bot]Merge #10806
2021-11-19 Lukas Wirthfix: inlay param hint hiding heurstic is case unsensitive
2021-11-19 bors[bot]Merge #10804
2021-11-19 Lukas Wirthfix: Diagnose using `derive` on non-adt items
2021-11-19 bors[bot]Merge #10805
2021-11-19 Jake Heinzide: dedupe or merge hover actions
2021-11-18 bors[bot]Merge #10803
next