about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-14Heuristically undo path prefix mappings.Tim Neumann-6/+100
2023-01-14Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrumbors-4/+13
2023-01-14Rollup merge of #106816 - TimNN:rental-remap, r=oli-objYuki Okushi-4/+6
2023-01-14Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-SimulacrumYuki Okushi-1/+1
2023-01-13Update `rental` hack to work with remapped paths.Tim Neumann-4/+6
2023-01-13Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkovMatthias Krüger-1/+5
2023-01-13Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3Matthias Krüger-5/+17
2023-01-13Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholkMatthias Krüger-1/+15
2023-01-13Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebankMatthias Krüger-5/+145
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-17/+157
2023-01-13Rollup merge of #106489 - jschwe:fix_linker_detection, r=petrochenkovMatthias Krüger-1/+10
2023-01-13Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnrMatthias Krüger-14/+150
2023-01-13Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obkMatthias Krüger-4/+72
2023-01-13Improve linker-flavor detectionJonathan Schwender-1/+10
2023-01-13Remove redundant session fieldOli Scherer-1/+5
2023-01-13Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillotbors-44/+27
2023-01-13Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitorbors-33/+84
2023-01-13Warn when using panic-strategy abort for proc-macro cratesLukas Wirth-1/+15
2023-01-13Rollup merge of #106791 - estebank:fix-ice, r=compiler-errorsYuki Okushi-1/+1
2023-01-13Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebankYuki Okushi-19/+42
2023-01-13Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnrYuki Okushi-11/+14
2023-01-13Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwcoYuki Okushi-0/+21
2023-01-13Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebankYuki Okushi-2/+6
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-1/+176
2023-01-12riscv: Fix ELF header flagsFawaz-5/+17
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-30/+129
2023-01-13Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwcobors-1374/+2295
2023-01-13Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understandMichael Goulet-12/+148
2023-01-12is_ty_infer -> is_ty_or_numeric_inferMichael Goulet-11/+14
2023-01-12Fix ICE formattingEsteban Küber-1/+1
2023-01-12Only point at impl self ty in WF if trait predicate shares self tyMichael Goulet-2/+9
2023-01-12Don't suggest dyn as parameter to addMichael Goulet-1/+5
2023-01-12Render missing generics suggestion verboselyMichael Goulet-1/+1
2023-01-13Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillotYuki Okushi-1/+15
2023-01-13Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwcoYuki Okushi-23/+23
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-7/+3
2023-01-12Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNowMichael Goulet-2/+2
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-1/+1
2023-01-12Point at HIR types when impl trait ref doesn't normalizeMichael Goulet-18/+34
2023-01-12Feed the `features_query` instead of grabbing it from the session lazilyOli Scherer-3/+3
2023-01-12Remove `output_filenames` field from TyCtxt and feed the query insteadOli Scherer-9/+4
2023-01-12Remove `untracked_crate` field and instead pass it along with the resolver.Oli Scherer-12/+9
2023-01-12Feed `crate_name` queryOli Scherer-13/+7
2023-01-12Feed `resolutions` query instead of it being a thin wrapper around an untrack...Oli Scherer-9/+6
2023-01-12Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstriebbors-73/+76
2023-01-12Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwconils-63/+4
2023-01-12Rollup merge of #106579 - estebank:issue-52144, r=Nilstriebnils-1/+43
2023-01-12Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=...nils-5/+8
2023-01-12Rollup merge of #105806 - mejrs:eager2, r=davidtwconils-4/+21
2023-01-12Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkovbors-53/+71