]> git.lizzy.rs Git - rust.git/history - crates
Merge #8128
[rust.git] / crates /
2021-03-21 bors[bot]Merge #8128
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 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 #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`
2021-03-18 bors[bot]Merge #8091
2021-03-18 Jonas SchievinkAdd test for goto def on proc macro invocation
2021-03-18 bors[bot]Merge #8089
2021-03-18 bors[bot]Merge #8088
2021-03-18 Jonas SchievinkStore an `AstId` for procedural macros
2021-03-18 bors[bot]Merge #8087
2021-03-18 Jonas SchievinkMake MacroDefId's `AstId` mandatory when possible
2021-03-18 bors[bot]Merge #8085
2021-03-18 Jonas SchievinkCreate AstId for builtin_derive macro in tests
2021-03-18 bors[bot]Merge #8082
2021-03-18 Edwin ChengHandle inner recursive macro rules cases
2021-03-18 Lukas WirthTrack source file IDs in source mapping of Attrs
2021-03-18 bors[bot]Merge #8081
2021-03-18 Edwin ChengReorganize mbe tests
2021-03-18 bors[bot]Merge #8080
2021-03-18 Jonas SchievinkRename `item_tree` query to `file_item_tree`
2021-03-18 Jonas SchievinkMake `ItemTreeId` its own type
2021-03-18 bors[bot]Merge #8079
2021-03-18 Jonas SchievinkAvoid cloning `CfgOptions`
2021-03-18 bors[bot]Merge #8078
2021-03-18 Jonas SchievinkSupport `#[cfg]` on all associated items
2021-03-17 bors[bot]Merge #8076
2021-03-17 Jonas SchievinkAdd test for self-calling inner function
2021-03-17 bors[bot]Merge #8075
2021-03-17 Jonas SchievinkFix `use crate as <name>;` imports
2021-03-17 bors[bot]Merge #8073
2021-03-17 Jonas SchievinkImprove diagnostic when including nonexistent file
2021-03-17 bors[bot]Merge #8072
2021-03-17 Jonas SchievinkUse first early expansion error during nameres
2021-03-17 bors[bot]Merge #8071
2021-03-17 Lukas WirthSemantic highlight intradoclinks in documentation
2021-03-17 bors[bot]Merge #8069
2021-03-17 Lukas WirthInject highlight into block doc comments
2021-03-17 bors[bot]Merge #8068
next