about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-05s/unification_table/unification_table_mutAli MJ Al-Nasrawy-7/+8
2023-03-05resolve to universal regions when possibleAli MJ Al-Nasrawy-38/+19
2023-03-05drop_tracking_mir: support new solver.Camille GILLOT-1/+1
2023-03-05drop_tracking_mir: avoid good path bug.Camille GILLOT-6/+8
2023-03-05drop_tracking_mir: diagnose recursive generator.Camille GILLOT-0/+8
2023-03-05Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillotbors-21/+90
2023-03-05Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiserbors-5/+20
2023-03-04Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguousMichael Goulet-3/+5
2023-03-05migrate `rustc_hir_analysis` to session diagnosticObei Sideg-28/+68
2023-03-04sub is not supMichael Goulet-1/+1
2023-03-04Support for Fuchsia RISC-V targetPetr Hosek-0/+20
2023-03-05feat: impl better help for `.poll()` not found on `impl Future`Ezra Shaw-0/+10
2023-03-04Rollup merge of #108736 - clubby789:ast-passes-unstable, r=NilstriebMatthias Krüger-3/+2
2023-03-04Rollup merge of #108724 - tshepang:de-public, r=compiler-errorsMatthias Krüger-3/+3
2023-03-04Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler...Matthias Krüger-158/+12
2023-03-04Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkinMatthias Krüger-6/+6
2023-03-04Don't project to RPITIT that has no default valueMichael Goulet-3/+4
2023-03-04Don't ICE when encountering bound var in builtin copy/clone boundsMichael Goulet-5/+6
2023-03-04Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillotbors-4/+2
2023-03-04Prevent the `start_bx` basic block in codegen from having two `Builder`s at t...823984418-0/+2
2023-03-04Remove `allow(potential_query_instability)` from `ast_passes`clubby789-3/+2
2023-03-04Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPCbors-10/+37
2023-03-04Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=NilstriebDylan DPC-1/+11
2023-03-04Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errorsDylan DPC-2/+11
2023-03-04Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff...Dylan DPC-5/+8
2023-03-04Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillotDylan DPC-2/+7
2023-03-04tweak debug output and bless testsAli MJ Al-Nasrawy-14/+18
2023-03-04Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnrbors-3/+0
2023-03-04tweak ClosureOutlivesSubjectTyAli MJ Al-Nasrawy-8/+11
2023-03-04rustc_expand: make proc-macro derive error translatableTshepang Mbambo-1/+11
2023-03-04infer: fix and improve commentsTshepang Mbambo-29/+32
2023-03-04field is not used outside the crateTshepang Mbambo-3/+3
2023-03-03Delete old re-exports from rustc_smirCelina G. Val-41/+0
2023-03-04Place size limits on query keys and valuesJohn Kåre Alsaker-0/+30
2023-03-04Properly colorize multi-part suggestions in the same lineEsteban Küber-6/+6
2023-03-03Remove unclosed_delims from parseryukang-158/+12
2023-03-03Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgrbors-48/+61
2023-03-03Rollup merge of #108681 - nnethercote:needs_process_obligation-comments, r=lqdMatthias Krüger-24/+34
2023-03-03Rollup merge of #108678 - llogiq:use-option-as-slice, r=NilstriebMatthias Krüger-17/+8
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-7/+19
2023-03-03Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=NilstriebMatthias Krüger-48/+51
2023-03-03Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkovMatthias Krüger-21/+23
2023-03-03Rollup merge of #108667 - compiler-errors:issue-108664, r=estebankMatthias Krüger-1/+1
2023-03-03Rollup merge of #108599 - nikic:drop-init, r=cuviperMatthias Krüger-38/+2
2023-03-03Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...Matthias Krüger-5/+83
2023-03-03Rollup merge of #107981 - lcnr:canonicalization-uwu, r=compiler-errorsMatthias Krüger-88/+805
2023-03-03use helper function for error reportingGiacomo Pasini-17/+29
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-23/+80
2023-03-03Make `unused_allocation` lint warn against `Box::new`Maybe Waffle-2/+7
2023-03-03canonicalizationlcnr-88/+805