]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-22 bors[bot]Merge #8139
2021-03-22 bors[bot]Merge #8136 #8146
2021-03-22 Aleksey KladovUpdate docs/dev/README.md
2021-03-22 Aleksey KladovDocument patch policy
2021-03-22 bors[bot]Merge #8145
2021-03-22 Aleksey KladovApply suggestions from code review
2021-03-22 Aleksey KladovUpdate docs/user/manual.adoc
2021-03-22 Aleksey KladovDocument our security stance
2021-03-22 bors[bot]Merge #8143
2021-03-22 Edwin ChengReexport PrefixKind to remove deps to hir
2021-03-21 bors[bot]Merge #8137
2021-03-21 Florian DieboldAlign InEnvironment with Chalk
2021-03-21 Florian DieboldAlign Canonical more with Chalk's version
2021-03-21 bors[bot]Merge #8134
2021-03-21 Yilin Chencheck is_include_macro only when attr_path is not specified
2021-03-21 Lukas WirthFix box pattern inference panic
2021-03-21 Florian DieboldUse QuantifiedWhereClause in generic_predicates as...
2021-03-21 Florian DieboldIntroduce QuantifiedWhereClause and DynTy analogous...
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 bors[bot]Merge #8128
2021-03-21 Matthias Krügera lot of clippy::style fixes
2021-03-21 Yilin Chenuse the included file as the source of expanded include...
2021-03-21 Florian DieboldIgnore type bindings in generic_predicates_for_param
2021-03-21 Florian DieboldTest for a Salsa bug
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-21 Matthias Krügerxtask: remove redundant lifetime (clippy::extra_unused_...
2021-03-21 Matthias Krügeruse strip_prefix() instead of starts_with and slicing...
2021-03-21 Matthias Krügerremove more redundant clones (clippy::redundant_clone())
2021-03-21 Lukas WirthAdd `'` to trigger_characters, allowing more direct...
2021-03-21 bors[bot]Merge #8131
2021-03-21 Kirill BulatovFix the profile string
2021-03-21 Kirill BulatovLess reallocations
2021-03-21 Kirill BulatovUse smart case in flyimport items lookup
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8130
2021-03-21 Laurențiu NicolaRevert "Temporarily run git describe on CI to debug...
2021-03-21 Jonas SchievinkExpand legacy-scoped macro during collection
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthFix incorrect scoping in while expressions
2021-03-21 bors[bot]Merge #8122
2021-03-21 Lukas WirthAdd label completion
2021-03-21 Lukas WirthTrack labels in scopes
2021-03-20 Kevin MehallFix and test edge cases of `_` as ident
2021-03-20 bors[bot]Merge #8124
2021-03-20 Lukas WirthAdd basic lifetime completion
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not query item search by name eagerly
2021-03-20 Kirill BulatovDo not propose assoc items without qualifiers
2021-03-20 Kevin MehallMake bare underscore token an Ident rather than Punct...
2021-03-20 bors[bot]Merge #8121
2021-03-20 Laurențiu NicolaTemporarily run git describe to debug #8043
2021-03-20 bors[bot]Merge #8119
2021-03-20 Lukas WirthDon't return a SourceChange on WillRenameFiles when...
2021-03-20 Lukas WirthFix add_life_to_type label typo
2021-03-20 bors[bot]Merge #8117
2021-03-20 Florian DieboldTurn Obligation into something similar to chalk_ir...
2021-03-20 bors[bot]Merge #8116
2021-03-20 Florian DieboldRemove WhereClause::Error
2021-03-20 bors[bot]Merge #8115
2021-03-20 Florian DieboldRename GenericPredicate -> WhereClause
2021-03-19 bors[bot]Merge #8112
2021-03-19 Jonas SchievinkAdd `AttrsWithOwner` and clean up `source_map`
2021-03-19 Jonas SchievinkMove `AttrsOwnerNode` to syntax and make it public
2021-03-19 bors[bot]Merge #8111
2021-03-19 Jonas SchievinkReturn `Either` from `MacroDefId::ast_id`
2021-03-19 bors[bot]Merge #8110
2021-03-19 Aleksey Kladovsimplify
2021-03-19 bors[bot]Merge #8109
2021-03-19 Aleksey KladovMake ast editing more ergonomic
2021-03-19 bors[bot]Merge #8108
2021-03-19 Jonas SchievinkFix handling of `#![cfg]` in outline module file
2021-03-19 bors[bot]Merge #8106
2021-03-19 Jonas SchievinkAdd builtin macro-like attributes
2021-03-19 bors[bot]Merge #8104
2021-03-19 Jonas SchievinkRename derive-specific APIs
2021-03-19 bors[bot]Merge #8102
2021-03-19 Lukas WirthCleanup qualify_path
2021-03-19 bors[bot]Merge #8097
2021-03-19 bors[bot]Merge #8101
2021-03-19 Lukas WirthReplace Projection variant in GenericPredicate with...
2021-03-19 Lukas WirthParse extended_key_value_attributes
2021-03-18 bors[bot]Merge #8099
2021-03-18 Jonas SchievinkDocument fields of `ModuleId`
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8086
2021-03-18 Lukas WirthUse a highlight modifier for intra doc links
2021-03-18 bors[bot]Merge #8096
2021-03-18 Florian DieboldChalkify TraitRef
2021-03-18 Lukas WirthFix associated items not being appended to paths in...
2021-03-18 bors[bot]Merge #8083
2021-03-18 bors[bot]Merge #8094
2021-03-18 Jonas SchievinkFix infinite recursion when computing diagnostics for...
2021-03-18 bors[bot]Merge #8093
2021-03-18 Jonas SchievinkAdd test
2021-03-18 Jonas SchievinkRecord custom derive helpers in `DefMap`
next