| Age | Commit message (Expand) | Author | Lines |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -223/+93 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -249/+271 |
| 2025-01-03 | Rollup merge of #135043 - notriddle:notriddle/allowed-through-unstable-module... | Matthias Krüger | -2/+15 |
| 2025-01-03 | Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxu | bors | -0/+50 |
| 2025-01-03 | Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr | bors | -73/+170 |
| 2025-01-03 | Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errors | Matthias Krüger | -13/+113 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -60/+57 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -10/+10 |
| 2025-01-03 | Also in the new solver | Michael Goulet | -2/+28 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -223/+67 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -6/+2 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -117/+176 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -5/+0 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -109/+70 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -44/+48 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -56/+63 |
| 2025-01-02 | Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472 | bors | -19/+78 |
| 2025-01-02 | Pass objcopy args for stripping on OSX | Noratrieb | -0/+50 |
| 2025-01-02 | rustdoc: treat `allowed_through_unstable_modules` as deprecation | Michael Howell | -2/+15 |
| 2025-01-02 | taint fcx on selection errors during unsizing | Lukas Markeffsky | -13/+113 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -60/+57 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -10/+10 |
| 2025-01-01 | Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqd | Matthias Krüger | -15/+36 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -15/+36 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -19/+78 |
| 2025-01-01 | Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errors | Stuart Cook | -1/+4 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -14/+20 |
| 2025-01-01 | Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este... | Stuart Cook | -0/+85 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+121 |
| 2024-12-31 | Rollup merge of #134971 - dxsullivan:fix-typo, r=lqd | Trevor Gross | -5/+5 |
| 2024-12-31 | Rollup merge of #134861 - GuillaumeGomez:item-info-colors, r=fmease | Trevor Gross | -0/+23 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -65/+131 |
| 2024-12-31 | Provide structured suggestion for `impl Default` of type where all fields hav... | Esteban Küber | -1/+4 |
| 2024-12-31 | chore: fix typos | dxsullivan | -5/+5 |
| 2024-12-31 | Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxu | Matthias Krüger | -18/+76 |
| 2024-12-31 | Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxu | Matthias Krüger | -20/+40 |
| 2024-12-31 | Rollup merge of #134957 - peicuiping:master, r=lqd | Jacob Pratt | -4/+4 |
| 2024-12-31 | Rollup merge of #134857 - compiler-errors:rustdoc-unsafe-binders, r=camelid | Jacob Pratt | -0/+19 |
| 2024-12-31 | chore: fix some typos | peicuiping | -4/+4 |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -4/+23 |
| 2024-12-31 | Account for C string literals in HiddenUnicodeCodepoints lint | Michael Goulet | -18/+57 |
| 2024-12-31 | Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqd | Stuart Cook | -0/+51 |
| 2024-12-31 | Add comments to -Zlink-* tests | Chris Denton | -0/+11 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -2/+8 |
| 2024-12-31 | Use if-let in structured suggestion instead of Option::map | Michael Goulet | -8/+8 |
| 2024-12-31 | Explain how to mutate a HashMap/BTreeMap with more nuance | Michael Goulet | -4/+4 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -0/+19 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -0/+51 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -23/+19 |
| 2024-12-30 | Windows: Enable issue 70093 link tests | Chris Denton | -11/+20 |