]> git.lizzy.rs Git - rust.git/history - crates
Update test fixtures
[rust.git] / crates /
2022-08-25 Lukas WirthUpdate test fixtures
2022-08-25 Lukas WirthRemove u/i128 hashing overloads from NoHashHasher:...
2022-08-25 Lukas WirthMake use of NoHash hashing for FileId and CrateId
2022-08-23 borsAuto merge of #13099 - jonas-schievink:add-decorator...
2022-08-23 Jonas SchievinkRegister decorator token type to avoid panic
2022-08-23 borsAuto merge of #13097 - jonas-schievink:liveshare-docs...
2022-08-23 borsAuto merge of #13096 - jonas-schievink:parse-more-or...
2022-08-23 Jonas SchievinkAllow leading `|` in more pattern positions
2022-08-23 borsAuto merge of #13084 - Veykril:highlight-config, r...
2022-08-23 borsAuto merge of #13092 - Veykril:ref-match-completion...
2022-08-23 Lukas Wirthfix: Fix reference autocompletions using incorrect...
2022-08-23 Lukas WirthUse lsp-types DECORATOR token type
2022-08-23 Lukas WirthRemove unused default semantic modifiers
2022-08-23 Lukas WirthRegen docs
2022-08-23 Lukas WirthAdd config for macro bang token highlighting, disable...
2022-08-23 Lukas WirthChange attribute semantic token type to decorator
2022-08-23 Lukas WirthMake doc comment highlight injection configurable
2022-08-23 Lukas WirthMove highlight configuration from protocol into the...
2022-08-23 Lukas WirthMake operator highlighting configurable, disable it...
2022-08-23 Lukas WirthMake punctuation highlighting configurable, disable...
2022-08-23 borsAuto merge of #13090 - ice1k:master, r=Veykril
2022-08-23 borsAuto merge of #12976 - tjdevries:scip, r=Veykril
2022-08-23 ice1000Do not substitute `Self` when in same impl block
2022-08-22 TJ DeVriesfeat: emit SCIP via rust-analyzer
2022-08-22 borsAuto merge of #13088 - Veykril:flycheck-failure, r...
2022-08-22 Lukas WirthPop an error notification when flycheck can't be restarted
2022-08-22 borsAuto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold
2022-08-22 borsAuto merge of #13001 - Veykril:scoped, r=Veykril
2022-08-22 Lukas WirthReplace crossbeam with std's scoped threads
2022-08-22 borsAuto merge of #12965 - DesmondWillowbrook:assoc-method...
2022-08-21 Dominik GschwindExpect the test to panic by catching the unwind
2022-08-21 borsAuto merge of #13074 - lowr:fix/method-resolution-with...
2022-08-21 Ryo YoshidaConsider bounds on inherent impl in method resolution
2022-08-20 Kartavya Vashishthafix: formatting
2022-08-20 Kartavya Vashishtharemove push_diagnostic methods
2022-08-20 Kartavya Vashishthamake impl and trait inactive diagnostics work
2022-08-19 borsAuto merge of #13069 - lnicola:bump-deps, r=lnicola
2022-08-19 Laurențiu NicolaBump notify
2022-08-19 Laurențiu NicolaBump chalk
2022-08-19 borsAuto merge of #13065 - RalfJung:override-command-docs...
2022-08-19 Ralf Jungexplain how to re-generate the package.json
2022-08-19 Ralf Jungdocument interaction of checkOnSave.overrideCommand...
2022-08-19 borsAuto merge of #13041 - DorianListens:dscheidt/gen-fn...
2022-08-19 borsAuto merge of #13061 - ice1k:master, r=Veykril
2022-08-19 borsAuto merge of #13064 - Veykril:rustfmt-err, r=Veykril
2022-08-19 Lukas WirthLog rustfmt parsing errors as warnings
2022-08-19 borsAuto merge of #13063 - Veykril:stop-flycheck, r=Veykril
2022-08-19 Lukas WirthImplement lsp extension for cancelling running flychecks
2022-08-19 ice1000fix: use functional programming
2022-08-19 ice1000feat: Improved inline_call to replace `Self`
2022-08-18 Dorian ScheidtIntroduce and use get_fn_target_info
2022-08-18 Dorian ScheidtGenerate and use TargetInfo::new
2022-08-18 Dorian ScheidtCleanup inline
2022-08-18 Dorian Scheidtinline assoc_fn_target
2022-08-18 Dorian ScheidtRemove mut out params via assoc_fn_target_info
2022-08-18 Dorian ScheidtReorder args with flip_comma
2022-08-18 Dorian ScheidtReplace tuple with TargetInfo struct
2022-08-18 Dorian Scheidtextract fn_target_info
2022-08-18 Dorian Scheidtuse fn_name instead of name_ref.text()
2022-08-18 Dorian ScheidtRename static_method_target -> assoc_fn_target
2022-08-18 borsAuto merge of #13039 - davidbarsky:davidbarsky/remove...
2022-08-18 borsAuto merge of #13053 - lowr:fix/pat-sole-Self, r=Veykril
2022-08-18 Ryo Yoshidafix: resolve path `Self` alone in value namespace
2022-08-18 borsAuto merge of #13036 - sancho20021:10881-inline_type_al...
2022-08-18 borsAuto merge of #13045 - DorianListens:dscheidt/run-test...
2022-08-18 borsAuto merge of #12982 - jridgewell:into_future, r=Veykril
2022-08-18 borsAuto merge of #13049 - lowr:fix/bare-dyn-assoc-type...
2022-08-17 Ryo Yoshidafix: resolve associated types of bare dyn types
2022-08-17 Dorian Scheidtfeat: Run test mod from anywhere in parent file
2022-08-17 borsAuto merge of #13044 - dzvon:fix-typo, r=Veykril
2022-08-17 Dezhi Wufix: a bunch of typos
2022-08-17 borsAuto merge of #13034 - lowr:fix/regression-from-12993...
2022-08-17 Aleksandr Pakfixup! feat: add inline_type_alias_uses assist
2022-08-17 Ryo Yoshidafix: escape keywords used as names in earlier editions
2022-08-17 borsAuto merge of #13043 - Veykril:ide-db-trace, r=Veykril
2022-08-17 Lukas Wirthminor: Change tracing event level in apply_change
2022-08-16 Justin RidgewellFind IntoFuture::IntoFuture's poll method
2022-08-16 Dorian Scheidtfeat: Generate static method using Self::assoc() syntax
2022-08-16 borsAuto merge of #13038 - Veykril:rev-12947, r=Veykril
2022-08-16 Lukas WirthRevert #12947, trigger workspace switches on all struct...
2022-08-16 borsAuto merge of #13037 - jonas-schievink:keyword-hover...
2022-08-16 Jonas SchievinkAdd `.enable` suffix
2022-08-16 Dominik Gschwindfix: Fix panics on GATs involving const generics
2022-08-16 Aleksandr Pakfixup! feat: add inline_type_alias_uses assist
2022-08-16 Jonas SchievinkAdd a setting for keyword hover popups
2022-08-16 Aleksandr Pakfeat: add inline_type_alias_uses assist
2022-08-16 borsAuto merge of #13028 - yue4u:fix/literal-lookup, r...
2022-08-15 yue4ufix: format literal lookup
2022-08-15 borsAuto merge of #13027 - jonas-schievink:fix-mismatch...
2022-08-15 Jonas SchievinkFix lowering of empty macro expressions in trailing...
2022-08-15 borsAuto merge of #13026 - Veykril:nameres, r=Veykril
2022-08-15 Lukas WirthMake resolve_name_in_module a bit more lazy
2022-08-15 borsAuto merge of #13025 - Veykril:simplify2, r=Veykril
2022-08-15 Lukas WirthSimplify
2022-08-15 borsAuto merge of #13024 - jonas-schievink:hir-pretty,...
2022-08-15 Jonas SchievinkAdd an HIR pretty-printer
2022-08-14 borsAuto merge of #13000 - shoffmeister:patch-1, r=lnicola
2022-08-13 borsAuto merge of #13017 - Veykril:vscode-diag-workaround...
2022-08-13 borsAuto merge of #13016 - Veykril:vscode-diag-workaround...
2022-08-13 Lukas WirthMove VSCode diagnostics workaroudn into client code
next