about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-24/+29
2025-05-06Factor out `resolve_type_relative_path`León Orell Valerian Liehr-152/+112
2025-05-06Rename and move several error reporting methodsLeón Orell Valerian Liehr-192/+205
2025-05-06Introduce Boolean type `PermitVariants` for legibilityLeón Orell Valerian Liehr-16/+30
2025-05-06Name methods pertaining to HIR ty lowering of paths more appropriatelyLeón Orell Valerian Liehr-141/+162
2025-05-06Eliminate unnecessary parameterLeón Orell Valerian Liehr-21/+12
2025-05-06Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxtLeón Orell Valerian Liehr-17/+15
2025-05-06support duplicates in the opaque_types_storagelcnr-81/+182
2025-05-06Auto merge of #140702 - GuillaumeGomez:rollup-rpyxs20, r=GuillaumeGomezbors-39/+101
2025-05-06Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obkGuillaume Gomez-39/+101
2025-05-06coverage: Handle hole spans without dividing spans into bucketsZalathar-59/+33
2025-05-06coverage: Only merge adjacent coverage spansZalathar-34/+26
2025-05-06Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnrbors-24/+56
2025-05-06Remove duplicate impl of string unescapeMarijn Schouten-549/+450
2025-05-06Rollup merge of #140678 - compiler-errors:dont-ice-on-infer-in-upvar, r=lcnrStuart Cook-30/+19
2025-05-06Rollup merge of #140634 - smrobtzz:mips-elf-fixes, r=workingjubileeStuart Cook-27/+66
2025-05-06Rollup merge of #140532 - celinval:chores-smir-ra, r=oli-obkStuart Cook-2/+12
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