| Age | Commit message (Expand) | Author | Lines |
| 2023-07-20 | Implement Stable for ty::GenericArgs | Santiago Pastorino | -25/+24 |
| 2023-07-20 | Add tables to Stable::stable | Santiago Pastorino | -97/+111 |
| 2023-07-20 | Auto merge of #113890 - matthiaskrgr:rollup-k1w2vii, r=matthiaskrgr | bors | -286/+619 |
| 2023-07-20 | Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco | Matthias Krüger | -45/+27 |
| 2023-07-20 | Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G... | Matthias Krüger | -9/+0 |
| 2023-07-20 | Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com... | Matthias Krüger | -186/+416 |
| 2023-07-20 | Rollup merge of #113827 - spastorino:smir-types-4, r=oli-obk | Matthias Krüger | -27/+101 |
| 2023-07-20 | Rollup merge of #113800 - oli-obk:gha_ci_cycle, r=jyn514 | Matthias Krüger | -1/+2 |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -2/+38 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -16/+35 |
| 2023-07-20 | Auto merge of #113758 - cjgillot:move-dse, r=JakobDegen,oli-obk | bors | -31/+130 |
| 2023-07-20 | Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrum | bors | -20/+26 |
| 2023-07-20 | update doc comments | lcnr | -10/+17 |
| 2023-07-20 | review | lcnr | -27/+37 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -45/+27 |
| 2023-07-20 | Avoid another gha group nesting | Oli Scherer | -1/+2 |
| 2023-07-20 | re-add comment | lcnr | -0/+6 |
| 2023-07-20 | add FIXME | lcnr | -0/+3 |
| 2023-07-20 | assembly: only consider blanket impls once | lcnr | -68/+274 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -118/+116 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -79/+100 |
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -2/+5 |
| 2023-07-20 | Remove adjustments that used to be necessary for search's crate selector appe... | Frank Steffahn | -9/+0 |
| 2023-07-20 | Auto merge of #113878 - matthiaskrgr:rollup-u0d3kzx, r=matthiaskrgr | bors | -19/+114 |
| 2023-07-20 | Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-07-20 | Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddle | Matthias Krüger | -0/+73 |
| 2023-07-20 | Rollup merge of #113795 - compiler-errors:doc, r=spastorino | Matthias Krüger | -15/+28 |
| 2023-07-20 | Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe... | Matthias Krüger | -0/+8 |
| 2023-07-20 | Rollup merge of #113710 - loongarch-rs:fix-rpath, r=clubby789 | Matthias Krüger | -2/+3 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+62 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -54/+346 |
| 2023-07-19 | Use the correct span for displaying the line following a derive suggestion | clubby789 | -2/+2 |
| 2023-07-19 | Auto merge of #113865 - Dylan-DPC:rollup-pt960bk, r=Dylan-DPC | bors | -193/+425 |
| 2023-07-19 | Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-dead | Dylan DPC | -1/+34 |
| 2023-07-19 | Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no... | Dylan DPC | -17/+87 |
| 2023-07-19 | Rollup merge of #113774 - compiler-errors:fill-expr-bracket, r=eholk | Dylan DPC | -75/+97 |
| 2023-07-19 | Rollup merge of #113765 - compiler-errors:at-least, r=oli-obk | Dylan DPC | -42/+46 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -57/+54 |
| 2023-07-19 | Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelix | Dylan DPC | -1/+68 |
| 2023-07-19 | Rollup merge of #113444 - lcnr:alias-bound-test, r=compiler-errors | Dylan DPC | -0/+39 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -42/+46 |
| 2023-07-19 | Fix unit tests | Michael Goulet | -0/+15 |
| 2023-07-19 | Improve error message when closing bracket interpreted as formatting fill cha... | Michael Goulet | -58/+65 |
| 2023-07-19 | Fix quotes in output | Michael Goulet | -18/+18 |
| 2023-07-19 | Auto merge of #113850 - cjgillot:span-shorthand, r=compiler-errors | bors | -13/+48 |
| 2023-07-19 | Fix inline_const with interpolated block | Michael Goulet | -1/+34 |
| 2023-07-19 | avoid tls access while iterating through mpsc thread entries | Ibraheem Ahmed | -20/+26 |
| 2023-07-19 | Fix review comments | bjorn3 | -12/+14 |
| 2023-07-19 | Rewrite rmeta-rpass test to work with the new check for all crate sources bei... | bjorn3 | -23/+21 |
| 2023-07-19 | Don't compress dylib metadata | bjorn3 | -22/+21 |