about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-29Adjust testsMichael Goulet-1/+3
2025-04-29Wf is not coinductiveMichael Goulet-1/+4
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-519/+566
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-1406/+2750
2025-04-28Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnayGuillaume Gomez-417/+464
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-100/+100
2025-04-28Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxuGuillaume Gomez-2/+2
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1380/+2712
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+188
2025-04-28Inline and remove three pretty-printer methods.Nicholas Nethercote-67/+37
2025-04-28Use `PrintState::head` in `PrintState::block_to_string`.Nicholas Nethercote-4/+1
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-371/+451
2025-04-28Rollup merge of #140345 - DaniPopes:get-def-path, r=UrgauChris Denton-1/+4
2025-04-28dropee_emit_retag function separated in drop glue buildAndrew Zhogin-26/+38
2025-04-27Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obkMatthias Krüger-12/+20
2025-04-27Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errorsMatthias Krüger-4/+4
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-12/+21
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+1
2025-04-27Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errorsMatthias Krüger-118/+54
2025-04-27Rollup merge of #140339 - petrochenkov:capanew, r=lqdMatthias Krüger-9/+8
2025-04-27Use `search_for_cycle_permutation` to look for `variances_of`John Kåre Alsaker-12/+20
2025-04-27Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwUbors-0/+33
2025-04-26Auto merge of #140288 - Zalathar:new-executor, r=jieyouxubors-1/+1
2025-04-26Update lint-docs to default to Rust 2024Eric Huss-4/+4
2025-04-26hygiene: Use `IndexVec` for syntax context decode cacheVadim Petrochenkov-9/+4
2025-04-26Avoid re-interning in `LateContext::get_def_path`DaniPopes-1/+4
2025-04-26hygiene: Misc cleanupsVadim Petrochenkov-82/+46
2025-04-26hygiene: Remove decode placeholdersVadim Petrochenkov-34/+11
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-9/+8
2025-04-26Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errorsMatthias Krüger-174/+189
2025-04-26Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe...Matthias Krüger-31/+10
2025-04-26Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errorsMatthias Krüger-1/+0
2025-04-26Rollup merge of #140215 - joshlf:transmutability-char-nonzero, r=jswrennMatthias Krüger-46/+213
2025-04-26Fix error message for static references or mutable referencesyuk1ty-2/+2
2025-04-26Auto merge of #140324 - matthiaskrgr:rollup-jlzvdre, r=matthiaskrgrbors-36/+201
2025-04-26Rollup merge of #140306 - lcnr:specialization-new, r=compiler-errorsMatthias Krüger-14/+117
2025-04-26Rollup merge of #140305 - compiler-errors:coerce-loop, r=lcnrMatthias Krüger-8/+15
2025-04-26Rollup merge of #140272 - Kivooeo:new-fix-four, r=est31Matthias Krüger-4/+17
2025-04-26Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviperMatthias Krüger-0/+1
2025-04-26Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkovMatthias Krüger-10/+51
2025-04-26remove unnecessary matchlcnr-20/+9
2025-04-26convert some `GenericArg` to `Term`lcnr-154/+180
2025-04-26Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxubors-2/+1
2025-04-26Simply try to unpeel AsyncFnKindHelper goal in emit_specialized_closure_kind_...Michael Goulet-31/+10
2025-04-26Remove redundant checkmejrs-1/+0
2025-04-25Auto merge of #140295 - antoyo:subtree-update_cg_gcc_2025-04-25, r=GuillaumeG...bors-39/+46
2025-04-26Improve HIR pretty-printing of if/else some more.Nicholas Nethercote-6/+11
2025-04-25transmutability: Support char, NonZeroXxxJoshua Liebow-Feeser-46/+213
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-44/+52
2025-04-25Track per-obligation recursion depth only if there is inferenceMichael Goulet-8/+15