]> git.lizzy.rs Git - rust.git/history - crates
Fix format highlighting with `concat!`
[rust.git] / crates /
2021-10-01 Jonas SchievinkFix format highlighting with `concat!`
2021-10-01 bors[bot]Merge #10412
2021-10-01 Jonas SchievinkExpand `asm!` to `format_args!`
2021-10-01 bors[bot]Merge #10411
2021-10-01 Lukas WirthParenthesize expressions in if_to_bool_then assist...
2021-09-30 bors[bot]Merge #10406
2021-09-30 Lukas WirthRestructure syntax element highlighting
2021-09-30 bors[bot]Merge #10404
2021-09-30 Lukas WirthFix add missing semantic token modifier in SUPPORTED_MO...
2021-09-30 Lukas WirthSimplify
2021-09-30 bors[bot]Merge #10402
2021-09-30 Lukas WirthDon't show flyimport completions in use renames
2021-09-30 bors[bot]Merge #10398
2021-09-30 lhvyFix builtin_crates return type change
2021-09-30 bors[bot]Merge #10401
2021-09-30 Lukas WirthTest runnables check for test prefix and suffix in...
2021-09-30 lhvyAdd comment
2021-09-30 LucasReduce allocation in builtin_crates
2021-09-30 lhvyRemove unneeded semantic token definition
2021-09-30 bors[bot]Merge #10400
2021-09-30 Jonas SchievinkWork around tidy check
2021-09-30 lhvyGive defaultLibrary semantic token modifier to items...
2021-09-30 bors[bot]Merge #10399
2021-09-30 Jonas SchievinkAdd `const_format_args!` builtin macro, fix highlighting
2021-09-30 Dawerminor: don't drop binders when doing autoderef
2021-09-30 bors[bot]Merge #10397
2021-09-30 Jonas SchievinkUse itertools
2021-09-30 Jonas SchievinkLess hacky `assert!` expansion
2021-09-30 Jonas SchievinkFix format string highlighting in `panic!`
2021-09-30 bors[bot]Merge #10395
2021-09-30 Ariel DavisAdd pub(super) along with pub(crate) and pub as a compl...
2021-09-29 bors[bot]Merge #10389
2021-09-29 Giacomo StevanatoAdd regression test
2021-09-29 Giacomo StevanatoUse the right HirFileId for LowerCtx when expanding...
2021-09-29 bors[bot]Merge #10384
2021-09-29 bors[bot]Merge #10181
2021-09-29 hamidreza kalbasiremove glob import and cancellables
2021-09-28 bors[bot]Merge #10385
2021-09-28 Jonas SchievinkImplicitly depend on `test`
2021-09-28 bors[bot]Merge #10373
2021-09-28 Dawerfix: replace errors in a type when doing autoderef
2021-09-28 Jonas Schievinksupport non-extern-prelude dependencies
2021-09-28 bors[bot]Merge #10382
2021-09-28 Lukas WirthFix inline_call breaking RecordExprField shorthands
2021-09-28 bors[bot]Merge #10305
2021-09-28 bors[bot]Merge #10362
2021-09-28 longfangsongAddress comments
2021-09-28 龙方淞Update crates/vfs/src/vfs_path.rs
2021-09-28 龙方淞Update crates/ide_assists/src/handlers/move_from_mod_rs.rs
2021-09-28 longfangsonginitial commit
2021-09-27 bors[bot]Merge #10378
2021-09-27 Jonas SchievinkImplement most proc_macro span handling methods
2021-09-27 bors[bot]Merge #10377
2021-09-27 Jonas SchievinkImplement `save_span` / `recover_proc_macro_span`
2021-09-27 bors[bot]Merge #10375
2021-09-27 Lukas WirthUse SmallVec<[_; 1]> in `descend_into_macros_impl`
2021-09-27 bors[bot]Merge #10374
2021-09-27 Jonas SchievinkMake `stringify!` prettify its input
2021-09-27 Dawerfix: replace errors in receiver type when iterating...
2021-09-27 bors[bot]Merge #10372
2021-09-27 Lukas WirthCleanup descend_into_macros_impl
2021-09-27 bors[bot]Merge #10366
2021-09-27 Laurențiu NicolaEnable attribute proc macros by default
2021-09-27 Giacomo StevanatoUpdate failing test
2021-09-27 Giacomo StevanatoAdd regression test
2021-09-27 Giacomo StevanatoMove `GenericParams`'s handling of `impl Trait` into...
2021-09-27 bors[bot]Merge #10353
2021-09-27 Giacomo StevanatoRemove SourceMap
2021-09-27 Giacomo StevanatoRemove GenericParams::new
2021-09-27 Giacomo StevanatoMake impls of `HasChildSource` and `ChildBySource`...
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-27 Lukas WirthRename `Dyn*` nodes to `Any*` nodes
2021-09-26 bors[bot]Merge #10360
2021-09-26 Aleksey Kladovinternal: more reasonable grammar for blocks
2021-09-26 bors[bot]Merge #10358
2021-09-26 Lukas WirthRemove inherent methods from ast node that carry semant...
2021-09-26 bors[bot]Merge #10352
2021-09-26 Lukas WirthRemove imports when inlining all calls in a file
2021-09-26 Lukas WirthSimplify
2021-09-26 Lukas WirthReject recursive calls in inline_call
2021-09-26 bors[bot]Merge #10357
2021-09-26 Aleksey Kladovinternal: fix and force-disable block validation ;-(
2021-09-26 hamidreza kalbasiadd some tests
2021-09-26 bors[bot]Merge #10354
2021-09-26 hamidreza kalbasiuse crates io version
2021-09-26 hamidreza kalbasisupport goto definition and find references
2021-09-26 hamidreza kalbasireuse hover results with resultset
2021-09-26 hamidreza kalbasimove lsif types to lsp types crate
2021-09-26 hamidreza kalbasiadd hover
2021-09-26 hamidreza kalbasicfg unix for tests with unix path
2021-09-26 hamidreza kalbasiuse utf16 instead of utf8
2021-09-26 hamidreza kalbasiBegining of lsif
2021-09-25 Aleksey Kladovfeat: allow attributes on all expressions
2021-09-25 Aleksey Kladovfix: correct extend_to logic in parser
2021-09-25 Lukas Wirthfeat: Implement inline callers assist
2021-09-25 bors[bot]Merge #10211
2021-09-25 bors[bot]Merge #10350
2021-09-25 Aleksey Kladovsimplify attribute parsing
2021-09-25 longfangsongAddress comments
next