| Age | Commit message (Expand) | Author | Lines |
| 2023-08-21 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-08-21 | Merge from rustc | The Miri Conjob Bot | -777/+1537 |
| 2023-08-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-21 | Auto merge of #115029 - ehuss:remove-apple-alt, r=Mark-Simulacrum | bors | -12/+0 |
| 2023-08-20 | Auto merge of #114993 - RalfJung:panic-nounwind, r=fee1-dead | bors | -66/+225 |
| 2023-08-20 | Bump version to 1.74.0 | Mark Rousskov | -1/+1 |
| 2023-08-20 | fix RA build | Ralf Jung | -1/+1 |
| 2023-08-20 | Remove apple-alt dist build. | Eric Huss | -12/+0 |
| 2023-08-20 | Auto merge of #3032 - RalfJung:serde, r=RalfJung,oli-obk | bors | -2/+8 |
| 2023-08-20 | pin a version of serde without intransparent unreproducible binary blobs | Ralf Jung | -2/+8 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -19/+84 |
| 2023-08-20 | interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the... | Ralf Jung | -39/+133 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -7/+7 |
| 2023-08-20 | feat(docs): add cargo-pgo to PGO documentation 📝 | Meysam Azad | -0/+22 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -35/+35 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -38/+578 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -35/+35 |
| 2023-08-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-18 | Fix format | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix private function importing | Kyle Lin | -1/+1 |
| 2023-08-18 | Skip lint check when item is not fully public | Kyle Lin | -0/+19 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -6/+1 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -22/+51 |
| 2023-08-18 | fomar files | Kyle Lin | -4/+9 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -71/+74 |
| 2023-08-18 | Support Reference & ReferenceUnknown link lint | Kyle Lin | -61/+221 |
| 2023-08-18 | Refactor lint from rustc to rustdoc | Kyle Lin | -28/+192 |
| 2023-08-18 | add more tests | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -44/+55 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -11/+124 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-18 | Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgr | bors | -36/+201 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -252/+118 |
| 2023-08-17 | style-guide: Add guidance for defining formatting for specific macros | Josh Triplett | -1/+6 |
| 2023-08-17 | Prevent ICE when formatting item-only `vec!{}` (#5879) | tdanniels | -9/+19 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -23/+129 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -13/+72 |
| 2023-08-17 | Auto merge of #114932 - RalfJung:miri, r=RalfJung | bors | -177/+472 |
| 2023-08-17 | Auto merge of #3031 - RalfJung:foreign-read, r=RalfJung | bors | -3/+17 |
| 2023-08-17 | tree borrows: more comments in foreign_read transition | Ralf Jung | -3/+17 |
| 2023-08-17 | CI: add more debug logging to Docker caching | Jakub Beránek | -4/+10 |
| 2023-08-17 | Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgr | bors | -0/+16 |
| 2023-08-17 | doc: update lld-flavor ref | cui fliter | -1/+1 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -0/+16 |
| 2023-08-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -0/+17 |
| 2023-08-16 | Rollup merge of #114878 - tshepang:tshepang-patch-1-1, r=davidtwco | Matthias Krüger | -0/+3 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -336/+342 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-16 | Auto merge of #3027 - ttsugriy:range-map, r=RalfJung | bors | -5/+2 |
| 2023-08-16 | Avoid unnecessary Vec resize. | Taras Tsugrii | -5/+2 |