about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-22Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkovbors-55/+155
2025-02-22remove invalid suggestion of into_iter for extern macroyukang-5/+7
2025-02-22code cleanup and do not suggest for external macro except we get better solutionyukang-9/+6
2025-02-22Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rsYukang-1/+1
2025-02-22Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rsYukang-1/+1
2025-02-22Add ignore value suggestion in closure bodyyukang-4/+18
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-119/+292
2025-02-21enable rustc_autodiff cross-crate encodingManuel Drehwald-1/+1
2025-02-21update autodiff flagsManuel Drehwald-68/+199
2025-02-21update enzyme submodule and usersManuel Drehwald-3/+6
2025-02-21clean up autodiff code/commentsManuel Drehwald-12/+6
2025-02-21fix build regressionsManuel Drehwald-0/+1
2025-02-21Use StableHasher + Hash64 for dep_tracking_hashBen Kimock-16/+19
2025-02-22Fix binding mode problemsMichael Goulet-181/+154
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-184/+181
2025-02-22Initial cleanups of InlineAsmCtxtMichael Goulet-60/+39
2025-02-22Make asm a named fieldMichael Goulet-22/+24
2025-02-22Remove MaybeForgetReturn suggestionMichael Goulet-70/+4
2025-02-22Even more dead code -- we don't HIR regionck anymoreMichael Goulet-55/+5
2025-02-22More dead codeMichael Goulet-71/+2
2025-02-22Remove UnifyReceiver cause codeMichael Goulet-125/+12
2025-02-22Fix overcapturing, unsafe extern blocks, and new unsafe opsMichael Goulet-16/+24
2025-02-22Fix builtin lintsMichael Goulet-11/+9
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-72/+72
2025-02-22Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errorsMatthias Krüger-11/+26
2025-02-22Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obkMatthias Krüger-4/+4
2025-02-22Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obkMatthias Krüger-23/+103
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-27/+16
2025-02-22Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnrMatthias Krüger-2/+2
2025-02-22Rollup merge of #136458 - compiler-errors:fix-3, r=lcnrMatthias Krüger-52/+141
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-18/+41
2025-02-21Allow SliceIndex to be indexed by ranges.Jason Newcomb-22/+121
2025-02-21Iterate directly on block indices in `rustc_mir_transform`Jason Newcomb-2/+1
2025-02-21Some cleanup of index types in `rustc_hir_typeck`Jason Newcomb-19/+23
2025-02-21fix: naming convention "ferris" suggestion for idents named 🦀Nikita Revenco-2/+36
2025-02-21Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgrbors-219/+189
2025-02-21Assert that we always construct dyn types with the right number of projectionsMichael Goulet-1/+32
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-51/+109
2025-02-21don't leave assoc const unnormalized due to unconstrained paramsLukas Markeffsky-10/+12
2025-02-21layout_of: put back not-so-unreachable caseLukas Markeffsky-1/+14
2025-02-21Point at type that doesn't implement needed traitEsteban Küber-0/+51
2025-02-21Make sure we don't overrun the stack in canonicalizerMichael Goulet-2/+2
2025-02-21Rollup merge of #137392 - klensy:unused, r=compiler-errorsMatthias Krüger-5/+3
2025-02-21Rollup merge of #137374 - bjorn3:remove_stacker_miri_special_case, r=compiler...Matthias Krüger-12/+0
2025-02-21Rollup merge of #137361 - scottmcm:mcp-838-prep, r=compiler-errorsMatthias Krüger-22/+24
2025-02-21Rollup merge of #137350 - nnethercote:remove-Map-3, r=ZalatharMatthias Krüger-180/+162
2025-02-21Ignore fake borrows for packed field checkMichael Goulet-4/+4
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-5/+26
2025-02-21Use `public-dependencies` in all sysroot cratesTrevor Gross-1/+1
2025-02-21Partially revert ed63539282 ("Mark dependencies ... private by default")Trevor Gross-17/+1