about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-18Remove next_root_ty_varMichael Goulet-6/+2
2024-01-18Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgrbors-511/+546
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-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
2024-01-17Use FnOnceOutput instead of FnOnce where expectedOli Scherer-1/+1
2024-01-17Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkovbors-1/+14
2024-01-17Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obkbors-6/+175
2024-01-17target: fix powerpc64-unknown-linux-musl datalayoutDavid Wood-1/+1
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-68/+109
2024-01-17Make crate_inherent_impls_overlap_check bubble up its errorsOli Scherer-20/+31
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-71/+125
2024-01-17Stop using track_errors for some forever unstable rustc_attr analysesOli Scherer-18/+21
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-7/+0
2024-01-17Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrumbors-4/+4
2024-01-17Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obkbors-135/+111
2024-01-17Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwUbors-23/+83
2024-01-17Add `PatKind::Err`Lieselotte-16/+47
2024-01-17Don't rely on contiguous `VariantId`s outside of rustcNadrieril-6/+48
2024-01-17Inline `dump_file_basename` into `dump_path`Zalathar-19/+10
2024-01-17Inline `create_dump_file_with_basename`Zalathar-22/+13
2024-01-17Eagerly instantiate closure tyMichael Goulet-76/+70
2024-01-16Remove tcx function and make `internal` fn saferCelina G. Val-28/+55
2024-01-16Expand match over binops.Camille GILLOT-15/+18
2024-01-16Explain side-effects from simplify_operand.Camille GILLOT-0/+4
2024-01-16Do not read a scalar on a non-scalar layout.Camille GILLOT-2/+7
2024-01-16Simplify Len.Camille GILLOT-4/+34