| Age | Commit message (Expand) | Author | Lines |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -247/+261 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -3/+30 |
| 2024-12-19 | Bump compiler `cc` to 1.2.5 | 许杰友 Jieyou Xu (Joe) | -3/+6 |
| 2024-12-19 | Remove a duplicated check that doesn't do anything anymore. | Oli Scherer | -37/+0 |
| 2024-12-19 | Fix `Parser` size assertion on s390x. | Nicholas Nethercote | -3/+3 |
| 2024-12-19 | Rollup merge of #134491 - compiler-errors:dtor-tweaks, r=lqd | 许杰友 Jieyou Xu (Joe) | -53/+46 |
| 2024-12-19 | Rollup merge of #134477 - lcnr:move-lint-into-subfn, r=lqd | 许杰友 Jieyou Xu (Joe) | -29/+33 |
| 2024-12-19 | Rollup merge of #134474 - oli-obk:push-yomnkntvzlxw, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -15/+18 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -150/+164 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -59/+157 |
| 2024-12-19 | coverage: Identify source files by ID, not by interned filename | Zalathar | -37/+33 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -195/+167 |
| 2024-12-19 | coverage: Quietly skip functions that end up having no mappings | Zalathar | -7/+2 |
| 2024-12-19 | coverage: Rename some FFI fields from `span` to `cov_span` | Zalathar | -9/+10 |
| 2024-12-19 | Make `TokenType::from_u32` foolproof. | Nicholas Nethercote | -115/+126 |
| 2024-12-19 | Speed up `Parser::expected_token_types`. | Nicholas Nethercote | -776/+1339 |
| 2024-12-19 | Remove `bra`/`ket` naming. | Nicholas Nethercote | -24/+24 |
| 2024-12-19 | Tweak some parser `check`/`eat` methods. | Nicholas Nethercote | -25/+20 |
| 2024-12-19 | Rename `Parser::expected_tokens` as `Parser::expected_token_types`. | Nicholas Nethercote | -25/+26 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-12-18 | Rollup merge of #134473 - acceptacross:master, r=compiler-errors | Jacob Pratt | -6/+6 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -131/+284 |
| 2024-12-18 | Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r... | Jacob Pratt | -10/+36 |
| 2024-12-19 | Rename Scope.id to Scope.local_id, remove trivial accessor | Michael Goulet | -49/+45 |
| 2024-12-19 | Use TypingEnv from MIR builder | Michael Goulet | -4/+1 |
| 2024-12-18 | Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko | bors | -246/+178 |
| 2024-12-18 | Separate DropKind::ForLint | Michael Goulet | -39/+69 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -1/+1 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -4/+4 |
| 2024-12-18 | move lint_unused_mut into subfn | lcnr | -29/+33 |
| 2024-12-18 | Forbid overwriting types in typeck | Oli Scherer | -9/+18 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -91/+182 |
| 2024-12-18 | chore: fix some typos | acceptacross | -6/+6 |
| 2024-12-18 | canonicalizer: keep 'static in the param_env | lcnr | -40/+102 |
| 2024-12-18 | fix crashes | lcnr | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -58/+156 |
| 2024-12-18 | Rollup merge of #134460 - oli-obk:push-ysuklyupnzpq, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -21/+5 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-18 | Rollup merge of #134399 - spastorino:invert-if-condition, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -39/+104 |
| 2024-12-18 | Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -46/+55 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -190/+179 |
| 2024-12-18 | Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr | 许杰友 Jieyou Xu (Joe) | -15/+33 |
| 2024-12-18 | we aren't actually sanitizing anything anymore | lcnr | -40/+31 |
| 2024-12-18 | merge PlaceTy field_ty computation | lcnr | -123/+65 |
| 2024-12-18 | TypeVerifier: stop computing types for later use | lcnr | -172/+74 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -0/+4 |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -25/+30 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -1/+2 |
| 2024-12-18 | Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi... | DianQK | -85/+175 |