]> git.lizzy.rs Git - rust.git/history - crates/hir-ty/src/tests
Auto merge of #13223 - lowr:fix/hir-proj-normalization, r=flodiebold
[rust.git] / crates / hir-ty / src / tests /
2022-09-12 borsAuto merge of #13223 - lowr:fix/hir-proj-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-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 #13167 - iDawer:exhaustive_patterns,...
2022-09-01 borsAuto merge of #13160 - ChayimFriedman2:parse-parenthesi...
2022-09-01 borsAuto merge of #13161 - ChayimFriedman2:pi-is-zero,...
2022-08-31 borsAuto merge of #13134 - Veykril:proc-highlight, r=Veykril
2022-08-31 borsAuto merge of #13156 - Veykril:macro-stmts, r=Veykril
2022-08-31 Lukas WirthRemove unnecessary allocations
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-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-26 borsAuto merge of #13087 - Veykril:config-update, r=Veykril
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 #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...
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 borsAuto merge of #13034 - lowr:fix/regression-from-12993...
2022-08-16 Dominik Gschwindfix: Fix panics on GATs involving const generics
2022-08-16 borsAuto merge of #13028 - yue4u:fix/literal-lookup, r...
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-11 borsAuto merge of #12997 - Veykril:no-such-field, r=Veykril
2022-08-10 borsAuto merge of #12989 - lnicola:rm-1-64-abi, r=Veykril
2022-08-10 borsAuto merge of #12984 - Veykril:keep-going, r=Veykril
2022-08-10 borsAuto merge of #12992 - lowr:fix/type-inference-for...
2022-08-10 Ryo Yoshidafix: infer byte string pattern as `&[u8]` when matched...
2022-08-09 Justin RidgewellImplement IntoFuture type inference
2022-08-04 borsAuto merge of #12808 - Veykril:check-workspace, r=Veykril
2022-07-24 borsAuto merge of #12832 - lowr:fix/impl-default-members...
2022-07-22 borsAuto merge of #12840 - Veykril:be-lazy, r=Veykril
2022-07-21 borsAuto merge of #12841 - Veykril:query-fix, r=Veykril
2022-07-21 borsAuto merge of #12827 - Veykril:be-lazy, r=Veykril
2022-07-20 borsAuto merge of #12829 - fasterthanlime:in-rust-tree...
2022-07-20 borsAuto merge of #12828 - fasterthanlime:proc-macro-srv...
2022-07-20 Amos WengerRename proc macro server from 'Rustc' to 'RustAnalyzer'
2022-07-20 borsAuto merge of #12646 - lowr:fix/11897, r=lowr
2022-07-18 borsAuto merge of #11819 - rust-lang:dependabot/npm_and_yar...
2022-07-18 borsAuto merge of #12549 - bitgaoshu:goto_where_trait_m_imp...
2022-07-17 borsAuto merge of #12778 - Logarithmus:feature/fix-negative...
2022-07-17 Artur Sinilafix: address suggestions
2022-07-17 borsAuto merge of #12781 - iDawer:hir_display.stack_overflo...
2022-07-17 iDawerCheck for local IDs belong to same definition
2022-07-17 Artur Sinilafeat: support negative const generic parameters
2022-07-16 borsAuto merge of #12689 - Veykril:macro-rec, r=Veykril
2022-07-16 borsAuto merge of #12539 - soruh:instanciate_empty_structs...
2022-07-16 borsAuto merge of #12712 - harpsword:fix-rename-crate-root...
2022-07-14 borsAuto merge of #12691 - Veykril:proc-macro-diag, r=Veykril
2022-07-13 borsAuto merge of #12696 - hi-rustin:rustin-patch-fix,...
2022-07-08 borsAuto merge of #12719 - davidlattimore:format-args-no...
2022-07-08 borsAuto merge of #12676 - DorianListens:dscheidt/extract...
2022-07-08 borsAuto merge of #12722 - jonas-schievink:update-urls...
2022-07-08 Jonas SchievinkUpdate remaining GitHub URLs
2022-07-05 borsAuto merge of #12690 - Veykril:inert-attrs, r=Veykril
2022-07-02 borsAuto merge of #12680 - lowr:fix/12428-regression, r...
2022-07-02 Ryo Yoshidafix: report type mismatch on identifier in destructurin...
2022-07-02 Ryo Yoshidafix: infer lhs first on ordinary assignment expressions
2022-07-02 borsAuto merge of #12678 - Veykril:flyimport, r=Veykril
2022-07-01 borsAuto merge of #12671 - flodiebold:test-for-12669, r...
2022-07-01 Florian DieboldAdd tests for #12669
2022-07-01 borsAuto merge of #12636 - xuhongxu96:fix-12148, r=Veykril
2022-07-01 borsAuto merge of #12668 - Veykril:mac-source-map, r=Veykril
2022-07-01 Lukas WirthFix blocks not considering stmt without semi as tails
2022-07-01 Lukas WirthFix Expr::MacroStmts using wrong scopes
2022-07-01 Lukas WirthUpdate hir-ty test outputs
2022-07-01 borsAuto merge of #12650 - lowr:fix/12591, r=lnicola
2022-06-30 borsAuto merge of #12655 - ChayimFriedman2:debug-bench...
2022-06-30 borsAuto merge of #12634 - iDawer:match-check.witnesses...
2022-06-30 borsAuto merge of #12626 - CuriousCorrelation:fix/empty...
2022-06-30 borsAuto merge of #12428 - lowr:experimental/destructuring...
2022-06-12 borsAuto merge of #12513 - Veykril:ty-utils, r=Veykril
2022-06-12 borsAuto merge of #12509 - Veykril:ty-utils, r=Veykril
next