]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-20 Aleksey Kladovtranslate \n -> \r\n on the way out
2019-08-20 Aleksey Kladovmake CTX type param instead of assoc type
2019-08-20 Aleksey Kladovadd tests for crlf
2019-08-20 Aleksey Kladovminor
2019-08-20 bors[bot]Merge #1707
2019-08-20 Aleksey Kladovmake sure lockfile is used for cargo install
2019-08-19 bors[bot]Merge #1703
2019-08-19 Aleksey Kladovdon't load sysroot in most heavy tests
2019-08-19 bors[bot]Merge #1702
2019-08-19 Aleksey Kladovreplace heck with just ascii transformation
2019-08-19 bors[bot]Merge #1701
2019-08-19 Aleksey Kladovqualify ast types with `ast::`
2019-08-19 bors[bot]Merge #1700
2019-08-19 Aleksey Kladovremove ast::*Kind from ra_ide_api
2019-08-19 Aleksey Kladovremove ast::*Kind enums from assists
2019-08-19 Aleksey Kladovremove ast::*Kind from hir
2019-08-19 Aleksey Kladovremove ast::*Kind enums
2019-08-19 bors[bot]Merge #1699
2019-08-19 Aleksey Kladov:arrow_up: vfs
2019-08-19 bors[bot]Merge #1698
2019-08-19 Aleksey Kladovuse derive(Debug) for SyntaxKind
2019-08-19 bors[bot]Merge #1697
2019-08-19 Aleksey Kladovplug new boilerplate_gen into ra_tools
2019-08-19 Aleksey Kladovrename codegen -> boilerplate_gen
2019-08-19 Aleksey Kladovdrop tera dependency
2019-08-19 Aleksey Kladovuse new quote-generated syntax kinds
2019-08-19 bors[bot]Merge #1696
2019-08-19 Aleksey Kladovuse quote! to generate syntax kinds
2019-08-19 xfoxfufix #1424
2019-08-18 Aleksey Kladovuse new quote-generated ast
2019-08-18 Aleksey Kladovuse quote! macro to generate grammar
2019-08-18 Aleksey Kladovdeserialize grammar
2019-08-18 Aleksey Kladovswitch to new codegen
2019-08-18 Aleksey Kladovcodegen boilerplate
2019-08-18 Aleksey Kladovadd quote dep
2019-08-17 bors[bot]Merge #1695
2019-08-17 Aleksey Kladovupdate lsp
2019-08-17 bors[bot]Merge #1694
2019-08-17 Aleksey Kladovimplement initial type inference for index expressions
2019-08-17 Aleksey Kladovnormalize ordering ops
2019-08-17 Aleksey KladovIntroduce separate hir::BinaryOp
2019-08-17 Aleksey Kladovimplement accessors for IndexExpr
2019-08-17 Aleksey Kladovsimplify
2019-08-17 bors[bot]Merge #1693
2019-08-17 Aleksey KladovRemove cpuprofile dependencies
2019-08-17 bors[bot]Merge #1692
2019-08-17 Aleksey Kladov:arrow_up: deps
2019-08-16 bors[bot]Merge #1691
2019-08-16 Ekaterina Babshukovashow inherent and trait impls of structs and enums
2019-08-16 bors[bot]Merge #1689
2019-08-16 kjeremyUpdate deps
2019-08-15 bors[bot]Merge #1686
2019-08-15 Aleksey Kladov:arrow_up: deps
2019-08-15 bors[bot]Merge #1445
2019-08-15 Aleksey Kladovswitch to upstream salsa
2019-08-15 Aleksey Kladovimplement durability
2019-08-15 Aleksey Kladovswitch from volatile to untracked read
2019-08-15 bors[bot]Merge #1685
2019-08-14 bors[bot]Merge #1676
2019-08-14 bravomikekilofix test position
2019-08-14 bravomikekilofix test
2019-08-14 bravomikekilofix error of RangeFrom in for-loop
2019-08-13 Evgenii PFix is_path_start to accept T![<], fix is_path_start...
2019-08-13 bors[bot]Merge #1636
2019-08-13 bravomikekiloadd inline test
2019-08-12 bors[bot]Merge #1677
2019-08-12 Florian DieboldHandle placeholder assoc types when Chalk produces...
2019-08-12 Florian DieboldNormalize assoc types in more places
2019-08-12 Florian DieboldImprove debug logging a bit
2019-08-12 Florian DieboldNormalize associated types during inference
2019-08-12 Florian DieboldLower fully qualified associated type paths
2019-08-12 Florian DieboldAdd representations of associated types
2019-08-12 Florian DieboldAdd another test for assoc type resolution
2019-08-12 bors[bot]Merge #1683
2019-08-12 Evgenii PUse Source in Diagnostic and implement
2019-08-12 bors[bot]Merge #1682
2019-08-12 Aleksey KladovDrop support for old extendSelection API
2019-08-12 bors[bot]Merge #1667
2019-08-12 bors[bot]Merge #1675
2019-08-11 Evgenii PFix for<'lifetime> for types specified by path
2019-08-10 Florian DieboldImprovements to emacs inlay hints
2019-08-09 Kirill BulatovAlways set the runnable name
2019-08-09 Kirill BulatovExtract common logic
2019-08-09 Kirill BulatovShow backtraces in lens runnables
2019-08-09 bors[bot]Merge #1673
2019-08-09 Aleksey KladovMove numeric names inside of `NameRef`
2019-08-09 bors[bot]Merge #1669
2019-08-09 Evgenii PMake name_ref to accept numeric names optionally
2019-08-09 Evgenii PParse tuple struct field initialization
2019-08-09 bors[bot]Merge #1668
2019-08-09 Evgenii PChange macro to function
2019-08-09 Evgenii Prustfmt
2019-08-09 Evgenii PReduce code duplication in lexer by introducing small...
2019-08-08 bors[bot]Merge #1661
2019-08-08 Evgenii PFix parser tests according to review
2019-08-08 Evgenii PDeduplicate while loop break condition
2019-08-07 bors[bot]Merge #1664
2019-08-07 Aleksey Kladovassoc types bounds
2019-08-07 bors[bot]Merge #1663
2019-08-07 bors[bot]Merge #1662
next