about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-17Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnrMatthias Krüger-421/+424
2024-06-17Rollup merge of #126355 - ferrocene:hoverbear/run-make-pass-target, r=KobzolMatthias Krüger-1/+2
2024-06-17Rollup merge of #126255 - RalfJung:bootstrap-submodules, r=onur-ozkanMatthias Krüger-20/+27
2024-06-17Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgrbors-50/+161
2024-06-17fix checking git submodules during a commit hookRalf Jung-20/+27
2024-06-17Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoeristerMatthias Krüger-3/+34
2024-06-17Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJungMatthias Krüger-9/+26
2024-06-17Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkovMatthias Krüger-38/+101
2024-06-17Auto merge of #126128 - oli-obk:method_ice, r=lcnrbors-118/+108
2024-06-17Remove windows-specific copy of testOli Scherer-88/+10
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-33/+101
2024-06-17Remove an unused validation error variantOli Scherer-9/+0
2024-06-17Add regression testOli Scherer-0/+26
2024-06-17Do not ICE in privacy when type inference fails.Camille GILLOT-3/+34
2024-06-17Auto merge of #126581 - GuillaumeGomez:rollup-dx4fadn, r=GuillaumeGomezbors-57/+177
2024-06-17Rollup merge of #126580 - GuillaumeGomez:add-missing-annotation, r=bjorn3Guillaume Gomez-0/+2
2024-06-17Rollup merge of #126570 - nnethercote:fix-126385, r=lcnrGuillaume Gomez-13/+49
2024-06-17Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obkGuillaume Gomez-44/+126
2024-06-17Add missing test annotationGuillaume Gomez-0/+2
2024-06-17Auto merge of #126492 - compiler-errors:more-uplifting, r=lcnrbors-163/+222
2024-06-17Convert a `span_bug` to a `span_delayed_bug`.Nicholas Nethercote-13/+49
2024-06-17Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxubors-593/+731
2024-06-17Rollup merge of #126538 - Zalathar:graph, r=nnethercote许杰友 Jieyou Xu (Joe)-154/+46
2024-06-17Rollup merge of #126535 - Zalathar:covspans, r=nnethercote许杰友 Jieyou Xu (Joe)-204/+232
2024-06-17Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+51
2024-06-17Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+6
2024-06-17Rollup merge of #126346 - hermit-os:fd, r=Amanieu许杰友 Jieyou Xu (Joe)-13/+4
2024-06-17Rollup merge of #126288 - x4exr:patch-1, r=dtolnay许杰友 Jieyou Xu (Joe)-6/+6
2024-06-17Rollup merge of #126250 - epage:change, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+0
2024-06-17Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote许杰友 Jieyou Xu (Joe)-210/+386
2024-06-17mark undetermined if target binding in current ns is not gotbohan-38/+101
2024-06-17Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieubors-2/+6
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-421/+424
2024-06-16Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillotbors-15/+25
2024-06-16doc: Added commas where neededRayyan Khan-6/+6
2024-06-16Auto merge of #126563 - jieyouxu:rollup-7dbtmzk, r=jieyouxubors-190/+526
2024-06-16Rollup merge of #126561 - kadiwa4:boxed_slice_into_iter_doc, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-06-16Rollup merge of #126560 - matthiaskrgr:morecrashes, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+222
2024-06-16Rollup merge of #126546 - joboet:move_pal_backtrace, r=workingjubilee许杰友 Jieyou Xu (Joe)-27/+27
2024-06-16Rollup merge of #126536 - Rejyr:remove-unused-run-make-file, r=jieyouxu许杰友 Jieyou Xu (Joe)-45/+6
2024-06-16Rollup merge of #126524 - klensy:bump-15-06-24, r=onur-ozkan许杰友 Jieyou Xu (Joe)-79/+20
2024-06-16Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee许杰友 Jieyou Xu (Joe)-2/+50
2024-06-16Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov许杰友 Jieyou Xu (Joe)-3/+96
2024-06-16Rollup merge of #126178 - rust-lang:cargo_update, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-33/+104
2024-06-16boxed_slice_into_iter: tiny doc correctionKalle Wachsmuth-1/+1
2024-06-16more ice testsMatthias Krüger-0/+222
2024-06-16Uplift OpaqueTypeKey too, use it in responseMichael Goulet-51/+66
2024-06-16Add a noteMichael Goulet-0/+6
2024-06-16Uplift ExternalConstraintDataMichael Goulet-43/+79
2024-06-16Make ExternalConstraints just carry outlivesMichael Goulet-20/+23