| Age | Commit message (Expand) | Author | Lines |
| 2025-02-01 | diagnostics: fix borrowck suggestions for if/while let conditionals | Michael Howell | -0/+135 |
| 2025-02-01 | Auto merge of #136371 - matthiaskrgr:rollup-0b880v3, r=matthiaskrgr | bors | -60/+113 |
| 2025-02-01 | Auto merge of #135768 - jieyouxu:migrate-symbol-mangling-hashed, r=Noratrieb | bors | -68/+128 |
| 2025-02-01 | Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-dead | Matthias Krüger | -8/+28 |
| 2025-02-01 | Rollup merge of #136163 - uellenberg:driftsort-off-by-one, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -38/+55 |
| 2025-02-01 | Rollup merge of #135840 - vayunbiyani:omit_intrinsic_unused_param_warning, r=... | Matthias Krüger | -14/+20 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -186/+278 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -38/+55 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+104 |
| 2025-01-31 | Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJung | Matthias Krüger | -0/+42 |
| 2025-01-31 | Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieu | Matthias Krüger | -0/+31 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -185/+185 |
| 2025-01-31 | Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn... | Matthias Krüger | -1/+20 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+104 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -98/+199 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -94/+114 |
| 2025-01-31 | Rollup merge of #136313 - compiler-errors:too-many-args, r=lqd | Jacob Pratt | -0/+31 |
| 2025-01-31 | Rollup merge of #136310 - lqd:long-types, r=compiler-errors | Jacob Pratt | -55/+73 |
| 2025-01-31 | Rollup merge of #132156 - estebank:closure-return, r=Nadrieril,compiler-errors | Jacob Pratt | -43/+95 |
| 2025-01-31 | Rollup merge of #136291 - lcnr:compare-mode, r=oli-obk | Jacob Pratt | -44/+10 |
| 2025-01-31 | Rollup merge of #136287 - zmodem:nocapture, r=nikic | Jacob Pratt | -18/+25 |
| 2025-01-31 | Rollup merge of #136258 - notriddle:notriddle/issue-d, r=fmease | Jacob Pratt | -32/+79 |
| 2025-01-31 | tests: port `symbol-mangling-hashed` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -68/+128 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -325/+508 |
| 2025-01-31 | Delay a bug when indexing unsized slices | Michael Goulet | -0/+42 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -9/+59 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+24 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -6/+52 |
| 2025-01-30 | Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=... | Matthias Krüger | -3/+7 |
| 2025-01-30 | Direct link 108459 to issues -> pull redirect | Michael Howell | -1/+1 |
| 2025-01-30 | Give 104145, 103463, and 31948 more descriptive names | Michael Howell | -0/+0 |
| 2025-01-30 | Filter out RPITITs when suggesting unconstrained assoc type on too many generics | Michael Goulet | -0/+31 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -8/+28 |
| 2025-01-30 | Add closure labels | Esteban Küber | -9/+12 |
| 2025-01-30 | On E0271 for a closure behind a binding, point at binding in call too | Esteban Küber | -0/+60 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -43/+32 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -5/+42 |
| 2025-01-30 | Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgr | bors | -317/+1960 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -6/+52 |
| 2025-01-30 | normalize long-type.txt in tests | Rémy Rakic | -55/+73 |
| 2025-01-30 | Normalize vtable entries before walking and deduplicating them | Michael Goulet | -2/+33 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -2/+25 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -73/+0 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -252/+417 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -4/+8 |
| 2025-01-30 | Rollup merge of #136199 - purplesyringa:emscripten-tests, r=jieyouxu | Matthias Krüger | -10/+40 |
| 2025-01-30 | Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU | Matthias Krüger | -0/+53 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -303/+1832 |
| 2025-01-30 | Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc | Matthias Krüger | -4/+35 |