about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-23Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errorsMatthias Krüger-9/+64
2025-01-23Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er...Matthias Krüger-6/+3
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-109/+30
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-21/+28
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-0/+12
2025-01-23Remove outdated sentencebjorn3-1/+0
2025-01-23Remove RunCompilerbjorn3-20/+4
2025-01-23Remove set_make_codegen_backend and set_file_loaderbjorn3-45/+15
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-49/+17
2025-01-23Rollup merge of #135884 - hkBst:patch-13, r=compiler-errorsMatthias Krüger-1/+1
2025-01-23Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqdMatthias Krüger-2/+2
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-5/+135
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-3/+11
2025-01-23Allow `arena_cache` queries to return `Option<&'tcx T>`Zalathar-9/+64
2025-01-22rustc_codegen_llvm: remove outdated asm-to-obj codegen noteKen Matsui-6/+3
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-630/+693
2025-01-22Rollup merge of #135826 - yotamofek:resolve-cleanups4, r=petrochenkovMatthias Krüger-606/+562
2025-01-22Rollup merge of #135794 - estebank:non-exhaustive-dfv-ctor, r=jieyouxuMatthias Krüger-0/+30
2025-01-22Rollup merge of #135596 - compiler-errors:stack, r=oli-obkMatthias Krüger-11/+16
2025-01-22Rollup merge of #135557 - estebank:wtf8, r=fee1-deadMatthias Krüger-9/+70
2025-01-22Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl...Matthias Krüger-2/+9
2025-01-22Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=UrgauMatthias Krüger-2/+6
2025-01-22Don't ICE in coerce when autoderef fails to structurally normalize non-WF typ...Michael Goulet-3/+11
2025-01-22Rollup merge of #135875 - BoxyUwU:enter_forall_no_copy, r=lcnrMatthias Krüger-4/+4
2025-01-22Rollup merge of #135874 - oli-obk:push-vrvyyrtyxkxm, r=compiler-errorsMatthias Krüger-32/+36
2025-01-22Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnrMatthias Krüger-2/+21
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-96/+75
2025-01-22Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviperMatthias Krüger-117/+87
2025-01-22Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleyw...Matthias Krüger-1/+3
2025-01-22Rollup merge of #133372 - cramertj:rework-dyn-suggestions, r=fmeaseMatthias Krüger-86/+114
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-86/+114
2025-01-22[AIX] Lint on structs that have a different alignment in AIX's C ABIAmy Kwan-5/+135
2025-01-22remove implied end of sliceMarijn Schouten-1/+1
2025-01-22Auto merge of #134478 - compiler-errors:attr-span, r=oli-obkbors-23/+55
2025-01-22Remove `Copy` bound from `enter_forall`Boxy-4/+4
2025-01-22Enforce that all spans are lowered in ast loweringOli Scherer-32/+36
2025-01-22Rename `structurally_normalize` to `structurally_normalize_ty`Boxy-13/+13
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-83/+62
2025-01-22Don't pick `T: FnPtr` nested goalsBoxy-2/+21
2025-01-22Update lint tests with new dangling pointers messageAnthony Eid-2/+2
2025-01-22Auto merge of #135674 - scottmcm:assume-better, r=estebankbors-29/+39
2025-01-22modify commentShunpoco-1/+1
2025-01-22address review: modify matches/mod.rsShunpoco-4/+9
2025-01-22Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgrbors-25/+31
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-9/+70
2025-01-21Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errorsMatthias Krüger-0/+6
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-25/+25
2025-01-21Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrumbors-8/+8
2025-01-21Detect missing fields with default values and suggest `..`Esteban Küber-0/+30
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-441/+116