]> git.lizzy.rs Git - rust.git/history - crates
fix: don't let mbe expr fragments match let exprs and inline consts
[rust.git] / crates /
2022-12-20 Ryo Yoshidafix: don't let mbe expr fragments match let exprs and...
2022-12-19 borsAuto merge of #13795 - jonas-schievink:fix-rustfmt...
2022-12-19 Jonas SchievinkUse the correct edition when formatting path deps
2022-12-19 borsAuto merge of #13794 - jonas-schievink:reset-step-limit...
2022-12-19 Jonas SchievinkReset parser step count when bumping
2022-12-17 borsAuto merge of #13792 - Veykril:flycheck, r=Veykril
2022-12-17 Lukas WirthAdd a command to clear flycheck diagnostics
2022-12-17 Lukas WirthMake cancelFlycheck request a notification
2022-12-17 Lukas WirthMake manual flycheck runs work when checkOnSave is...
2022-12-16 borsAuto merge of #13785 - Veykril:run-flycheck, r=Veykril
2022-12-16 Lukas WirthAdd command for manually running flychecks
2022-12-16 borsAuto merge of #13784 - Veykril:bm-hints, r=Veykril
2022-12-16 Lukas WirthDeduplicate inserted parentheses in binding mode hints
2022-12-16 borsAuto merge of #13783 - Veykril:bm-hints, r=Veykril
2022-12-16 Lukas WirthAdd parentheses for binding mode hints when they attach...
2022-12-16 borsAuto merge of #13777 - dzvon:fix-13776, r=jonas-schievink
2022-12-16 Dezhi Wudocs: update the comment and add a test to `half_open_r...
2022-12-15 Dezhi Wufix: add a check for `if` token in patterns parser
2022-12-14 borsAuto merge of #13772 - noritada:minor/set-experimental...
2022-12-14 borsAuto merge of #13774 - lowr:fix/no-infer-vars-in-infere...
2022-12-14 borsAuto merge of #13769 - jonas-schievink:parse-half-open...
2022-12-14 Ryo Yoshidafix: resolve all inference vars in `InferenceResult...
2022-12-14 borsAuto merge of #13766 - rust-lang:fix-config-patch,...
2022-12-13 Jonas SchievinkParse `..= X` patterns
2022-12-13 Florian DieboldFix wrong config patching logic for addCallParenthesis
2022-12-12 borsAuto merge of #13746 - feniljain:fix_extract_function...
2022-12-12 borsAuto merge of #13715 - feniljain:fix_completions, r...
2022-12-12 borsAuto merge of #13726 - feniljain:fix_assists, r=jonas...
2022-12-12 borsAuto merge of #13732 - rami3l:fix/gen-partial-eq, r...
2022-12-12 borsAuto merge of #13762 - jonas-schievink:underscore-expr...
2022-12-12 Jonas SchievinkFix parsing of `_ = x` in closure body
2022-12-10 borsAuto merge of #13756 - flodiebold:simplify-assoc-item...
2022-12-10 Florian DieboldMake assoc_resolutions always have a Substitution
2022-12-10 borsAuto merge of #13725 - bvanjoi:resolve-const-triat...
2022-12-10 bvanjoifeat: resolve const for trait impls(close #13694)
2022-12-10 borsAuto merge of #13750 - lowr:fix/rpit-in-projection...
2022-12-10 borsAuto merge of #13742 - lowr:fix/assoc-type-shorthand...
2022-12-09 borsAuto merge of #13749 - WaffleLapkin:remove_some_redudan...
2022-12-09 Ryo Yoshidafix: normalize projection after discarding free `BoundV...
2022-12-09 Maybe Wafflefix: Don't show duplicated adjustment hints for blocks...
2022-12-09 borsAuto merge of #13745 - Veykril:ty-hint-variant-field...
2022-12-09 feniljainfix: make make_body respect comments in extract_function
2022-12-09 borsAuto merge of #13733 - WaffleLapkin:remove_parens,...
2022-12-09 borsAuto merge of #13722 - MariaSolOs:add-json-contrib...
2022-12-09 Lukas WirthShow type info on hover of enum variant fields
2022-12-08 Maybe WaffleSimplify `remove_parentheses`'s implementation
2022-12-08 Maybe WaffleMove precedence handling to `crates/syntax`
2022-12-08 Maybe WaffleExplicitly say that the assist removes *redundant*...
2022-12-08 Ryo YoshidaOnly shift `BoundVar`s that come from outside `TyLoweri...
2022-12-08 Ryo YoshidaDisallow access to free `BoundVar`s outside `TyLowering...
2022-12-07 borsAuto merge of #13490 - HKalbasi:layout, r=jonas-schievink
2022-12-07 rami3lfix: refine fallback case in generated `PartialEq`...
2022-12-06 hkalbasiAdd a fixme comment in current_target_data_layout
2022-12-06 hkalbasiuse rustc crates instead of copy paste
2022-12-06 Maybe WaffleConsider expression precedense in `remove_parentheses...
2022-12-06 Maybe WaffleAdd `remove_parentheses` assist
2022-12-06 rami3lfix: add fallback case in generated `PartialEq` impl
2022-12-06 borsAuto merge of #13730 - lowr:feat/builtin-macro-helper...
2022-12-06 Ryo YoshidaResolve macro2's derive helpers in IDE layer
2022-12-06 Ryo YoshidaParse and collect derive helpers for builtin derive...
2022-12-05 borsAuto merge of #13728 - detrumi:chalk-update, r=lnicola
2022-12-05 Wilco KuseeIncrease Chalk fuel from 100 to 1000
2022-12-05 Wilco KuseeUpdate to Chalk 88
2022-12-05 feniljainfeat: allow unwrap block in let initializers
2022-12-04 borsAuto merge of #13721 - Veykril:incoherent-impls, r...
2022-12-04 Lukas WirthSupport `rustc_has_incoherent_inherent_impls`
2022-12-03 hkalbasisupport nonzero* niche optimizations
2022-12-03 hkalbasiCompute data layout of types
2022-12-03 borsAuto merge of #13717 - lowr:fix/proc-macro-ident-is...
2022-12-03 Ryo YoshidaHandle raw identifiers in proc macro server
2022-12-03 borsAuto merge of #13707 - lowr:feat/move-const-to-impl...
2022-12-03 borsAuto merge of #13713 - allanbrondum:bug/trait-method...
2022-12-03 feniljainfix: breaking snippets on typed incomplete suggestions
2022-12-03 Allan Brondum Rasm... fmt
2022-12-02 Allan Brondum Rasm... remove unneeded test
2022-12-02 Allan Brondum Rasm... check reference is a NameRef (and not Name)
2022-12-02 Ryo YoshidaAdd `move_const_to_impl` assist
2022-11-29 borsAuto merge of #13697 - jonas-schievink:version-inlay...
2022-11-29 Jonas SchievinkVersion the inlay hint resolve data
2022-11-29 borsAuto merge of #13696 - jonas-schievink:signature-help...
2022-11-29 Jonas SchievinkFix signature help not showing up when cursor is betwee...
2022-11-29 borsAuto merge of #13695 - detrumi:chalk-update, r=Veykril
2022-11-29 Wilco KuseeUpdate Chalk to version 87
2022-11-29 borsAuto merge of #13690 - Crauzer:vararg-type, r=Veykril
2022-11-29 borsAuto merge of #13686 - MariaSolOs:test-lenses, r=Veykril
2022-11-29 Maria José SolanoFix formatting
2022-11-28 Crauzerimplement vararg type collection from function params
2022-11-27 Maria José SolanoCheck for workspace root in runnable codelens
2022-11-27 borsAuto merge of #13681 - lowr:fix/extract-function-tail...
2022-11-26 borsAuto merge of #13611 - yue4u:fix/completion-after-colon...
2022-11-26 yue4ufix: also exclude 2 coloncolon in a row
2022-11-26 yue4ufix: only special casing 3 colon in a row
2022-11-26 Ryo Yoshidafix: check if range contains tail expression
2022-11-26 Ryo Yoshidarefactor: remove unnecessary stuff
2022-11-25 borsAuto merge of #13678 - Veykril:hir-file-encode, r=Veykril
2022-11-25 Lukas WirthEncode the variants of `HirFileId` in a u32 with MSB...
2022-11-25 borsAuto merge of #13676 - fasterthanlime:subtree-fix,...
2022-11-25 Amos WengerMerge commit '26562973b3482a635416b2b663a13016d4d90e20...
2022-11-25 Amos WengerMerge commit 'a2a1d9954' into HEAD
2022-11-25 Amos WengerMerge commit 'd03c1c87d4ca2d524646316387d47b12524ac451...
next