| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | remove empty `util` module | Rémy Rakic | -39/+0 |
| 2025-01-01 | move `find_assignments` to its only use site | Rémy Rakic | -2/+34 |
| 2025-01-01 | localize typeck constraints | Rémy Rakic | -6/+199 |
| 2025-01-01 | move typeck constraints conversion to its own module | Rémy Rakic | -39/+44 |
| 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 | 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 |
| 2024-12-30 | compiler: Add a statement-of-intent to `rustc_abi` | Jubilee Young | -0/+32 |
| 2024-12-30 | musleabi* targets: we no longer need to set gnueabi* for LLVM now that we set... | Ralf Jung | -25/+6 |
| 2024-12-30 | explicitly set float ABI for all ARM targets | Ralf Jung | -64/+150 |
| 2024-12-30 | add llvm_floatabi field to target spec that controls FloatABIType | Ralf Jung | -4/+67 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-30 | Auto merge of #134914 - lqd:polonius-next-episode-5, r=jackh726 | bors | -210/+189 |
| 2024-12-30 | rustc_llvm: expose FloatABIType target machine parameter | Ralf Jung | -14/+39 |
| 2024-12-30 | add suggestion for wrongly ordered format parameters | Davis Muro | -0/+55 |
| 2024-12-30 | Auto merge of #134885 - RalfJung:arm-soft-float, r=workingjubilee | bors | -2/+2 |
| 2024-12-30 | rename `diags` field | Rémy Rakic | -19/+26 |
| 2024-12-30 | clean up `BorrowckDiags` | Rémy Rakic | -23/+13 |
| 2024-12-30 | merge `diags` module into `diagnostics` | Rémy Rakic | -149/+142 |
| 2024-12-30 | move `facts` module to polonius legacy module | Rémy Rakic | -22/+17 |
| 2024-12-30 | simplify `add_extra_drop_facts` | Rémy Rakic | -25/+20 |
| 2024-12-30 | move `location` module to polonius legacy module | Rémy Rakic | -11/+11 |
| 2024-12-30 | fix a couple nits | Rémy Rakic | -7/+6 |
| 2024-12-30 | Auto merge of #134866 - osiewicz:write-rlib-bufwriter, r=bjorn3 | bors | -2/+5 |
| 2024-12-30 | Auto merge of #134670 - lqd:polonius-next-episode-4, r=jackh726 | bors | -128/+498 |
| 2024-12-29 | Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgr | bors | -1/+1 |
| 2024-12-29 | review fixes: Adjust whitespace | Piotr Osiewicz | -0/+3 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-29 | Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxu | bors | -2/+3 |
| 2024-12-29 | address review comments | Rémy Rakic | -7/+24 |
| 2024-12-29 | liveness constraints: draw the rest of the owl | Rémy Rakic | -71/+180 |