| Age | Commit message (Expand) | Author | Lines |
| 2023-11-24 | Auto merge of #11863 - smoelius:patch-1, r=dswij | bors | -1/+2 |
| 2023-11-24 | Remove a hack for effects | Deadbeef | -6/+1 |
| 2023-11-24 | Auto merge of #11850 - Nilstrieb:tbd, r=dswij | bors | -4/+8 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -78/+76 |
| 2023-11-24 | EvalCtxt::commit_if_ok don't inherit nested goals | lcnr | -9/+9 |
| 2023-11-24 | Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykril | bors | -1/+33 |
| 2023-11-24 | Implement _mm_cmpestri and _mm_cmpestrm using inline asm | bjorn3 | -0/+98 |
| 2023-11-24 | Auto merge of #3185 - eduardosm:float_to_int_checked-generic, r=RalfJung | bors | -205/+185 |
| 2023-11-24 | Refactor `float_to_int_checked` to remove its generic parameter and reduce co... | Eduardo Sánchez Muñoz | -205/+185 |
| 2023-11-24 | Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkan | bors | -7/+10 |
| 2023-11-24 | Auto merge of #15956 - ahlinc:label-detail, r=lnicola | bors | -9/+39 |
| 2023-11-24 | Update tests | Andrew Hlynskyi | -4/+21 |
| 2023-11-24 | Improve completion label details display | Andrew Hlynskyi | -5/+18 |
| 2023-11-24 | Auto merge of #11859 - y21:issue11856, r=blyxyas | bors | -4/+45 |
| 2023-11-24 | Nit re `matches!` formatting | Samuel Moelius | -1/+2 |
| 2023-11-24 | Auto merge of #118228 - Mark-Simulacrum:alloc-opt, r=scottmcm | bors | -1/+5 |
| 2023-11-24 | memcpy assumptions: update GCC link | Ralf Jung | -1/+1 |
| 2023-11-24 | Fix polymorphization for coroutines | bjorn3 | -0/+47 |
| 2023-11-24 | feat: 7125 shorten lint text | Christoph Beberweil | -5/+7 |
| 2023-11-24 | fix: 7125 update lint applicability to Unspecified | Christoph Beberweil | -1/+1 |
| 2023-11-24 | correct grammar | Kashiwa | -1/+1 |
| 2023-11-24 | Allow function pointers in CValue::const_val | bjorn3 | -1/+7 |
| 2023-11-24 | Auto merge of #118232 - matthiaskrgr:rollup-x8crvm0, r=matthiaskrgr | bors | -17/+37 |
| 2023-11-24 | Update comment for consistent context logic. | Kashiwa | -2/+2 |
| 2023-11-24 | Fix build on Solaris after #117815. | Petr Sumbera | -3/+3 |
| 2023-11-24 | also add is_empty to const raw slices | Ralf Jung | -3/+21 |
| 2023-11-24 | Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmease | Matthias Krüger | -2/+13 |
| 2023-11-24 | Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-24 | Rollup merge of #118028 - Jules-Bertholet:dyn-any-doc, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-11-24 | Rollup merge of #117940 - zhiqiangxu:remove_redundant_drop, r=thomcc | Matthias Krüger | -2/+1 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -12/+13 |
| 2023-11-24 | Rollup merge of #116807 - seanlinsley:patch-2, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-11-24 | Auto merge of #117722 - okaneco:binarysearch, r=thomcc | bors | -9/+8 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -43/+92 |
| 2023-11-23 | Indicate that multiplication in Layout::array cannot overflow | Mark Rousskov | -1/+5 |
| 2023-11-24 | Auto merge of #118105 - notriddle:master, r=fmease | bors | -20/+61 |
| 2023-11-24 | Remove `ResultsCursor::get_with_analysis`. | Nicholas Nethercote | -6/+2 |
| 2023-11-24 | Remove unnecessary `mut`. | Nicholas Nethercote | -1/+1 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -5/+5 |
| 2023-11-23 | Add test of rustdoc sort order for stable vs unstable item | David Tolnay | -0/+11 |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -4/+4 |
| 2023-11-23 | Enforce NonZeroUsize on thread count | Mark Rousskov | -5/+8 |
| 2023-11-24 | Auto merge of #118219 - bjorn3:fix_generator_fn_abi, r=compiler-errors | bors | -36/+154 |
| 2023-11-23 | Auto merge of #98943 - WilliamVenner:feat/bufread_skip_until, r=dtolnay | bors | -0/+114 |
| 2023-11-23 | suggest alternatives to iterate an array of ranges | Christoph Beberweil | -74/+43 |
| 2023-11-23 | rustdoc: move doctest tests to folder | Michael Howell | -0/+1 |
| 2023-11-23 | Fix tidy on untracked files with special character | Matt Harding | -7/+10 |
| 2023-11-23 | rustdoc: move ICE tests to ui | Michael Howell | -0/+7 |
| 2023-11-23 | Auto merge of #11860 - GuillaumeGomez:improve-error-messages, r=flip1995 | bors | -61/+50 |
| 2023-11-23 | Fix assertion | bjorn3 | -13/+1 |