| Age | Commit message (Expand) | Author | Lines |
| 2023-06-08 | Do fix_*_builtin_expr hacks on the writeback results | Michael Goulet | -48/+46 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -6/+47 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -6/+47 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -84/+599 |
| 2023-06-07 | Auto merge of #112383 - Dylan-DPC:rollup-et2z6nt, r=Dylan-DPC | bors | -232/+671 |
| 2023-06-07 | Rollup merge of #112382 - jyn514:test-download-rustc-macos, r=albertlarsan68 | Dylan DPC | -1/+6 |
| 2023-06-07 | Rollup merge of #112359 - Nilstrieb:i-can-only-handle-so-many-backtraces, r=c... | Dylan DPC | -4/+14 |
| 2023-06-07 | Rollup merge of #112345 - bvanjoi:fix-112342, r=nilstrieb,est31 | Dylan DPC | -10/+212 |
| 2023-06-07 | Rollup merge of #112251 - notriddle:notriddle/cleanup-inlining, r=GuillaumeGomez | Dylan DPC | -18/+28 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -63/+142 |
| 2023-06-07 | Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnr | Dylan DPC | -136/+269 |
| 2023-06-07 | download-rustc: Fix `x test core` on MacOS | jyn | -1/+6 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -44/+100 |
| 2023-06-07 | Auto merge of #96875 - SabrinaJewson:noop-waker, r=m-ou-se | bors | -0/+40 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -88/+81 |
| 2023-06-07 | feat(expand): emit note for doc comment in macro matcher | bohan | -12/+119 |
| 2023-06-07 | Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrum | bors | -7/+127 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -86/+188 |
| 2023-06-06 | Rollup merge of #112358 - Nilstrieb:fancy-more-borrowck-cleanups, r=compiler-... | Matthias Krüger | -6/+2 |
| 2023-06-06 | Rollup merge of #112356 - Nilstrieb:get-region-var-origins, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-06-06 | Rollup merge of #112350 - Nilstrieb:borrow-me-some-cleanups, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2023-06-06 | Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddle | Matthias Krüger | -28/+37 |
| 2023-06-06 | Rollup merge of #112340 - lcnr:tyctxt-cleanup, r=compiler-errors | Matthias Krüger | -40/+9 |
| 2023-06-06 | Rollup merge of #112334 - fee1-dead-contrib:add-rotation, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-06-06 | Rollup merge of #112310 - loongarch-rs:bare-metal, r=WaffleLapkin | Matthias Krüger | -0/+132 |
| 2023-06-06 | Rollup merge of #111250 - spastorino:smir-terminator-2, r=oli-obk | Matthias Krüger | -4/+1 |
| 2023-06-06 | Respect `RUST_BACKTRACE` for delayed bugs | Nilstrieb | -4/+14 |
| 2023-06-06 | rustdoc: convert `if let Some()` that always matches to variable | Michael Howell | -18/+28 |
| 2023-06-06 | Remove default visitor impl in region constraint generation | Nilstrieb | -6/+2 |
| 2023-06-06 | Avoid duplicate type sanitization of local decls | Nilstrieb | -3/+1 |
| 2023-06-06 | Fix comment for `get_region_var_origins` | Nilstrieb | -5/+5 |
| 2023-06-06 | Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goal | Michael Goulet | -23/+145 |
| 2023-06-06 | Move alias-relate to its own module | Michael Goulet | -136/+147 |
| 2023-06-06 | bless coherence test | Michael Goulet | -2/+31 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -32/+49 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+14 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -42/+61 |
| 2023-06-06 | Auto merge of #112344 - matthiaskrgr:rollup-tswr83e, r=matthiaskrgr | bors | -41/+320 |
| 2023-06-06 | fix(expand): prevent infinity loop in macro containing only "///" | bohan | -0/+95 |
| 2023-06-06 | Bumped libc version | Nikolay Arhipov | -3/+3 |
| 2023-06-06 | Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errors | Matthias Krüger | -8/+62 |
| 2023-06-06 | Rollup merge of #112220 - kylematsuda:earlybinder-fix, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-06-06 | Rollup merge of #112199 - jieyouxu:issue-112188, r=compiler-errors | Matthias Krüger | -13/+111 |
| 2023-06-06 | Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errors | Matthias Krüger | -6/+79 |
| 2023-06-06 | Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2023-06-06 | Rollup merge of #111369 - Nassiel:master, r=oli-obk | Matthias Krüger | -4/+38 |
| 2023-06-06 | Rollup merge of #111058 - fortanix:raoul/fix_lvi_mitigations, r=cuviper | Matthias Krüger | -4/+13 |
| 2023-06-06 | Add regression test for #112308 | Guillaume Gomez | -26/+31 |
| 2023-06-06 | Prevent emitting `missing_docs` for `pub extern crate` | Guillaume Gomez | -2/+6 |
| 2023-06-06 | Auto merge of #112312 - nikic:llvm-16.0.5, r=cuviper | bors | -1/+1 |