| Age | Commit message (Expand) | Author | Lines |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -67/+117 |
| 2025-01-03 | Rollup merge of #135007 - compiler-errors:outlives-tweaks, r=oli-obk | Matthias Krüger | -51/+32 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-03 | Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxu | bors | -18/+7 |
| 2025-01-03 | Rollup merge of #135049 - cramertj:rmunused, r=compiler-errors | Matthias Krüger | -25/+7 |
| 2025-01-03 | Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2025-01-02 | Fix macro shenanigans | Michael Goulet | -2/+11 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -2/+2 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -28/+53 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -8/+19 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -2/+11 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -26/+22 |
| 2025-01-02 | nit: Make get_infer_ret_ty name more consistent with is_suggestable_infer_ty | Michael Goulet | -5/+5 |
| 2025-01-02 | Remove unused fields from RepeatElementCopy obligation | Taylor Cramer | -25/+7 |
| 2025-01-02 | Pass objcopy args for stripping on OSX | Noratrieb | -18/+7 |
| 2025-01-02 | taint fcx on selection errors during unsizing | Lukas Markeffsky | -1/+6 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -2/+5 |
| 2025-01-02 | Remove range-metadata amdgpu workaround | Flakebi | -8/+0 |
| 2025-01-02 | Simplify declared_generic_bounds_from_env | Michael Goulet | -32/+23 |
| 2025-01-02 | Make it clearer that the only infers we expect to see when processing outlive... | Michael Goulet | -1/+8 |
| 2025-01-02 | Remove hack for filtering out param-env outlives that match item-bound outlives | Michael Goulet | -18/+1 |
| 2025-01-02 | Auto merge of #130060 - EnzymeAD:enzyme-cg-llvm, r=oli-obk | bors | -28/+610 |
| 2025-01-01 | Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqd | Matthias Krüger | -12/+17 |
| 2025-01-01 | Rollup merge of #134984 - compiler-errors:obligation-tweaks, r=lqd | Matthias Krüger | -42/+28 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -28/+610 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -12/+17 |
| 2025-01-01 | Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errors | Stuart Cook | -8/+26 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -7/+10 |
| 2025-01-01 | Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este... | Stuart Cook | -0/+55 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -113/+85 |
| 2025-01-01 | Rollup merge of #131439 - mu001999-contrib:cleanup/static-mut, r=estebank | Stuart Cook | -9/+11 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -39/+118 |
| 2024-12-31 | Obligation tweaks | Michael Goulet | -42/+28 |
| 2024-12-31 | Provide structured suggestion for `impl Default` of type where all fields hav... | Esteban Küber | -8/+26 |
| 2024-12-31 | Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxu | Matthias Krüger | -24/+81 |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -30/+59 |
| 2024-12-31 | Make parsed string literal fields named | Michael Goulet | -9/+23 |
| 2024-12-31 | Account for C string literals in HiddenUnicodeCodepoints lint | Michael Goulet | -5/+19 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -45/+45 |
| 2024-12-31 | Rollup merge of #134941 - workingjubilee:rustc-abi-normal, r=Noratrieb | Stuart Cook | -0/+32 |
| 2024-12-31 | Rollup merge of #134934 - Noname-Official:patch-1, r=saethlin | Stuart Cook | -6/+6 |
| 2024-12-31 | Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqd | Stuart Cook | -3/+20 |
| 2024-12-31 | Rollup merge of #134932 - RalfJung:arm-float-abi, r=workingjubilee | Stuart Cook | -103/+258 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -2/+2 |
| 2024-12-31 | Use if-let in structured suggestion instead of Option::map | Michael Goulet | -6/+9 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -45/+45 |
| 2024-12-31 | Explain how to mutate a HashMap/BTreeMap with more nuance | Michael Goulet | -1/+1 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -3/+20 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -50/+35 |