about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-16Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errorsbors-186/+254
2023-02-16Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrumbors-5215/+50
2023-02-16Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPCbors-234/+174
2023-02-16Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errorsDylan DPC-2/+2
2023-02-16Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errorsDylan DPC-4/+4
2023-02-16Rollup merge of #108101 - matthiaskrgr:noclonecopy, r=compiler-errorsDylan DPC-7/+6
2023-02-16Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnayDylan DPC-40/+63
2023-02-16Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errorsDylan DPC-2/+59
2023-02-16Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-seDylan DPC-179/+40
2023-02-16Remove save-analysis.Nicholas Nethercote-5215/+50
2023-02-16Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obkbors-267/+342
2023-02-16Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgrbors-779/+1121
2023-02-16be nice and don't sliceMatthias Krüger-2/+2
2023-02-15simplify some refsMatthias Krüger-4/+4
2023-02-15don't clone types that are copyMatthias Krüger-7/+6
2023-02-15Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obkbors-56/+116
2023-02-15Rollup merge of #108094 - kornelski:fsdocs, r=cuviperMatthias Krüger-1/+19
2023-02-15Rollup merge of #108088 - callumio:issue-107957, r=dtolnayMatthias Krüger-1/+2
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-251/+220
2023-02-15Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r...Matthias Krüger-42/+67
2023-02-15Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errorsMatthias Krüger-1/+38
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-181/+181
2023-02-15Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68Matthias Krüger-16/+60
2023-02-15Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnrMatthias Krüger-43/+33
2023-02-15Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoeristerMatthias Krüger-12/+15
2023-02-15Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obkMatthias Krüger-231/+486
2023-02-15Suggest simpler fs helper methods in File::{open,create}Kornel-1/+10
2023-02-15Demonstrate I/O in File examplesKornel-0/+9
2023-02-15Skip method calls with arity mismatchMartin Gammelsæter-11/+8
2023-02-15Add point-at-inference ui test for wrong arity caseMartin Gammelsæter-0/+61
2023-02-15clarify correctness of `black_box`Callum Leslie-1/+2
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-773/+312
2023-02-15Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`.onestacked-40/+63
2023-02-15Fix unintentional UB in ui testsBen Kimock-12/+15
2023-02-15Don't suggest `#[doc(hidden)]` methodsclubby789-1/+38
2023-02-15Use more let chainGuillaume Gomez-251/+220
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-181/+181
2023-02-15Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPCbors-556/+1092
2023-02-15make x look for x.py if shell script does not existZephaniah Ong-16/+60
2023-02-15Rollup merge of #108060 - ChrisDenton:rtlgenrandom, r=thomccDylan DPC-103/+31
2023-02-15Rollup merge of #108032 - oli-obk:un📦ing_resolver, r=petrochenkovDylan DPC-177/+97
2023-02-15Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ...Dylan DPC-2/+1
2023-02-15Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obkDylan DPC-112/+408
2023-02-15Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errorsDylan DPC-2/+119
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-149/+148
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-11/+288
2023-02-15Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c...bors-22/+240
2023-02-14Try to fix codegen tests for ??? LLVM 14 ???Ben Kimock-5/+5
2023-02-14Fix codegen testsBen Kimock-94/+94
2023-02-14Better label for illegal impl trait typesMichael Goulet-42/+67