| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Fix revert fallout | Michael Goulet | -7/+18 |
| 2025-03-14 | Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr" | Michael Goulet | -441/+338 |
| 2025-03-07 | Don't infer attributes of virtual calls based on the function body | DianQK | -24/+2 |
| 2025-03-07 | Add a test case for #137646 | DianQK | -0/+67 |
| 2025-02-27 | Consider lvalues of field and index as possibly temporary places | Michael Goulet | -1/+38 |
| 2025-02-27 | Improve behavior of IF_LET_RESCOPE around temporaries and place expressions | Michael Goulet | -0/+29 |
| 2025-02-14 | Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubilee | Jubilee | -1/+20 |
| 2025-02-14 | Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r... | Jubilee | -0/+19 |
| 2025-02-14 | Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkin | Jubilee | -0/+37 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+19 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -1/+20 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -861/+574 |
| 2025-02-14 | Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubilee | Matthias Krüger | -1/+11 |
| 2025-02-14 | Add new ui test for returning an Fn trait that returns impl Trait | Xelph | -0/+37 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -269/+269 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -327/+218 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -534/+356 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -0/+18 |
| 2025-02-13 | Rollup merge of #136951 - compiler-errors:clause-binder, r=lqd | Jubilee | -0/+18 |
| 2025-02-13 | Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errors | Jubilee | -133/+330 |
| 2025-02-13 | Rollup merge of #136869 - chenyukang:yukang-fix-133713-let-binding, r=estebank | Jubilee | -0/+51 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -133/+291 |
| 2025-02-14 | eagerly prove WF when resolving fully qualified paths | lcnr | -0/+39 |
| 2025-02-13 | adjust derive_error | lcnr | -17/+96 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -156/+155 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -36/+31 |
| 2025-02-13 | Rollup merge of #136888 - compiler-errors:never-read, r=Nadrieril | Jacob Pratt | -0/+16 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -101/+73 |
| 2025-02-13 | Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu... | Jacob Pratt | -17/+33 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+2 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -19/+172 |
| 2025-02-13 | Add more tests | Michael Goulet | -0/+172 |
| 2025-02-13 | Rework collapse method to work correctly with more complex supertrait graphs | Michael Goulet | -0/+219 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -0/+100 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -0/+79 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -36/+31 |
| 2025-02-13 | Use BikeshedGuaranteedNotDrop in unsafe binder type WF too | Michael Goulet | -79/+38 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -2/+16 |
| 2025-02-13 | Use core stubs in some CMSE tests | Michael Goulet | -20/+19 |
| 2025-02-13 | Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhpratt | bors | -201/+152 |
| 2025-02-13 | Improved named region errors | Michael Goulet | -17/+33 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -61/+85 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -140/+67 |
| 2025-02-12 | Use the right binder for rebinding PolyTraitRef | Michael Goulet | -0/+18 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -1/+1 |
| 2025-02-12 | Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,... | Guillaume Gomez | -4/+4 |
| 2025-02-12 | Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmease | Guillaume Gomez | -0/+41 |
| 2025-02-12 | Auto merge of #135336 - tshepang:patch-5, r=jieyouxu | bors | -6/+4 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -10/+29 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -9/+9 |