about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-61/+109
2024-04-09Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillotbors-278/+616
2024-04-08Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnrbors-388/+470
2024-04-08Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgrbors-933/+1896
2024-04-08Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errorsMatthias Krüger-3/+10
2024-04-08Rollup merge of #123632 - ohno418:fix-UnmatchedDelim-visibility, r=compiler-e...Matthias Krüger-5/+2
2024-04-08Rollup merge of #123591 - Zalathar:useless-cast, r=cuviperMatthias Krüger-2/+2
2024-04-08Rollup merge of #123578 - lqd:regression-123275, r=compiler-errorsMatthias Krüger-3/+291
2024-04-08Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboetMatthias Krüger-31/+75
2024-04-08Rollup merge of #123547 - klensy:bs-pubs, r=onur-ozkanMatthias Krüger-30/+0
2024-04-08Rollup merge of #123518 - compiler-errors:by-move-fixes, r=oli-obkMatthias Krüger-35/+461
2024-04-08Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errorsMatthias Krüger-783/+899
2024-04-08Rollup merge of #122781 - nikic:ppc-abi-fix, r=cuviperMatthias Krüger-41/+156
2024-04-08Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillotbors-158/+1092
2024-04-08CFI: Fix ICE in KCFI non-associated function pointersMatthew Maurer-3/+10
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-66/+1499
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-783/+899
2024-04-08Ensure the canonical_param_env_cache does not contain inconsistent informatio...Oli Scherer-7/+43
2024-04-08bless mir-opt testsOli Scherer-44/+44
2024-04-08Add a FIXME for something that requires touching too much code for this PROli Scherer-0/+1
2024-04-08Mark some tests as known-bugs and add the test case from the corresponding issueOli Scherer-24/+78
2024-04-08Avoid fetching the opaque type origin when only "is this in the defining scop...Oli Scherer-27/+16
2024-04-08Shrink the size of ClosureTypeInfo to fit into 64 bytes againOli Scherer-9/+25
2024-04-08Eliminate `DefiningAnchor` now that is just a single-variant enumOli Scherer-140/+109
2024-04-08Scrape extraneous regions from instantiate_nll_query_response_and_region_obli...Oli Scherer-44/+61
2024-04-08Adjust a comment to the new status quoOli Scherer-6/+3
2024-04-08Eagerly check for accidentally registered region constraints instead of waiti...Oli Scherer-0/+6
2024-04-08Pass list of defineable opaque types into canonical queriesOli Scherer-139/+101
2024-04-08Make `Canonical` trait impls more robustOli Scherer-11/+14
2024-04-08Add regression testOli Scherer-0/+32
2024-04-08parser: reduce visibility of unnecessary public `UnmatchedDelim`Yutaro Ohno-5/+2
2024-04-08Auto merge of #123628 - matthiaskrgr:rollup-6otgb94, r=matthiaskrgrbors-203/+403
2024-04-08Rollup merge of #123625 - oli-obk:private_fnctxt, r=fee1-deadMatthias Krüger-63/+57
2024-04-08Rollup merge of #123595 - balaganesh102004:master, r=joboetMatthias Krüger-1/+1
2024-04-08Rollup merge of #123089 - Philippe-Cholet:vecdeque_pop_assume_cap, r=NilstriebMatthias Krüger-2/+75
2024-04-08Rollup merge of #122807 - danielhuang:fix-1, r=davidtwcoMatthias Krüger-5/+5
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-29/+14
2024-04-08Rollup merge of #115984 - hermit-os:fuse, r=m-ou-seMatthias Krüger-103/+251
2024-04-08Auto merge of #123608 - Mark-Simulacrum:no-demangle-dbg, r=Kobzolbors-0/+1
2024-04-08Normalize layout test to protect against android alignment differencesOli Scherer-15/+18
2024-04-08Actually create ranged int types in the type system.Oli Scherer-77/+1208
2024-04-08Test macrosOli Scherer-0/+35
2024-04-08Start handling pattern types at the HIR -> Ty conversion boundaryOli Scherer-7/+36
2024-04-08Thread pattern types through the HIROli Scherer-5/+48
2024-04-08Stop exporting `TypeckRootCtxt` and `FnCtxt`.Oli Scherer-63/+57
2024-04-08Add pattern types to parserOli Scherer-0/+167
2024-04-08Add pattern types to astOli Scherer-1/+26
2024-04-08Don't change the otherwise of the switchDianQK-10/+20
2024-04-08Add test case for #119014DianQK-0/+26
2024-04-08Change the return type of `can_simplify` to `Option<()>`DianQK-28/+26