about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-05Auto merge of #133828 - compiler-errors:incr-sad, r=lcnrbors-10/+22
2024-12-04Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errorsMatthias Krüger-5/+12
2024-12-04Rollup merge of #133849 - Zalathar:replay, r=oli-obkMatthias Krüger-149/+276
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-91/+1
2024-12-04Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errorsMatthias Krüger-238/+10
2024-12-04Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors...Matthias Krüger-41/+71
2024-12-04Make sure to record deps from cached task in new solver on first runMichael Goulet-10/+22
2024-12-04make CoercePointee errors translatableDing Xiang Fei-41/+71
2024-12-04Avoid `opaque type not constrained` errors in the presence of other errorsOli Scherer-2/+12
2024-12-04Remove some noisy tracingOli Scherer-3/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-91/+1
2024-12-04coverage: Remove the expression simplifier from `CoverageCounters`Zalathar-51/+4
2024-12-04coverage: Use a separate counter type during counter creationZalathar-73/+94
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-3/+170
2024-12-04coverage: Use a single `make_phys_counter` methodZalathar-19/+4
2024-12-04coverage: Rename `CounterIncrementSite` to just `Site`Zalathar-13/+14
2024-12-04coverage: Extract `subtracted_sum` in counter creationZalathar-8/+8
2024-12-04Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errorsMatthias Krüger-43/+8
2024-12-04Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errorsMatthias Krüger-7/+9
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-98/+113
2024-12-03Don't try and handle unfed `type_of` on anon constsBoxy-238/+10
2024-12-03Rollup merge of #133811 - mustartt:change-default-codemodel, r=jieyouxuMatthias Krüger-1/+1
2024-12-03Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726Matthias Krüger-32/+10
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-4/+6
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-61/+96
2024-12-03Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgrbors-48/+116
2024-12-03change aix default codemodel=largeHenry Jiang-1/+1
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-32/+10
2024-12-03Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er...Matthias Krüger-5/+10
2024-12-03Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco...Matthias Krüger-2/+5
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-1/+5
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-37/+85
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-3/+11
2024-12-03Auto merge of #133792 - lqd:jemallocup, r=Mark-Simulacrumbors-3/+5
2024-12-03Visit Stmt span in MutVisitor::flat_map_stmtDavid Tolnay-6/+7
2024-12-03Visit BinOp span in MutVisitor::visit_exprDavid Tolnay-1/+2
2024-12-03small code cleanuplcnr-10/+7
2024-12-03closure requirements: don't replace bivariant opaque argslcnr-30/+0
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-27/+231
2024-12-03update instrumentationlcnr-3/+1
2024-12-03Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgrbors-68/+173
2024-12-03switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0Rémy Rakic-3/+5
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-4/+6
2024-12-03Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnrMatthias Krüger-6/+32
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-2/+9
2024-12-03Rollup merge of #133325 - compiler-errors:const-spec, r=lcnr,fee1-deadMatthias Krüger-57/+128
2024-12-03Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwcoMatthias Krüger-3/+4
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-263/+16
2024-12-03Use correct `hir_id` for array const arg infersBoxy-5/+10
2024-12-02Structurally resolve in probe_adtMichael Goulet-1/+5