about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-17Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnrMatthias Krüger-420/+423
2024-06-17Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgrbors-20/+22
2024-06-17Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoeristerMatthias Krüger-2/+6
2024-06-17Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJungMatthias Krüger-9/+0
2024-06-17Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkovMatthias Krüger-9/+16
2024-06-17Auto merge of #126128 - oli-obk:method_ice, r=lcnrbors-6/+3
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-6/+3
2024-06-17Remove an unused validation error variantOli Scherer-9/+0
2024-06-17Do not ICE in privacy when type inference fails.Camille GILLOT-2/+6
2024-06-17Auto merge of #126581 - GuillaumeGomez:rollup-dx4fadn, r=GuillaumeGomezbors-47/+70
2024-06-17Rollup merge of #126570 - nnethercote:fix-126385, r=lcnrGuillaume Gomez-3/+1
2024-06-17Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obkGuillaume Gomez-44/+69
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-3/+1
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 #125258 - compiler-errors:static-if-no-lt, r=nnethercote许杰友 Jieyou Xu (Joe)-59/+110
2024-06-17mark undetermined if target binding in current ns is not gotbohan-9/+16
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-420/+423
2024-06-16Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillotbors-15/+25
2024-06-16Rollup merge of #126561 - kadiwa4:boxed_slice_into_iter_doc, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-06-16Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee许杰友 Jieyou Xu (Joe)-2/+2
2024-06-16Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+35
2024-06-16boxed_slice_into_iter: tiny doc correctionKalle Wachsmuth-1/+1
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
2024-06-16Stop using AssocKind in new solverMichael Goulet-13/+11
2024-06-16Move InferCtxtSelectExt out of eval_ctxt moduleMichael Goulet-3/+3
2024-06-16Uplift Reveal to rustc_type_irMichael Goulet-48/+49
2024-06-16Use Linux file locking on RedoxJeremy Soller-0/+4
2024-06-16Add i686-unknown-redox targetbjorn3-0/+28
2024-06-16Several fixes to the redox target specsJeremy Soller-1/+3
2024-06-16rustc_span: Minor improvementsVadim Petrochenkov-14/+33
2024-06-16rustc_span: Optimize more hygiene operations using `Span::map_ctxt`Vadim Petrochenkov-15/+25
2024-06-16Auto merge of #126540 - jhpratt:rollup-fzzz8j3, r=jhprattbors-1/+1
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-1/+1
2024-06-16coverage: Prefer `Iterator::copied`Zalathar-1/+1
2024-06-16coverage: Flatten some graph code with let-elseZalathar-18/+17
2024-06-16coverage: Reduce/simplify visibility in `coverage::graph`Zalathar-24/+28
2024-06-16coverage: Remove some old low-value unit tests for graph traversalZalathar-111/+0
2024-06-16Auto merge of #126505 - compiler-errors:no-vtable, r=lcnrbors-195/+141
2024-06-16coverage: Split span refinement into two separate stepsZalathar-10/+12
2024-06-16coverage: Split out a function for dividing coverage spans into bucketsZalathar-34/+52
2024-06-16coverage: Eagerly convert coverage spans to a simpler formZalathar-49/+55
2024-06-16coverage: Move most span processing back into `coverage::spans`Zalathar-155/+157
2024-06-16coverage: More consistent variable names for span processingZalathar-25/+25
2024-06-15Rollup merge of #126525 - jieyouxu:traitsel-docs, r=compiler-errorsGuillaume Gomez-2/+2
2024-06-15Rollup merge of #126508 - beepster4096:minor_borrowck_cherrypick, r=compiler-...Guillaume Gomez-4/+4