]> git.lizzy.rs Git - rust.git/history - crates
Update manual.adoc
[rust.git] / crates /
2021-12-28 bors[bot]Merge #11134
2021-12-28 Aleksey Kladovcompress
2021-12-28 Aleksey Kladovdead code
2021-12-28 Aleksey Kladovintroduce hacks module
2021-12-28 Aleksey Kladovclarify semantics of doc links
2021-12-28 Aleksey Kladovlast use of parse api in ssr
2021-12-28 Aleksey Kladovdead code
2021-12-28 Aleksey Kladovremove fragments from syntax
2021-12-28 Aleksey Kladovmove the rest of ssr parsing to fragments
2021-12-28 Aleksey Kladovdrop dead code
2021-12-28 Aleksey Kladovadd ssr fragment for statements
2021-12-28 Aleksey Kladovadd ssr fragment for expressions
2021-12-28 Aleksey Kladovverify during parse
2021-12-28 Aleksey Kladovadd test
2021-12-28 Aleksey Kladovremove Item::parse
2021-12-28 Aleksey Kladovinternal: start isolating ssr-related parsing APIs...
2021-12-28 Aleksey Kladovadd missing test
2021-12-28 Aleksey Kladovdead code
2021-12-28 Aleksey Kladovadd TopEntryPoint
2021-12-28 Aleksey Kladovsimplify
2021-12-28 Aleksey Kladovmove path
2021-12-28 Aleksey Kladovmove expr
2021-12-28 Aleksey Kladovmove ty
2021-12-28 Aleksey Kladovmove pat to prefix entry points
2021-12-28 Aleksey Kladovmove stmt to entry points
2021-12-28 Aleksey Kladovinternal: move block to prefix entry point
2021-12-28 Aleksey Kladovinternal: move visibility to a prefix entry point
2021-12-28 Aleksey Kladovinternal: add prefix entry points
2021-12-28 Aleksey Kladovcleanup imports
2021-12-28 Aleksey Kladovsimplify
2021-12-28 bors[bot]Merge #11131
2021-12-28 Aleksey Kladovminor: simplify
2021-12-28 Aleksey Kladovminor: dedup
2021-12-28 Aleksey Kladovavoid speculation when completing macros
2021-12-28 bors[bot]Merge #11128
2021-12-28 Aleksey Kladovimport style
2021-12-27 bors[bot]Merge #11125
2021-12-27 Aleksey Kladovminor
2021-12-26 bors[bot]Merge #11120
2021-12-26 Aleksey Kladovfix line endings
2021-12-26 Aleksey Kladovinternal: move inline parser tests to parser crate
2021-12-26 Aleksey Kladovinternal: move outlined parser tests
2021-12-26 bors[bot]Merge #11118
2021-12-26 Aleksey Kladovinternal: move ws attachment logic to the parser crate
2021-12-25 bors[bot]Merge #11117
2021-12-25 Aleksey Kladovrename
2021-12-25 Aleksey Kladovinternal: rename
2021-12-25 Aleksey Kladovinternal: replace TreeSink with a data structure
2021-12-23 bors[bot]Merge #10933
2021-12-23 hkalbasishow values of constants in hover
2021-12-22 bors[bot]Merge #11093
2021-12-22 Lukas WirthMake hover test not relient on minicore structure
2021-12-22 Lukas Wirthfix: Do not complete `Drop::drop`, complete `std::mem...
2021-12-21 bors[bot]Merge #11092
2021-12-21 Lukas Wirthinternal: Directly use self param in completions instea...
2021-12-21 bors[bot]Merge #11071 #11090
2021-12-21 bors[bot]Merge #11089
2021-12-21 Lukas WirthSimplify
2021-12-21 Lukas WirthDeduplicate lower ctx hygiene field
2021-12-21 Lukas WirthReplace a few String instances with SmolStr in completions
2021-12-21 Lukas WirthFully render type alias completions from hir
2021-12-21 Lukas WirthFully render const item completions from hir
2021-12-21 bors[bot]Merge #11086
2021-12-21 Lukas Wirthfmt +stable
2021-12-21 Lukas WirthSimplify type alias rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify macro rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify const rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify enum variant rendering, remove constructor...
2021-12-21 Lukas WirthSimplify function rendering, remove constructor structs
2021-12-21 Lukas WirthSimplify
2021-12-21 bors[bot]Merge #11083
2021-12-21 Lukas Wirthfix: Fix inline local assist not working in let stmt...
2021-12-21 bors[bot]Merge #11082
2021-12-21 Lukas Wirthinternal: Do less work in `hir::Semantics`
2021-12-21 bors[bot]Merge #11078
2021-12-21 Laurențiu NicolaFix typo in reformat number assist label
2021-12-20 bors[bot]Merge #11074
2021-12-20 Laurențiu NicolaBump default CHALK_SOLVER_MAX_SIZE to 150
2021-12-20 bors[bot]Merge #11073
2021-12-20 Lukas Wirthfix: Fix windows not finding the pdb file
2021-12-20 bors[bot]Merge #11069
2021-12-20 Lukas Wirthfix: Partially fix `ide_db::search` for crate roots
2021-12-20 bors[bot]Merge #11067
2021-12-20 Lukas WirthUpdate test output
2021-12-20 Lukas Wirthinternal: Store function param names in ItemTree
2021-12-20 bors[bot]Merge #11028
2021-12-20 Lukas WirthSimplify
2021-12-20 bors[bot]Merge #11065
2021-12-20 Lukas WirthSimplify NameClass::classify
2021-12-20 Lukas Wirthinternal: Don't kick off inference in Semantics::descen...
2021-12-20 bors[bot]Merge #10484
2021-12-20 bors[bot]Merge #11062
2021-12-20 patrick-guDon't say "a reference to" for Copy types
2021-12-19 iDawerRespect binding mode of a binding pattern for exhaustiv...
2021-12-19 iDawerinternal: Normalize field type after substituting
2021-12-19 iDawerinternal: sync match checking with rust-lang/rust f3162...
2021-12-19 Dawerinternal: Sync match checking algorithm with rustc
2021-12-19 bors[bot]Merge #11060
2021-12-19 Laurențiu NicolaBump object
2021-12-19 Laurențiu NicolaBump chalk
next