about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-18Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgrbors-359/+662
2025-04-18Stabilize let chains on edition 2024est31-3/+28
2025-04-18Disable has_thread_local on i686-win7-windows-msvcroblabla-0/+6
2025-04-18Implement `SmirInterface`Makai-207/+495
2025-04-18Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiserMatthias Krüger-0/+50
2025-04-18Rollup merge of #137881 - Jarcho:index_slice_ex, r=wesleywiserMatthias Krüger-1/+12
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-196/+220
2025-04-18Rollup merge of #138528 - dianne:implicit-deref-patterns, r=NadrierilMatthias Krüger-163/+442
2025-04-18Don't assemble non-env/bound candidates if projection is rigidMichael Goulet-39/+58
2025-04-17Rollup merge of #139974 - Patrick-6:change-visibility, r=RalfJungMatthias Krüger-4/+2
2025-04-17Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiserMatthias Krüger-0/+5
2025-04-17Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obkMatthias Krüger-28/+107
2025-04-17Rollup merge of #139961 - nnethercote:two-rustc_const_eval-cleanups, r=oli-obkMatthias Krüger-15/+19
2025-04-17Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obkMatthias Krüger-34/+48
2025-04-17Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxuMatthias Krüger-12/+25
2025-04-17Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnrMatthias Krüger-74/+135
2025-04-17Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+5
2025-04-17Change function visibility to pubPatrick-6-4/+2
2025-04-17Hide unstable print kinds within emit_unknown_print_request_help in stable ch...xizheyin-12/+25
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-341/+166
2025-04-17do not emit `OpaqueCast` projections with `-Znext-solver`lcnr-34/+48
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-31/+117
2025-04-17Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercoteMatthias Krüger-257/+86
2025-04-17Rollup merge of #139932 - joshlf:transmute-simplify-tests, r=jswrennMatthias Krüger-66/+74
2025-04-17Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiserMatthias Krüger-1/+4
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-17/+2
2025-04-17`intern_with_temp_alloc` is for `DummyMachine` only.Nicholas Nethercote-2/+6
2025-04-17Remove some unnecessary lifetimes.Nicholas Nethercote-13/+13
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-257/+86
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-172/+142
2025-04-17Avoid an `unwrap` in `RustcMirAttrs::set_field`.Nicholas Nethercote-22/+23
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-174/+194
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-2/+5
2025-04-16upvar inference for implicit deref patternsdianne-11/+43
2025-04-16respect the tcx's recursion limit when peelingdianne-11/+27
2025-04-16don't peel ADTs the pattern could matchdianne-14/+35
2025-04-16transmutability: Refactor tests for simplicityJoshua Liebow-Feeser-66/+74
2025-04-17Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com...Matthias Krüger-8/+13
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-14/+68
2025-04-17Rollup merge of #139828 - compiler-errors:rigid-trait, r=lcnrMatthias Krüger-1/+0
2025-04-17Rollup merge of #139440 - a4lg:riscv-feature-addition-batch-2, r=AmanieuMatthias Krüger-2/+12
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-6/+24
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-1/+2
2025-04-17Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxuMatthias Krüger-19/+1
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-51/+51
2025-04-17Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwcoMatthias Krüger-63/+42
2025-04-17Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwcoMatthias Krüger-8/+16
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-30/+30
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-0/+67
2025-04-16refactor tuple struct pattern checking to get info for peelingdianne-22/+44