]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-21 Laurențiu NicolaRemove proc macro ABI issue from bug report template
2021-07-19 bors[bot]Merge #9631
2021-07-19 KOLANICHAdded some metadata for rust-analyser package sufficien...
2021-07-19 bors[bot]Merge #9633
2021-07-19 Jonas SchievinkAdd `TreeId` to identify `ItemTree`s
2021-07-19 bors[bot]Merge #9627
2021-07-19 Alexander Gonzalezfix: Typo in architecture.md
2021-07-18 bors[bot]Merge #9619
2021-07-18 Lukas WirthSupport GATs for associated type arg parsing
2021-07-18 bors[bot]Merge #9624
2021-07-18 Laurențiu NicolaFix AbsPath::ends_with
2021-07-17 bors[bot]Merge #9623
2021-07-17 Aleksey Kladovinternal: make it clearer where IO happens
2021-07-17 bors[bot]Merge #9622
2021-07-17 Aleksey Kladovfeat: improve parser error recovery for function parameters
2021-07-17 bors[bot]Merge #9620
2021-07-17 Aleksey Kladovinternal: a bit more of cwd safety for flycheck
2021-07-17 bors[bot]Merge #9621
2021-07-17 Daniel HofstetterRemove outdated "(not yet released)" hint
2021-07-17 Aleksey Kladovinternal: make sure that proc macro machinery doesn...
2021-07-17 Aleksey Kladovinternal: make it easier to isolate IO
2021-07-16 bors[bot]Merge #9614
2021-07-16 Lukas WirthCleanup tests
2021-07-16 Lukas WirthParse input expressions in for dbg! in remove_dbg
2021-07-15 bors[bot]Merge #9611
2021-07-15 Kirill BulatovExplicitly connect an ambiguous import path case logic...
2021-07-15 bors[bot]Merge #9608
2021-07-15 Lukas WirthAdd regression test fo #7222
2021-07-15 bors[bot]Merge #9607
2021-07-15 Lukas WirthSimplify
2021-07-15 bors[bot]Merge #9605
2021-07-15 Lukas WirthFolding ranges respect item visibilities
2021-07-15 Lukas WirthAdd nested region folding test
2021-07-15 bors[bot]Merge #9604
2021-07-15 Lukas WirthDon't fold consecutive modules with item lists
2021-07-15 bors[bot]Merge #9603
2021-07-15 Lukas WirthMove attribute completion tests
2021-07-15 bors[bot]Merge #9600
2021-07-15 bors[bot]Merge #9595
2021-07-14 patrick-gufix: Single-line and nested blocks in unwrap_block
2021-07-14 bors[bot]Merge #9599
2021-07-14 Levente Gyozo... Update tests
2021-07-14 Levente Gyozo... Add true and false as completion suggestions when expec...
2021-07-14 Lukas WirthShow test mod runnable in outline modules
2021-07-13 bors[bot]Merge #9597
2021-07-13 Lukas WirthUse Type::walk for goto_type_definition
2021-07-13 bors[bot]Merge #9596
2021-07-13 Lukas WirthReturn type arguments in goto_type_definition result
2021-07-13 bors[bot]Merge #9594
2021-07-13 Lukas WirthAssign mutable semantic token modifier to assignment...
2021-07-13 bors[bot]Merge #9592
2021-07-13 Lukas WirthSplit main highlighting function up into a few subfunctions
2021-07-13 bors[bot]Merge #9588
2021-07-13 Aleksey Kladovminor: make sure that project_root works correctly
2021-07-13 bors[bot]Merge #9585
2021-07-13 bors[bot]Merge #9550
2021-07-13 Laurențiu NicolaRename the old server before update
2021-07-12 bors[bot]Merge #9583
2021-07-12 Aleksey Kladovinternal: get rid of a call to slow O(N) visibility_of...
2021-07-12 bors[bot]Merge #9582
2021-07-12 Aleksey Kladovinternal: remove erroneous default impl
2021-07-12 Aleksey Kladovinternal: remove deprecated fn
2021-07-12 Aleksey Kladovinternal: perpare to remove ModuleData::default
2021-07-12 Aleksey Kladovinternal: remove erroneous Default impl for ModuleOrigin
2021-07-12 Alex GoodIntroduce proc_macro_srv::abis, impl 1.47 and 1.55
2021-07-12 alexjgcheck rustc major version == 1 not < 1
2021-07-12 Alex GoodUse rustc version of dylib to choose which proc macro...
2021-07-12 Alex Goodcopy proc_maco to proc_macro_nightly and modify for...
2021-07-12 bors[bot]Merge #9179
2021-07-12 bors[bot]Merge #9579
2021-07-12 Jonas SchievinkSet more `CARGO_` env vars
2021-07-12 bors[bot]Merge #9535
2021-07-12 Jonas SchievinkAddress review comments
2021-07-11 bors[bot]Merge #9569
2021-07-11 bors[bot]Merge #9572
2021-07-11 Lukas WirthReturn both field and local references for shorthands...
2021-07-11 Florian DieboldAdd test for #9560
2021-07-11 Florian DieboldAdd workaround for #9562
2021-07-11 Lukas WirthInline name classification reference calls
2021-07-11 Lukas WirthExplicitly check for reference locals or fields in...
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 Aleksey Kladovinternal: remove one more needless extern crate
2021-07-11 bors[bot]Merge #9570
2021-07-11 Lukas WirthSimplify Semantics::type_of_expr_with_coercion
2021-07-11 mahdi-frmsadd 'for' postfix completion
2021-07-11 Aleksey Kladovtypo
2021-07-11 Aleksey Kladovinternal: remove unused param
2021-07-11 Aleksey Kladovinternal: add a test for broken refactor
2021-07-11 Aleksey Kladovinternal: remove needless distinction between a carte...
2021-07-11 bors[bot]Merge #9565
2021-07-11 Aleksey Kladovinternal: document NameClass and NameRefClass
2021-07-11 bors[bot]Merge #9563
2021-07-11 Aleksey Kladovupdate tests
2021-07-11 Aleksey Kladovdrop unused fields
2021-07-11 Aleksey Kladovsimplify
2021-07-11 Aleksey Kladovdrop unused field
2021-07-11 Aleksey Kladovsimplify
2021-07-11 Aleksey Kladovbe explicit about what we *can't* debug
2021-07-11 Aleksey Kladovbetter name
2021-07-11 Aleksey KladovLet the client care about presentation
next