| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -420/+423 |
| 2024-06-17 | Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgr | bors | -20/+22 |
| 2024-06-17 | Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoerister | Matthias Krüger | -2/+6 |
| 2024-06-17 | Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJung | Matthias Krüger | -9/+0 |
| 2024-06-17 | Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkov | Matthias Krüger | -9/+16 |
| 2024-06-17 | Auto merge of #126128 - oli-obk:method_ice, r=lcnr | bors | -6/+3 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -6/+3 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -9/+0 |
| 2024-06-17 | Do not ICE in privacy when type inference fails. | Camille GILLOT | -2/+6 |
| 2024-06-17 | Auto merge of #126581 - GuillaumeGomez:rollup-dx4fadn, r=GuillaumeGomez | bors | -47/+70 |
| 2024-06-17 | Rollup merge of #126570 - nnethercote:fix-126385, r=lcnr | Guillaume Gomez | -3/+1 |
| 2024-06-17 | Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obk | Guillaume Gomez | -44/+69 |
| 2024-06-17 | Auto merge of #126492 - compiler-errors:more-uplifting, r=lcnr | bors | -163/+222 |
| 2024-06-17 | Convert a `span_bug` to a `span_delayed_bug`. | Nicholas Nethercote | -3/+1 |
| 2024-06-17 | Rollup merge of #126538 - Zalathar:graph, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -154/+46 |
| 2024-06-17 | Rollup merge of #126535 - Zalathar:covspans, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -204/+232 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -59/+110 |
| 2024-06-17 | mark undetermined if target binding in current ns is not got | bohan | -9/+16 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -420/+423 |
| 2024-06-16 | Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillot | bors | -15/+25 |
| 2024-06-16 | Rollup merge of #126561 - kadiwa4:boxed_slice_into_iter_doc, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-16 | Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-16 | Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+35 |
| 2024-06-16 | boxed_slice_into_iter: tiny doc correction | Kalle Wachsmuth | -1/+1 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -51/+66 |
| 2024-06-16 | Add a note | Michael Goulet | -0/+6 |
| 2024-06-16 | Uplift ExternalConstraintData | Michael Goulet | -43/+79 |
| 2024-06-16 | Make ExternalConstraints just carry outlives | Michael Goulet | -20/+23 |
| 2024-06-16 | Stop using AssocKind in new solver | Michael Goulet | -13/+11 |
| 2024-06-16 | Move InferCtxtSelectExt out of eval_ctxt module | Michael Goulet | -3/+3 |
| 2024-06-16 | Uplift Reveal to rustc_type_ir | Michael Goulet | -48/+49 |
| 2024-06-16 | Use Linux file locking on Redox | Jeremy Soller | -0/+4 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+28 |
| 2024-06-16 | Several fixes to the redox target specs | Jeremy Soller | -1/+3 |
| 2024-06-16 | rustc_span: Minor improvements | Vadim Petrochenkov | -14/+33 |
| 2024-06-16 | rustc_span: Optimize more hygiene operations using `Span::map_ctxt` | Vadim Petrochenkov | -15/+25 |
| 2024-06-16 | Auto merge of #126540 - jhpratt:rollup-fzzz8j3, r=jhpratt | bors | -1/+1 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -1/+1 |
| 2024-06-16 | coverage: Prefer `Iterator::copied` | Zalathar | -1/+1 |
| 2024-06-16 | coverage: Flatten some graph code with let-else | Zalathar | -18/+17 |
| 2024-06-16 | coverage: Reduce/simplify visibility in `coverage::graph` | Zalathar | -24/+28 |
| 2024-06-16 | coverage: Remove some old low-value unit tests for graph traversal | Zalathar | -111/+0 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -195/+141 |
| 2024-06-16 | coverage: Split span refinement into two separate steps | Zalathar | -10/+12 |
| 2024-06-16 | coverage: Split out a function for dividing coverage spans into buckets | Zalathar | -34/+52 |
| 2024-06-16 | coverage: Eagerly convert coverage spans to a simpler form | Zalathar | -49/+55 |
| 2024-06-16 | coverage: Move most span processing back into `coverage::spans` | Zalathar | -155/+157 |
| 2024-06-16 | coverage: More consistent variable names for span processing | Zalathar | -25/+25 |
| 2024-06-15 | Rollup merge of #126525 - jieyouxu:traitsel-docs, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2024-06-15 | Rollup merge of #126508 - beepster4096:minor_borrowck_cherrypick, r=compiler-... | Guillaume Gomez | -4/+4 |