]> git.lizzy.rs Git - rust.git/history - crates
Avoid cycle when lowering predicates for associated item lookup
[rust.git] / crates /
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
2021-09-25 bors[bot]Merge #10347
2021-09-25 bors[bot]Merge #10346
2021-09-25 Aleksey Kladovminor: align code with code-style
2021-09-25 bors[bot]Merge #10345
2021-09-25 Aleksey Kladovminore: improve consistency
2021-09-25 Aleksey Kladovminor: more condensed tests
2021-09-25 bors[bot]Merge #10344
2021-09-25 Aleksey Kladovminor: link my own pratt parsing article :-)
2021-09-25 bors[bot]Merge #10343
2021-09-25 Aleksey Kladovinternal: add => () rule; emphasize `n_items` rule
2021-09-25 Aleksey Kladovminor: more focusted tests
2021-09-25 Aleksey Kladovminor: more readable code
2021-09-24 bors[bot]Merge #10339
2021-09-24 Jonas SchievinkFix item-level lazy macro errors
2021-09-24 bors[bot]Merge #10338
2021-09-24 Jonas SchievinkFix diagnostics in unnamed consts
2021-09-24 bors[bot]Merge #10334
2021-09-24 bors[bot]Merge #10335
2021-09-24 Jonas SchievinkAvoid some `Arc` cloning
2021-09-24 Nixon Enraght-MoonyGive rustfmt spawn error context.
2021-09-24 bors[bot]Merge #10105
2021-09-24 bors[bot]Merge #10332
2021-09-24 bors[bot]Merge #10331
2021-09-24 bors[bot]Merge #10329
2021-09-24 Lukas WirthAllow setting RUST_BACKTRACE for the server manually
2021-09-24 Jonas SchievinkInclude macro path in eager macro resolve error
2021-09-24 Carlos MenezesFix link to "Auto Import"
2021-09-24 bors[bot]Merge #10328
2021-09-24 Lukas WirthFix incorrect mod.rs handling in unlinked_file fixes
2021-09-23 bors[bot]Merge #10322
2021-09-23 Lukas WirthSplit the hover module up
2021-09-23 bors[bot]Merge #10321
2021-09-23 bors[bot]Merge #10320
2021-09-23 Lukas WirthSupport goto_def for intra-doc-links in macro invocations
2021-09-23 Lukas WirthMake hover work for intra doc links in macro invocations
2021-09-23 bors[bot]Merge #10319
2021-09-23 Lukas WirthCleanup
2021-09-23 bors[bot]Merge #10315
2021-09-22 bors[bot]Merge #10284
2021-09-22 hamidreza kalbasimove function to defs.rs
2021-09-22 hamidreza kalbasiremove dead code
2021-09-22 hamidreza kalbasiuse find_definition in go to
2021-09-21 bors[bot]Merge #10306
2021-09-21 zhoufanChange the style of the code
2021-09-21 zhoufanGenerate function assist creates bad param names for...
2021-09-21 hamidreza kalbasifix derive hover in macro
2021-09-21 bors[bot]Merge #10304
2021-09-21 Lukas WirthSimplify
2021-09-21 Lukas WirthSimplify
next