| Age | Commit message (Expand) | Author | Lines |
| 2023-08-21 | Auto merge of #115039 - jackh726:impl_compare_add_alias_obligations, r=aliemjay | bors | -0/+32 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -0/+57 |
| 2023-08-21 | Auto merge of #115023 - GuillaumeGomez:migrate-gui-test-color-35, r=notriddle | bors | -8/+8 |
| 2023-08-20 | Add projection obligations when comparing impl too | Jack Huey | -0/+32 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -3/+3 |
| 2023-08-20 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -8/+8 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -3/+27 |
| 2023-08-20 | Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgr | bors | -320/+152 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -13/+13 |
| 2023-08-20 | Rollup merge of #114999 - GuillaumeGomez:migrate-gui-test-color-34, r=notriddle | Matthias Krüger | -255/+131 |
| 2023-08-20 | Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnr | Matthias Krüger | -52/+8 |
| 2023-08-20 | Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnr | bors | -0/+19 |
| 2023-08-20 | Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors | bors | -53/+53 |
| 2023-08-20 | Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3 | bors | -0/+25 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -64/+1413 |
| 2023-08-20 | Rollup merge of #114934 - lcnr:generalize-substs-relate, r=compiler-errors | Matthias Krüger | -0/+157 |
| 2023-08-19 | Avoid side-effects from try_coerce when suggesting borrowing LHS of cast | Michael Goulet | -52/+8 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -13/+13 |
| 2023-08-19 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -24/+24 |
| 2023-08-19 | Merge values with same colors | Guillaume Gomez | -37/+20 |
| 2023-08-19 | Use function to remove code duplication for `search-form-elements.goml` test | Guillaume Gomez | -255/+148 |
| 2023-08-19 | Rollup merge of #114972 - nbdd0121:const_check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-08-19 | Rollup merge of #114958 - ferrocene:optimization-remarks-dir-pgo, r=lqd | Matthias Krüger | -0/+1 |
| 2023-08-18 | change to known bug | lcnr | -2/+2 |
| 2023-08-18 | instantiate response: no unnecessary new universe | lcnr | -0/+157 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+25 |
| 2023-08-18 | Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov | bors | -2/+18 |
| 2023-08-18 | Add a test to check that inline const is in required_consts | Gary Guo | -0/+24 |
| 2023-08-18 | Bless test changes | Gary Guo | -53/+53 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -3/+27 |
| 2023-08-18 | Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkov | bors | -0/+33 |
| 2023-08-18 | Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnr | bors | -0/+179 |
| 2023-08-18 | `ignore-cross-compile` on `optimization-remarks-dir-pgo` test | Lukas Wirth | -0/+1 |
| 2023-08-18 | Add regression test for inline doc | Kyle Lin | -0/+13 |
| 2023-08-18 | fix `unescaped_backticks` error | Kyle Lin | -64/+64 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -0/+1 |
| 2023-08-18 | add missing deny lint | Kyle Lin | -0/+2 |
| 2023-08-18 | Add check-pass tests and fix test behavior | Kyle Lin | -1/+6 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -7/+12 |
| 2023-08-18 | Support Reference & ReferenceUnknown link lint | Kyle Lin | -1/+909 |
| 2023-08-18 | Refactor lint from rustc to rustdoc | Kyle Lin | -74/+327 |
| 2023-08-18 | fix trailing whitespace | Kyle Lin | -2/+2 |
| 2023-08-18 | bless test output | Kyle Lin | -9/+45 |
| 2023-08-18 | add more tests | Kyle Lin | -0/+8 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -1/+113 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -0/+6 |
| 2023-08-18 | Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviper | bors | -37/+70 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -36/+56 |
| 2023-08-17 | Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwco | Josh Stone | -1/+14 |
| 2023-08-17 | Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiser | bors | -552/+773 |