| Age | Commit message (Expand) | Author | Lines |
| 2023-06-08 | Rollup merge of #112333 - Zoxc:try_collect_active_jobs-deadlock, r=cjgillot | Matthias Krüger | -4/+11 |
| 2023-06-08 | Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin | Matthias Krüger | -5/+14 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -188/+257 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -47/+80 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -4/+45 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -4/+45 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -84/+335 |
| 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/+36 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -61/+107 |
| 2023-06-07 | Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnr | Dylan DPC | -136/+196 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -44/+51 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -7/+8 |
| 2023-06-07 | feat(expand): emit note for doc comment in macro matcher | bohan | -11/+35 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -35/+70 |
| 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 | -2/+6 |
| 2023-06-06 | Rollup merge of #112340 - lcnr:tyctxt-cleanup, r=compiler-errors | Matthias Krüger | -15/+5 |
| 2023-06-06 | Rollup merge of #112310 - loongarch-rs:bare-metal, r=WaffleLapkin | Matthias Krüger | -0/+50 |
| 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 | 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/+72 |
| 2023-06-06 | Move alias-relate to its own module | Michael Goulet | -136/+147 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -32/+45 |
| 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 | fix(expand): prevent infinity loop in macro containing only "///" | bohan | -0/+2 |
| 2023-06-06 | Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errors | Matthias Krüger | -4/+26 |
| 2023-06-06 | Rollup merge of #112220 - kylematsuda:earlybinder-fix, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-06-06 | Rollup merge of #112199 - jieyouxu:issue-112188, r=compiler-errors | Matthias Krüger | -12/+45 |
| 2023-06-06 | Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errors | Matthias Krüger | -6/+22 |
| 2023-06-06 | Rollup merge of #111369 - Nassiel:master, r=oli-obk | Matthias Krüger | -0/+32 |
| 2023-06-06 | Prevent emitting `missing_docs` for `pub extern crate` | Guillaume Gomez | -2/+6 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -15/+5 |
| 2023-06-06 | Add new Tier-3 targets: `loongarch64-unknown-none*` | WANG Rui | -0/+50 |
| 2023-06-06 | Don't hold the active queries lock while calling `make_query` | John Kåre Alsaker | -4/+11 |
| 2023-06-05 | diagnostics: do not suggest type name tweaks on type-inferred closure args | Michael Howell | -4/+26 |
| 2023-06-06 | Auto merge of #111999 - scottmcm:codegen-less-memcpy, r=compiler-errors | bors | -1/+71 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -2/+2 |
| 2023-06-05 | Rollup merge of #112322 - compiler-errors:no-IMPLIED_BOUNDS_ENTAILMENT-if-err... | Matthias Krüger | -1/+1 |
| 2023-06-05 | Rollup merge of #112318 - oli-obk:assoc_ty_sized_bound_for_object_safety, r=c... | Matthias Krüger | -55/+51 |
| 2023-06-05 | Rollup merge of #112316 - clubby789:unused-parens-space, r=compiler-errors | Matthias Krüger | -17/+42 |
| 2023-06-05 | Rollup merge of #112303 - Nilstrieb:as-deref, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-06-05 | Rollup merge of #112196 - compiler-errors:new-solver-resolv, r=lcnr | Matthias Krüger | -3/+12 |
| 2023-06-05 | Rollup merge of #112081 - obeis:doc-test-literal, r=compiler-errors | Matthias Krüger | -6/+19 |