about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-16Bless incremental tests.Camille GILLOT-570/+533
2024-01-16Get rid of the hir_owner query.Camille GILLOT-77/+42
2024-01-16Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obkbors-210/+379
2024-01-16Auto merge of #120025 - matthiaskrgr:rollup-e9ai06k, r=matthiaskrgrbors-217/+216
2024-01-16Rollup merge of #120018 - Zalathar:mir-opt-html, r=NilstriebMatthias Krüger-5/+6
2024-01-16Rollup merge of #120002 - Nadrieril:dont-collect, r=compiler-errorsMatthias Krüger-96/+52
2024-01-16Rollup merge of #119998 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-01-16Rollup merge of #119990 - reitermarkus:nonzero-type-alias, r=dtolnayMatthias Krüger-12/+79
2024-01-16Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obkMatthias Krüger-48/+34
2024-01-16Rollup merge of #119900 - compiler-errors:closure-checking, r=oli-obkMatthias Krüger-52/+15
2024-01-16Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnrMatthias Krüger-1/+29
2024-01-16Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=AmanieuMatthias Krüger-3/+1
2024-01-16Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkinbors-10/+18
2024-01-16Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnrbors-4/+106
2024-01-16Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obkbors-290/+549
2024-01-16Don't allow `.html` files in `tests/mir-opt/`Zalathar-5/+6
2024-01-16Auto merge of #119439 - cjgillot:gvn-faster, r=oli-obkbors-221/+168
2024-01-15Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errorsbors-130/+243
2024-01-15Revert unrelated changes from PR 119990David Tolnay-3/+3
2024-01-15Auto merge of #119988 - lnicola:sync-from-ra, r=lnicolabors-1024/+1650
2024-01-15Remove the unused `overlapping_range_endpoints` VecNadrieril-39/+5
2024-01-15Lint overlapping ranges directly from exhaustivenessNadrieril-59/+49
2024-01-15large_assignments: Lint on specific large args passed to functionsMartin Nordholts-41/+134
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-170/+221
2024-01-15Implement TypeVisitable and TypeFoldable for SpannedMartin Nordholts-0/+25
2024-01-15Update booksrustbot-0/+0
2024-01-15Auto merge of #119987 - matthiaskrgr:rollup-f7lkx4w, r=matthiaskrgrbors-213/+230
2024-01-15Add private `NonZero<T>` type alias.Markus Reiter-15/+82
2024-01-15Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-raLaurențiu Nicola-1024/+1650
2024-01-15Auto merge of #119878 - scottmcm:inline-always-unwrap, r=workingjubileebors-1/+27
2024-01-15Rollup merge of #119974 - nnethercote:trimmed_def_paths-improvements, r=compi...Matthias Krüger-53/+32
2024-01-15Rollup merge of #119971 - compiler-errors:zip-eq, r=nnethercoteMatthias Krüger-11/+35
2024-01-15Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-...Matthias Krüger-3/+44
2024-01-15Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnrMatthias Krüger-85/+82
2024-01-15Rollup merge of #119870 - behnam-oneschema:lazylock-blocking-1, r=tgross35,Ch...Matthias Krüger-6/+15
2024-01-15Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errorsMatthias Krüger-55/+22
2024-01-15Auto merge of #119508 - Zalathar:graph, r=compiler-errorsbors-124/+121
2024-01-15Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errorsbors-42/+19
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-35/+17
2024-01-15Refactor `try_print_trimmed_def_path`.Nicholas Nethercote-18/+11
2024-01-15Add some helpful comments in `trimmed_def_paths`.Nicholas Nethercote-1/+5
2024-01-14Auto merge of #119970 - GuillaumeGomez:rollup-p53c19o, r=GuillaumeGomezbors-58/+126
2024-01-14Split out `option::unwrap_failed` like we have `result::unwrap_failed`Scott McMurray-10/+18
2024-01-14Use zip_eq to enforce that things being zipped have equal sizesMichael Goulet-10/+33
2024-01-14Closure body was being built incorrectly on error...Michael Goulet-1/+2
2024-01-14Rollup merge of #119960 - cjgillot:inline-dg, r=WaffleLapkinGuillaume Gomez-0/+2
2024-01-14Rollup merge of #119742 - Meziu:armv6k-nintendo-3ds, r=Mark-SimulacrumGuillaume Gomez-2/+8
2024-01-14Rollup merge of #119561 - notriddle:master, r=fmeaseGuillaume Gomez-56/+116
2024-01-14Simplify closure_env_ty and closure_env_paramMichael Goulet-48/+34
2024-01-14Auto merge of #119796 - androm3da:bcain/compiler_builtins_0_1_105, r=Mark-Sim...bors-3/+3