| Age | Commit message (Expand) | Author | Lines |
| 2024-07-04 | Auto merge of #127326 - matthiaskrgr:rollup-kz7vd3w, r=matthiaskrgr | bors | -169/+230 |
| 2024-07-04 | Rollup merge of #127319 - oli-obk:fail2taint, r=compiler-errors | Matthias Krüger | -78/+30 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -62/+85 |
| 2024-07-04 | Rollup merge of #127283 - dingxiangfei2009:check-repr-transparent, r=davidtwco | Matthias Krüger | -3/+36 |
| 2024-07-04 | Rollup merge of #126405 - He1pa:translate_builtin_macro_diag, r=davidtwco | Matthias Krüger | -23/+76 |
| 2024-07-04 | Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-07-04 | Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister | bors | -16/+29 |
| 2024-07-04 | Remove a use of `StructuredDiag`, which is incompatible with automatic error ... | Oli Scherer | -78/+30 |
| 2024-07-04 | reject SmartPointer constructions not serving the purpose | Ding Xiang Fei | -3/+36 |
| 2024-07-04 | Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlin | bors | -19/+21 |
| 2024-07-04 | Tweak raw-pointer field access and array indexing suggestions | Esteban Küber | -18/+26 |
| 2024-07-04 | Tweak slice and as_deref suggestion span | Esteban Küber | -7/+6 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -11/+14 |
| 2024-07-04 | Use shorter span for float literal suggestion | Esteban Küber | -3/+3 |
| 2024-07-04 | Properly handle removal suggestion rendering | Esteban Küber | -3/+20 |
| 2024-07-04 | Fix `&mut` removal suggestion | Esteban Küber | -2/+2 |
| 2024-07-04 | Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercote | bors | -5/+6 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -4/+3 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -14/+11 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -8/+12 |
| 2024-07-03 | Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr | Matthias Krüger | -6/+7 |
| 2024-07-03 | Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r... | Matthias Krüger | -0/+26 |
| 2024-07-03 | Rollup merge of #127184 - bjorn3:interface_refactor2, r=Nadrieril | Matthias Krüger | -45/+39 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -77/+69 |
| 2024-07-04 | Less magic number for corountine | Liu Dingming | -6/+7 |
| 2024-07-04 | Use `IndexVec` for coroutine local mapping | Liu Dingming | -19/+21 |
| 2024-07-03 | Auto merge of #127036 - cjgillot:sparse-state, r=oli-obk | bors | -80/+141 |
| 2024-07-03 | Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgr | bors | -252/+286 |
| 2024-07-03 | Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov | Matthias Krüger | -120/+98 |
| 2024-07-03 | Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiser | Matthias Krüger | -30/+12 |
| 2024-07-03 | Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr | Matthias Krüger | -91/+164 |
| 2024-07-03 | Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu | Matthias Krüger | -11/+12 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -85/+94 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -197/+274 |
| 2024-07-03 | Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnr | Jacob Pratt | -48/+101 |
| 2024-07-03 | Auto merge of #123737 - compiler-errors:alias-wf, r=lcnr | bors | -9/+3 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -10/+10 |
| 2024-07-02 | Always preserve user-written comments in assembly | Trevor Gross | -1/+2 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -73/+140 |
| 2024-07-03 | Fix incorrect suggestion for extra argument with a type error | yukang | -0/+26 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -22/+37 |
| 2024-07-02 | Actually report normalization-based type errors correctly for alias-relate ob... | Michael Goulet | -48/+101 |
| 2024-07-02 | Make fn traits into first-class TraitSolverLangItems to avoid needing fn_trai... | Michael Goulet | -17/+39 |
| 2024-07-02 | add TyCtxt::as_lang_item, use in new solver | Michael Goulet | -75/+126 |
| 2024-07-02 | Fix spans | Michael Goulet | -36/+36 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -95/+128 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -12/+38 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -68/+71 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -14/+14 |
| 2024-07-02 | Rollup merge of #127224 - tgross35:pretty-print-exhaustive, r=RalfJung | Matthias Krüger | -16/+18 |