]> git.lizzy.rs Git - rust.git/history - crates/hir-ty
Auto merge of #13385 - Veykril:progress, r=Veykril
[rust.git] / crates / hir-ty /
2022-10-10 borsAuto merge of #13333 - feniljain:fix_assists, r=Veykril
2022-10-10 borsAuto merge of #13303 - jplatte:convert-named-struct...
2022-10-04 borsAuto merge of #13344 - lowr:patch/change-generic-param...
2022-10-04 Ryo Yoshidafix: use `BoundVar`s from current generic scope
2022-10-03 borsAuto merge of #13339 - lowr:patch/change-generic-param...
2022-10-03 Ryo Yoshidafix: treat enum variants as generic item on their own
2022-10-03 borsAuto merge of #13335 - lowr:patch/change-generic-param...
2022-10-02 Ryo YoshidaRemove hack
2022-10-02 Ryo YoshidaAdapt to the new generic parameter/argument order
2022-10-02 Ryo YoshidaChange generic parameter/argument order
2022-10-02 Ryo Yoshidarefactor: use `cast()` instead of interning `GenericArg...
2022-10-01 borsAuto merge of #13326 - Veykril:proc-macro-srv-config...
2022-10-01 borsAuto merge of #13324 - Veykril:trait-impl-completion...
2022-09-30 borsAuto merge of #13321 - Veykril:format-str-args, r=Veykril
2022-09-30 borsAuto merge of #13318 - Veykril:annotations, r=Veykril
2022-09-30 borsAuto merge of #13320 - Veykril:ty-alias-hover, r=Veykril
2022-09-29 borsAuto merge of #13311 - lowr:fix/for-loop-item-resolutio...
2022-09-29 Ryo Yoshidafix: infer for-loop item type with `IntoIterator` and...
2022-09-27 borsAuto merge of #13272 - oknozor:master, r=Veykril
2022-09-27 borsAuto merge of #13280 - alanz:errorcode-requestfailed...
2022-09-27 borsAuto merge of #13237 - Veykril:process-changes, r=Veykril
2022-09-27 borsAuto merge of #13295 - rust-lang:sourcegen, r=Veykril
2022-09-27 borsAuto merge of #13275 - Veykril:find-path, r=Veykril
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...
next