| Age | Commit message (Expand) | Author | Lines |
| 2023-07-27 | Rollup merge of #114123 - oli-obk:tait_wtf, r=WaffleLapkin | Guillaume Gomez | -6/+25 |
| 2023-07-27 | Rollup merge of #114117 - compiler-errors:return-to-uniq, r=lcnr | Guillaume Gomez | -13/+48 |
| 2023-07-27 | Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-07-27 | Rollup merge of #114091 - waywardmonkeys:doc-fmt-finish-comments, r=Guillaume... | Guillaume Gomez | -3/+3 |
| 2023-07-27 | Rollup merge of #114088 - oli-obk:syn, r=davidtwco | Guillaume Gomez | -199/+205 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -48/+136 |
| 2023-07-27 | Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2023-07-27 | Auto merge of #113281 - dayo05:master, r=davidtwco | bors | -14/+111 |
| 2023-07-27 | Turns out opaque types can have hidden types registered during mir validation | Oli Scherer | -6/+25 |
| 2023-07-27 | Auto merge of #114080 - compiler-errors:negative, r=spastorino | bors | -1/+1 |
| 2023-07-27 | Auto merge of #114116 - matthiaskrgr:rollup-dtdfk76, r=matthiaskrgr | bors | -534/+436 |
| 2023-07-27 | Rollup merge of #114102 - compiler-errors:fulldeps-stage1-hack, r=pnkfelix | Matthias Krüger | -1/+8 |
| 2023-07-27 | Rollup merge of #114098 - klensy:drop-atty, r=fee1-dead | Matthias Krüger | -6/+4 |
| 2023-07-27 | Rollup merge of #114082 - ericmarkmartin:smir-nullary-op, r=spastorino | Matthias Krüger | -1/+6 |
| 2023-07-27 | Rollup merge of #114081 - nnethercote:desugar_doc_comments-cleanups, r=petroc... | Matthias Krüger | -21/+27 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -498/+385 |
| 2023-07-27 | Rollup merge of #114053 - Kobzol:ci-linux-fix-cmake, r=nikic | Matthias Krüger | -4/+2 |
| 2023-07-27 | Rollup merge of #113872 - nnethercote:tweak-cgu-sorting, r=pnkfelix | Matthias Krüger | -3/+4 |
| 2023-07-27 | Consider a goal as NOT changed if its response is identity modulo regions | Michael Goulet | -2/+34 |
| 2023-07-27 | Revert "don't uniquify regions when canonicalizing" | Michael Goulet | -11/+14 |
| 2023-07-27 | Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors | bors | -34/+104 |
| 2023-07-27 | Auto merge of #114034 - Amanieu:riscv-atomicbool, r=thomcc | bors | -8/+54 |
| 2023-07-26 | Fix URL for `rmatches` | Veera | -1/+1 |
| 2023-07-26 | Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix | bors | -7774/+49 |
| 2023-07-26 | Auto merge of #114103 - matthiaskrgr:rollup-01m6l2w, r=matthiaskrgr | bors | -44/+122 |
| 2023-07-26 | Rollup merge of #114090 - mdibaiee:remove-remap-path-prefix-ci, r=wesleywiser | Matthias Krüger | -8/+0 |
| 2023-07-26 | Rollup merge of #114073 - ehuss:remove-z-diagnostic-width, r=fee1-dead | Matthias Krüger | -2/+0 |
| 2023-07-26 | Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-07-26 | Rollup merge of #113996 - inferiorhumanorgans:dragonfly-cmake-system-name, r=... | Matthias Krüger | -1/+8 |
| 2023-07-26 | Rollup merge of #113942 - ehuss:squelch-bad_path_expr_1, r=fee1-dead | Matthias Krüger | -24/+57 |
| 2023-07-26 | Rollup merge of #113930 - spastorino:smir-types-6, r=oli-obk | Matthias Krüger | -2/+34 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-26 | Dont pass -Zwrite-long-types-to-disk=no for ui-fulldeps --stage=1 | Michael Goulet | -1/+8 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -18/+61 |
| 2023-07-26 | Add tests for #102403 and #113407 | Ralf Jung | -0/+24 |
| 2023-07-26 | Add test case for #109567 | yukang | -0/+15 |
| 2023-07-26 | Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk | bors | -46/+136 |
| 2023-07-26 | Squelch a noisy rustc_expand unittest | Eric Huss | -24/+57 |
| 2023-07-26 | replace atty crate with std's isTerminal | klensy | -6/+4 |
| 2023-07-26 | Remove unused NCSA license | Wesley Wiser | -15/+0 |
| 2023-07-26 | Fix miri | Wesley Wiser | -10/+0 |
| 2023-07-26 | Replace in-tree `rustc_apfloat` with the new version of the crate | Wesley Wiser | -7749/+10 |
| 2023-07-26 | Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obk | bors | -371/+403 |
| 2023-07-26 | Add Bound ty to SMIR | Santiago Pastorino | -1/+18 |
| 2023-07-26 | Add Param ty to SMIR | Santiago Pastorino | -1/+16 |
| 2023-07-26 | docs: fmt::Debug*: Fix comments for finish method. | Bruce Mitchener | -3/+3 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -108/+69 |
| 2023-07-26 | compiletest: remove ci-specific remap-path-prefix | Mahdi Dibaiee | -8/+0 |
| 2023-07-26 | valtree: a bit of cleanup | Ralf Jung | -15/+15 |
| 2023-07-26 | Bump syn dependency | Oli Scherer | -98/+106 |