]> git.lizzy.rs Git - rust.git/history - crates
Respect attributes in Hygiene token up-mapping
[rust.git] / crates /
2021-08-22 Lukas WirthRespect attributes in Hygiene token up-mapping
2021-08-21 Lukas WirthRemove MappedSubtree
2021-08-21 Lukas WirthMap attribute input tokens correctly
2021-08-21 Lukas WirthDon't ask for the builtin attribute input twice
2021-08-20 bors[bot]Merge #9963
2021-08-20 Aleksey Kladovfix: resolve core::arch module
2021-08-20 bors[bot]Merge #9961
2021-08-20 Aleksey Kladovinternal: prep to 2021 edition
2021-08-20 bors[bot]Merge #9960
2021-08-20 Lukas WirthSwitch AstDatabase::exapnd_proc_macro to ExpandResult
2021-08-20 Lukas WirthSwitch BuiltinDeriveExpander::expand to ExpandResult
2021-08-20 bors[bot]Merge #9943
2021-08-20 Lukas WirthUse correct HirFileId in find_related_test
2021-08-20 Lukas WirthFix runnables not seeing test and bench attributes
2021-08-20 Lukas WirthDo not replace items annotated with builtin attrs with...
2021-08-19 bors[bot]Merge #9955
2021-08-19 Lukas WirthRename fails on renaming definitions created by macros
2021-08-19 bors[bot]Merge #9855
2021-08-19 BooksBaumRemove `match_ast` usage
2021-08-19 BooksBaumRemove `match_ast!` macro call
2021-08-19 bors[bot]Merge #9950
2021-08-19 Yoshua WuytsFix codegen for is_method documentation
2021-08-18 bors[bot]Merge #9942
2021-08-18 Lukas WirthDon't trigger related highlighting on unrelated tokens
2021-08-18 bors[bot]Merge #9941
2021-08-18 Aleksey Kladovfeat: include full path in the cyclic deps error
2021-08-17 BooksBaumAdd deref (`*`) handling for usages of ref tuples
2021-08-17 BooksBaumSwitch order of assists
2021-08-17 BooksBaumAdd generated doctest
2021-08-17 BooksBaumFix errors from `rebase master`
2021-08-17 BooksBaumCleanup according to style-requirements in tests
2021-08-17 BooksBaumFix: different assist ids in doc and code
2021-08-17 BooksBaumHandle tuple in macro call
2021-08-17 BooksBaumAdd destructure in sub-pattern (after `@`)
2021-08-17 BooksBaumHandle `mut` & `ref`
2021-08-17 BooksBaumAdd Destructure Tuple
2021-08-17 bors[bot]Merge #9936
2021-08-17 Laurențiu NicolaFix formatting
2021-08-17 bors[bot]Merge #9934
2021-08-17 Alexander SiegBump notify version to 5.0.0-pre.12
2021-08-17 Alexander SiegRevert "Downgrade notify and use RecommendedWatcher"
2021-08-17 bors[bot]Merge #9929
2021-08-17 Lukas WirthEmit more concise text edits in ide_db::rename
2021-08-17 Florian sp1rit​proc_macro_api: make commit & date suffix of binary...
2021-08-16 Lukas Wirthsome code docs for the ide_db/rename module
2021-08-16 Lukas WirthHandle all rename special cases for all record pattern...
2021-08-16 bors[bot]Merge #9928
2021-08-16 Lukas WirthHighlight function exit points on `fn` keyword
2021-08-16 bors[bot]Merge #9927
2021-08-16 Laurențiu NicolaFix some clippy lints
2021-08-16 bors[bot]Merge #9921
2021-08-16 Lukas Wirthstyle
2021-08-16 bors[bot]Merge #9924
2021-08-16 Yoshua Wuytsimplement feedback from review
2021-08-16 Lukas WirthFlatten SourceToDefCache structure
2021-08-16 Yoshua Wuytsfix debug tuple structs
2021-08-16 Lukas WirthOnly add entries to SourceToDef dynmaps when they come...
2021-08-16 bors[bot]Merge #9920
2021-08-16 Lukas WirthSimplify
2021-08-16 bors[bot]Merge #9918
2021-08-16 Aleksey Kladovminor: simplify
2021-08-16 bors[bot]Merge #9917
2021-08-16 Aleksey Kladovminor: remove dead code
2021-08-16 Yoshua Wuytsfix debug record structs
2021-08-15 bors[bot]Merge #9905
2021-08-15 Aleksey Kladovinternal: optimize compile time
2021-08-14 bors[bot]Merge #9902
2021-08-14 Aleksey Kladovminor: move functionality to a better place
2021-08-14 bors[bot]Merge #9901
2021-08-14 Aleksey Kladovinternal: remove dead code
2021-08-14 bors[bot]Merge #9900
2021-08-14 Aleksey Kladovinternal: remove one more usage of old editing API.
2021-08-14 bors[bot]Merge #9899
2021-08-14 Lukas WirthSimplify
2021-08-14 bors[bot]Merge #9897
2021-08-14 Aleksey Kladovinternal: remove old editing API
2021-08-14 bors[bot]Merge #9896
2021-08-14 Lukas WirthOnly complete type annotations for patterns in function...
2021-08-14 bors[bot]Merge #9895
2021-08-14 Lukas WirthSimplify
2021-08-14 bors[bot]Merge #9894
2021-08-14 Aleksey Kladovinternal: use standard test style
2021-08-14 bors[bot]Merge #9893
2021-08-14 Lukas WirthDon't use non cache syntaxnodes in generate_function...
2021-08-14 bors[bot]Merge #9892
2021-08-14 Aleksey Kladovinternal: make assist naming consistent
2021-08-14 Aleksey Kladovinternal: remove a remnant of old editing infra
2021-08-14 bors[bot]Merge #9890
2021-08-14 Aleksey Kladovinternal: merge hir::BinaryOp and ast::BinOp
2021-08-14 Aleksey Kladovinternal: prepare to merge hir::BinaryOp and ast::BinOp
2021-08-14 Aleksey Kladovinternal: make naming consistent
2021-08-14 Aleksey Kladovinternal: prepare a dedicated module for all operators
2021-08-14 Aleksey Kladovinternal: make invert binary op more robust
2021-08-14 bors[bot]Merge #9882
2021-08-13 bors[bot]Merge #9886
2021-08-13 Jonas Schievinkfeat: type inference for if-let guards
2021-08-13 bors[bot]Merge #9871
2021-08-13 Ryan LevickAdd documentation on how whether a generated return...
2021-08-12 bors[bot]Merge #9879
2021-08-12 Jonas SchievinkSupport `if let` match guards
next