]> git.lizzy.rs Git - rust.git/history - crates
Merge #7321
[rust.git] / crates /
2021-01-19 bors[bot]Merge #7321
2021-01-19 Edwin ChengSupport runnables in macros
2021-01-19 bors[bot]Merge #7342
2021-01-18 bors[bot]Merge #7341
2021-01-18 Kirill BulatovShow deprecated completions for deprecated traits
2021-01-18 Kirill BulatovConsider rustc_deprecated attr when checking for deprec...
2021-01-18 Joshua NelsonFix warnings when running `cargo doc --document-private...
2021-01-18 bors[bot]Merge #7340
2021-01-18 bors[bot]Merge #7336
2021-01-18 Lukas WirthRemove obsolete RangeInfo usage in references
2021-01-18 bors[bot]Merge #7339
2021-01-18 Benjamin CoenenDelete optional arg for inline attr and add doc alias...
2021-01-18 bors[bot]Merge #7297 #7338
2021-01-18 Kirill BulatovSmall token fix
2021-01-18 bors[bot]Merge #7337
2021-01-18 Lukas WirthRemove obsolete RangeInfo usage in rename
2021-01-18 Jonas SchievinkRename `CrateDefMap` to `DefMap`
2021-01-18 Lukas WirthParse `impl const Trait`
2021-01-18 bors[bot]Merge #7332
2021-01-18 bors[bot]Merge #7334
2021-01-18 Jonas SchievinkAdd back jemalloc support
2021-01-18 bors[bot]Merge #7333
2021-01-18 kjeremycargo update
2021-01-18 Lukas WirthMake rename reference search use ide_db::search directly
2021-01-18 bors[bot]Merge #7331
2021-01-18 bors[bot]Merge #7326
2021-01-18 Jonas Schievinkshrink_to_fit `TokenMap`'s backing storage
2021-01-18 bors[bot]Merge #7329
2021-01-18 Lukas WirthAdd test for reference search on self declaration param
2021-01-18 bors[bot]Merge #7327
2021-01-18 Jonas SchievinkRemove `item_tree::Expr`
2021-01-18 Kevaundray Wedderburncargo fmt
2021-01-18 bors[bot]Merge #7324
2021-01-18 Jonas SchievinkAdd `MacroType` syntax
2021-01-18 Kevaundray Wedderburnuse `is_ident` method
2021-01-18 bors[bot]Merge #7291
2021-01-18 bors[bot]Merge #7323
2021-01-18 Aleksey KladovMinor
2021-01-18 bors[bot]Merge #7322
2021-01-18 Aleksey KladovUse assert_never properly
2021-01-18 bors[bot]Merge #7320
2021-01-18 Laurențiu NicolaEnable serde_json unbounded_depth feature
2021-01-18 bors[bot]Merge #7319
2021-01-18 Aleksey KladovAvoid blocking the main loop when editing Cargo.toml
2021-01-18 bors[bot]Merge #7318
2021-01-18 Aleksey KladovAdd profile call
2021-01-18 bors[bot]Merge #7317
2021-01-18 Aleksey KladovAdd profile call
2021-01-18 bors[bot]Merge #7292
2021-01-17 bors[bot]Merge #7311
2021-01-17 bors[bot]Merge #7309
2021-01-17 Aleksey KladovAdd missing inlines
2021-01-17 bors[bot]Merge #7306
2021-01-17 Aleksey KladovLess annoying `mod` completion
2021-01-17 bors[bot]Merge #7305
2021-01-17 Aleksey Kladov:arrow_up: arena
2021-01-17 bors[bot]Merge #7275
2021-01-17 Aramis RazzaghipourUse ‘index’ terminology for arena consistently
2021-01-17 bors[bot]Merge #7276
2021-01-17 bors[bot]Merge #7304
2021-01-17 Aramis RazzaghipourDepend on local copy of la-arena instead of crates...
2021-01-17 Kirill BulatovProperly resolve completion edits for empty input
2021-01-17 Kirill BulatovDo trait solving in batch
2021-01-17 Kirill BulatovDraft the working completion
2021-01-16 bors[bot]Merge #7300
2021-01-16 Aleksey KladovWhen building an item-tree, keep fewer nodes in memory
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-16 bors[bot]Merge #7295
2021-01-16 Kirill BulatovUnindent the test
2021-01-16 Kirill BulatovUse specific kind for the flyimport completions
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-16 yugo-horieSwap assert_eq_text\!(expected, actual)
2021-01-15 Lukas WirthWrap remaining self/super/crate in Name{Ref}
2021-01-15 bors[bot]Merge #7290
2021-01-15 unexgeAdd test mark for skipping single use item
2021-01-15 bors[bot]Merge #7289
2021-01-15 unexgeCreate new nodes only when applying changes
2021-01-15 unexgeAdd Unmerge Use assist
2021-01-15 bors[bot]Merge #7288
2021-01-15 Lukas WirthHandle self/super/crate in PathSegment as NameRef
2021-01-15 bors[bot]Merge #7287
2021-01-15 Aleksey KladovMake SyntaxPtr lookup logarithmic
2021-01-15 bors[bot]Merge #7285
2021-01-15 bors[bot]Merge #7286
2021-01-15 Aleksey KladovRemove useless wrapper
2021-01-15 Jonas SchievinkDon't duplicate rustc diagnostics fixes
2021-01-15 bors[bot]Merge #7209
2021-01-15 Daiki IharaAdd test for yield_expr
2021-01-15 Daiki IharaAdd support for yiled keyword
2021-01-15 bors[bot]Merge #7281
2021-01-15 Aleksey KladovInsert `;` when completing keywords in let
2021-01-15 Aleksey KladovSimplify
2021-01-15 Aleksey KladovAdd braces when completing ifs
2021-01-15 bors[bot]Merge #7272
2021-01-15 Aramis RazzaghipourRemove map module from la-arena public API
2021-01-14 Lukas WirthPhase out SourceFileEdits in favour of a plain HashMap
2021-01-14 Lukas WirthFix assert_never invoking assert_always
2021-01-14 Lukas WirthGroup file source edits by FileId
2021-01-14 bors[bot]Merge #7271
2021-01-14 Aleksey Kladovprepare to publish el libro de arena
next