about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-2/+32
2024-01-19Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errorsMatthias Krüger-51/+30
2024-01-19Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b...Matthias Krüger-10/+17
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-1/+0
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-31/+59
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-205/+422
2024-01-19Rollup merge of #120118 - kapilsinha:patch-1, r=NilstriebMatthias Krüger-3/+3
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-8/+10
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-20/+46
2024-01-19Auto merge of #120069 - Mark-Simulacrum:fast-memcpy, r=oli-obkbors-12/+19
2024-01-19Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillotbors-6/+28
2024-01-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-146/+48
2024-01-18Fix typo in documentation in base.rskapilsinha-3/+3
2024-01-18Typecheck never patternsNadrieril-2/+32
2024-01-18Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkinMatthias Krüger-2/+2
2024-01-18Rollup merge of #120037 - compiler-errors:remove-next-root-var-helper, r=lcnrMatthias Krüger-6/+2
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-177/+286
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-20/+132
2024-01-18Auto merge of #114231 - ttsugriy:binary_search_slice, r=cjgillotbors-21/+4
2024-01-18Remove next_root_ty_varMichael Goulet-6/+2
2024-01-18`dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]`Jake Goulding-8/+10
2024-01-18Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgrbors-511/+546
2024-01-18change unwrap to `?` on write where result is returnedJames Dietz-2/+2
2024-01-18Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnrbors-106/+301
2024-01-18Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errorsMatthias Krüger-4/+10
2024-01-18Rollup merge of #120038 - Zalathar:dump-path, r=WaffleLapkinMatthias Krüger-38/+20
2024-01-18Rollup merge of #120021 - lcnr:const-var-value, r=compiler-errorsMatthias Krüger-165/+70
2024-01-18Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obkMatthias Krüger-244/+265
2024-01-18Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkinMatthias Krüger-16/+47
2024-01-18Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obkMatthias Krüger-16/+106
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-28/+28
2024-01-17Revert changes to internal method for nowCelina G. Val-29/+4
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-2/+2
2024-01-17Add -Zno-implied-bounds-compat option and use itJack Huey-16/+37
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-109/+283
2024-01-17Optimize large array creation in const-evalMark Rousskov-12/+19
2024-01-18Suggest wrapping mac args in parens rather than the whole expressionMichael Goulet-17/+39
2024-01-17Deny braced macro invocations in let-elseMichael Goulet-3/+7
2024-01-17Use UnhashMap for a few more mapsMark Rousskov-6/+28
2024-01-17Rollup merge of #120056 - oli-obk:arg_mismatch_ice, r=compiler-errorsMatthias Krüger-1/+1
2024-01-17Rollup merge of #120039 - Nadrieril:remove-idx, r=compiler-errorsMatthias Krüger-6/+48
2024-01-17Rollup merge of #120032 - Nadrieril:fix-rustc_abi, r=NilstriebMatthias Krüger-1/+8
2024-01-17Rollup merge of #120031 - compiler-errors:construct-closure-ty-eagerly, r=oli...Matthias Krüger-76/+70
2024-01-17Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errorsMatthias Krüger-7/+8
2024-01-17Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-...Matthias Krüger-12/+19
2024-01-17Rollup merge of #119855 - rellerreller:freebsd-static, r=wesleywiserMatthias Krüger-0/+1
2024-01-17Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegenMatthias Krüger-158/+226
2024-01-17Don't ICE when deducing future output if other errors already occurredOli Scherer-4/+10
2024-01-17Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrumbors-8/+1
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-20/+132