]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-25 Amos WengerMerge commit '459bbb422' into HEAD
2022-11-25 Amos WengerMerge commit '67920f797511c360b25dab4d30730be304848f32...
2022-11-25 Amos WengerMerge commit '65e1dc4d9' into HEAD
2022-11-25 Amos WengerMerge commit 'e8e598f6415461e7fe957eec1bee6afb55927d59...
2022-11-25 Amos WengerMerge commit '3e358a682' into HEAD
2022-11-25 Amos WengerMerge commit 'a670ff888437f4b6a3d24cc2996e9f969a87cbae...
2022-11-25 Amos WengerMerge commit '31519bb39' into HEAD
2022-11-25 Amos WengerMerge commit 'b6d59f2bb4fae0ba4f74e2c967b5e2f777f8c860...
2022-11-25 Amos WengerMerge commit '8231fee46' into HEAD
2022-11-25 Amos WengerMerge commit '634cfe3d72e785c843ca5d412b12be137b2e14fb...
2022-11-25 Amos WengerMerge commit '22c8c9c40' into HEAD
2022-11-25 Amos WengerMerge commit '8e38833c3674c1be7d81c6069c62e6ed52b18b27...
2022-09-13 Laurențiu Nicola:arrow_up: rust-analyzer
2022-09-06 Laurențiu Nicola:arrow_up: rust-analyzer
2022-09-04 borsAuto merge of #13187 - matklad:return, r=Veykril
2022-09-04 Aleksey Kladovfix: correct broken logic for return complition
2022-09-03 borsAuto merge of #13183 - Veykril:break-break, r=Veykril
2022-09-03 Lukas WirthFix nested break expressions, expecting unknown types
2022-09-02 borsAuto merge of #13175 - Veykril:resolver, r=Veykril
2022-09-02 Lukas WirthClarify the state of (extern) preludes for block def...
2022-09-02 borsAuto merge of #13174 - Veykril:resolver, r=Veykril
2022-09-02 Lukas WirthLift out the module scope into a field in the Resolver
2022-09-02 borsAuto merge of #13173 - Veykril:synthetic, r=Veykril
2022-09-02 Lukas WirthDon't store SyntheticSyntax in the reverse maps in...
2022-09-02 borsAuto merge of #13167 - iDawer:exhaustive_patterns,...
2022-09-02 iDawerAdd docs
2022-09-02 iDawerRecord enabled unstable features into DefMap
2022-09-02 borsAuto merge of #13171 - matklad:open-failure, r=lnicola
2022-09-02 Aleksey Kladovinternal: ignore failures when publishing to ovsx
2022-09-01 borsAuto merge of #13160 - ChayimFriedman2:parse-parenthesi...
2022-09-01 borsAuto merge of #13161 - ChayimFriedman2:pi-is-zero,...
2022-09-01 borsAuto merge of #13165 - Veykril:breakables, r=Veykril
2022-09-01 Lukas WirthDon't run `rust-2021-compatibility` lints, our crates...
2022-09-01 Lukas WirthProperly handle break resolution inside non-breakable...
2022-09-01 Lukas WirthDiagnose incorrect continue expressions
2022-09-01 Lukas WirthSimplify breakables handling
2022-09-01 borsAuto merge of #100210 - mystor:proc_macro_diag_struct...
2022-09-01 Chayim Refael... Lower float literals with underscores
2022-08-31 Chayim Refael... Parse TypePathFn with preceding `::`
2022-08-31 borsAuto merge of #13134 - Veykril:proc-highlight, r=Veykril
2022-08-31 iDawerCorrect visibility check
2022-08-31 borsAuto merge of #13156 - Veykril:macro-stmts, r=Veykril
2022-08-31 Lukas WirthRemove unnecessary allocations
2022-08-31 iDawerImplement unstable RFC 1872 `exhaustive_patterns`
2022-08-31 Lukas WirthRemove hir::Expr::MacroStmts
2022-08-31 borsAuto merge of #13120 - Austaras:master, r=jonas-schievink
2022-08-31 borsAuto merge of #13005 - pocket7878:convert-two-arm-bool...
2022-08-31 borsAuto merge of #13051 - DropDemBits:attrs-and-comments...
2022-08-31 Pocket7878feature: Check if first_arm bool and second_arm bool...
2022-08-31 Masato Sogamefeature: Simplfy branch check logics
2022-08-31 Pocket7878fix: Simplify logics to allow two-arm enum match.
2022-08-31 Pocket7878Add convert_two_arm_bool_match_to_matches_macro ide...
2022-08-31 austaraschange title
2022-08-31 borsAuto merge of #12963 - DesmondWillowbrook:clippy-matche...
2022-08-31 borsAuto merge of #12793 - lowr:fix/12739, r=Veykril
2022-08-31 borsAuto merge of #13149 - lowr:fix/unescape-raw-ident...
2022-08-31 borsAuto merge of #13154 - Veykril:ty-mac-expander, r=Veykril
2022-08-31 Lukas WirthDrop the expander borrow in all control flow paths
2022-08-31 borsAuto merge of #13151 - ChayimFriedman2:replace-turbofis...
2022-08-31 Chayim Refael... Support `?` and `.await` in "Replace turbofish with...
2022-08-31 Chayim Refael... Use type information to deduce the correct type for...
2022-08-30 Ryo Yoshidafix: unescape all occurrences of module name in module...
2022-08-30 DropDemBitsMove comments to the extracted struct
2022-08-30 borsAuto merge of #13145 - ChayimFriedman2:unmerge-match...
2022-08-30 Ryo Yoshidafix: sort and deduplicate auto traits in trait object...
2022-08-30 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-30 Chayim Refael... feat: Add a "Unmerge match arm" assist to split or...
2022-08-29 Lukas WirthHighlight namerefs by syntax until proc-macros have...
2022-08-29 borsAuto merge of #13056 - DropDemBits:make-refactors,...
2022-08-28 austaraschange as requested
2022-08-28 austarasupdate tests
2022-08-28 austarasadd type check
2022-08-28 austarasturn `unwrap_or` into `unwrap_or_else` and vice versa
2022-08-28 borsAuto merge of #13133 - Veykril:diag-hack, r=Veykril
2022-08-28 Lukas WirthMove empty diagnostics workaround back into the server
2022-08-26 borsAuto merge of #13095 - jonas-schievink:avoid-liveshare...
2022-08-26 borsAuto merge of #13123 - Veykril:simplify, r=Veykril
2022-08-26 Lukas Wirthminor: Simplify
2022-08-26 borsAuto merge of #13087 - Veykril:config-update, r=Veykril
2022-08-26 borsAuto merge of #13110 - DesmondWillowbrook:issue-11197...
2022-08-25 borsAuto merge of #13116 - Veykril:nohash, r=Veykril
2022-08-25 Lukas WirthUpdate test fixtures
2022-08-25 borsAuto merge of #13118 - lnicola:cleanup, r=lnicola
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-25 Laurențiu NicolaRemove unused UpdatesChannel type
2022-08-25 Kartavya Vashishthastyle: run tidy tests
2022-08-25 Kartavya Vashishthaextract const generic in ArrayType
2022-08-25 Kartavya Vashishthaadd test
2022-08-23 borsAuto merge of #13101 - Veykril:sem-tokens, r=jonas...
2022-08-23 Lukas WirthRe-export standard semantic token types and mods
2022-08-23 borsAuto merge of #13100 - jonas-schievink:doc-links-on...
2022-08-23 Jonas SchievinkResolve doc links on impl blocks
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 Jonas SchievinkAdd a short blurb about VS Code Live Share to the manual
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 Jonas SchievinkForGoT tO RuN prEttIeR¿
next