about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-16/+333
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-62/+135
2025-05-06Rename `graph::implementation::Graph` to `LinkedGraph`Zalathar-23/+39
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-29/+23
2025-05-05Rollup merge of #140672 - compiler-errors:deeply-normalize, r=lcnrGuillaume Gomez-8/+39
2025-05-05Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiserGuillaume Gomez-1/+1
2025-05-05Rollup merge of #140605 - lcnr:defer-opaque-type-error, r=compiler-errorsGuillaume Gomez-35/+61
2025-05-05Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errorsGuillaume Gomez-33/+30
2025-05-05Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnrGuillaume Gomez-30/+46
2025-05-05Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obkGuillaume Gomez-2/+1
2025-05-05Rollup merge of #140080 - dianqk:one-mirpatch, r=oli-obkGuillaume Gomez-23/+14
2025-05-05Be a bit more relaxed about not yet constrained infer vars in closure upvar a...Michael Goulet-30/+19
2025-05-05Add some comments about thread local indicesJohn Kåre Alsaker-1/+5
2025-05-05Tweak index chunk allocationJohn Kåre Alsaker-5/+9
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-62/+135
2025-05-05Apply suggestions from code reviewsmrobtzz-1/+17
2025-05-05Use more accurate ELF flags on MIPSSam Roberts-27/+50
2025-05-05Deeply normalize in the new solver in WFMichael Goulet-8/+39
2025-05-05Implement RFC 3503: frontmattersDeadbeef-16/+333
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-24/+56
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-29/+23
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-28/+36
2025-05-05Resolve instance for SymFn in global/naked asmMichael Goulet-2/+10
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-1/+1
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-87/+216
2025-05-05always peel `&mut`, to allow matching on `&mut str`dianne-3/+10
2025-05-05match ergonomics for string and byte string literal patternsdianne-22/+67
2025-05-05Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkovbors-117/+1064
2025-05-05feat: Added capability to add multiple dependencies for an LLVMFeatureMadhav Madhusoodanan-17/+20
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-115/+339
2025-05-04move logic for telling whether to peel smart pointers into a helperdianne-17/+27
2025-05-04Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r...Trevor Gross-1/+5
2025-05-04Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomezTrevor Gross-2/+11
2025-05-04Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=UrgauTrevor Gross-15/+48
2025-05-04Initial support for dynamically linked cratesBryanskiy-117/+1064
2025-05-04Add comment on creation of lifetime inside opaque typesJohn Kåre Alsaker-0/+4
2025-05-04Add comment on creation of `SyntheticCoroutineBody`John Kåre Alsaker-0/+2
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-6/+9
2025-05-04Make attribute safety validation logic more obviousJieyou Xu-15/+48
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-69/+144
2025-05-04Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalatharbors-9/+88
2025-05-04Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=AmanieuStuart Cook-1/+3
2025-05-04Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxuStuart Cook-8/+30
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+29
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-0/+26
2025-05-04Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnrbors-314/+458
2025-05-03`fn check_opaque_type_parameter_valid` defer errorlcnr-35/+61
2025-05-04Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in...Andrew Zhogin-1/+5
2025-05-03Allow linking rustc and rustdoc against the same single tracing crateDavid Tolnay-2/+11
2025-05-03allow `#[rustfmt::skip]` in combination with `#[naked]`Folkert de Vries-1/+3