]> git.lizzy.rs Git - rust.git/history - crates/hir-ty
Fix PackageInformation having the crate name instead of package name
[rust.git] / crates / hir-ty /
2022-09-26 borsAuto merge of #13248 - harudagondi:unwrap-tuple, r...
2022-09-26 borsAuto merge of #13209 - lowr:feat/inference-for-generato...
2022-09-21 Ryo YoshidaImplement `HirDisplay` for `TyKind::Generator`
2022-09-20 borsAuto merge of #13269 - Veykril:repr, r=Veykril
2022-09-20 Lukas WirthFix default enum representation not being isize
2022-09-20 Lukas WirthFix using incorrect type for variants in DefWithBody...
2022-09-20 Lukas WirthProperly set the enum variant body expected type
2022-09-20 Lukas WirthParse more repr options
2022-09-20 Lukas WirthSimplify
2022-09-20 borsAuto merge of #12966 - OleStrohm:master, r=Veykril
2022-09-20 borsAuto merge of #13268 - Veykril:simplify, r=Veykril
2022-09-19 borsAuto merge of #13264 - lowr:patch/no-dyn-without-trait...
2022-09-19 Ryo YoshidaEnsure at least one trait bound in `TyKind::DynTy`
2022-09-19 OleStrohmAdded FIXME for the repr type of the enum
2022-09-19 borsAuto merge of #13260 - Veykril:simplify, r=Veykril
2022-09-19 borsAuto merge of #13259 - Veykril:cargo-config-simplify...
2022-09-19 borsAuto merge of #13257 - rust-lang:revert-13147-fix/dyn...
2022-09-19 Laurențiu NicolaTry to fix crash introduced in #13147
2022-09-18 borsAuto merge of #13058 - dpaoliello:extraenv, r=Veykril
2022-09-13 borsAuto merge of #13221 - mdx97:mdx97/annotations-above...
2022-09-13 borsAuto merge of #13225 - lowr:fix/hir-proj-normalization...
2022-09-12 OleStrohmCleaned up code based on feedback
2022-09-12 OleStrohmAdded more consteval tests and fixed consteval result
2022-09-12 OleStrohmAdded consteval tests
2022-09-12 OleStrohmAlmost there
2022-09-12 OleStrohmCleaned up code
2022-09-12 OleStrohmRemoved unnecessary TODO
2022-09-12 OleStrohmImplemented basic enum const eval
2022-09-12 Ryo YoshidaAdd tests for type inference for generators
2022-09-12 Ryo YoshidaImplement `RustIrDatabase::generator_datum()`
2022-09-12 Ryo YoshidaImplement type inference for generator and yield expres...
2022-09-12 Ryo YoshidaRemove unnecessary `Option`
2022-09-12 borsAuto merge of #13216 - DesmondWillowbrook:move_format_s...
2022-09-12 borsAuto merge of #13223 - lowr:fix/hir-proj-normalization...
2022-09-12 Ryo Yoshidafix: handle lifetime variables in projection normalization
2022-09-12 borsAuto merge of #13215 - Veykril:toggle-inlay, r=Veykril
2022-09-12 borsAuto merge of #13147 - lowr:fix/dyn-ty-inherent-methods...
2022-09-12 borsAuto merge of #13186 - enomado:master, r=Veykril
2022-09-12 borsAuto merge of #13212 - Veykril:no-std-config, r=Veykril
2022-09-12 borsAuto merge of #13222 - BorysMinaiev:master, r=flodiebold
2022-09-12 Borys MinaievRemove redundant 'resolve_obligations_as_possible'...
2022-09-09 Lukas WirthAdd config to unconditionally prefer core imports over std
2022-09-09 Ryo YoshidaAdd `TyBuilder` method to build `Substitution` for...
2022-09-09 Ryo YoshidaLower generator expression to HIR
2022-09-08 borsAuto merge of #13158 - jonas-schievink:inlayhint-links...
2022-09-05 borsAuto merge of #13192 - lowr:fix/dyn-sort-all-bounds...
2022-09-05 borsAuto merge of #13185 - ChayimFriedman2:insert-ws-in...
2022-09-05 borsAuto merge of #13091 - ice1k:hey, r=Veykril
2022-09-05 Ryo Yoshidafix: sort all bounds on trait object types
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 #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 borsAuto merge of #13167 - iDawer:exhaustive_patterns,...
2022-09-02 iDawerAdd docs
2022-09-02 iDawerRecord enabled unstable features into DefMap
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 WirthProperly handle break resolution inside non-breakable...
2022-09-01 Lukas WirthDiagnose incorrect continue expressions
2022-09-01 Lukas WirthSimplify breakables handling
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 #13051 - DropDemBits:attrs-and-comments...
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-30 Ryo Yoshidafix: handle trait methods as inherent methods for place...
2022-08-30 Ryo Yoshidafix: sort and deduplicate auto traits in trait object...
2022-08-30 Ryo Yoshidafix: handle trait methods as inherent methods for trait...
2022-08-29 borsAuto merge of #13056 - DropDemBits:make-refactors,...
2022-08-28 borsAuto merge of #13133 - Veykril:diag-hack, r=Veykril
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 WirthMake use of NoHash hashing for FileId and CrateId
2022-08-23 borsAuto merge of #13092 - Veykril:ref-match-completion...
2022-08-22 borsAuto merge of #13088 - Veykril:flycheck-failure, r...
2022-08-22 borsAuto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold
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-19 borsAuto merge of #13069 - lnicola:bump-deps, r=lnicola
2022-08-19 Laurențiu NicolaBump chalk
2022-08-19 borsAuto merge of #13041 - DorianListens:dscheidt/gen-fn...
2022-08-19 borsAuto merge of #13064 - Veykril:rustfmt-err, r=Veykril
2022-08-18 borsAuto merge of #13039 - davidbarsky:davidbarsky/remove...
next