| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Rollup merge of #130933 - lolbinarycat:rustdoc-li-p, r=GuillaumeGomez,notriddle | Matthias Krüger | -0/+7 |
| 2024-10-01 | Rollup merge of #130773 - bjoernager:master, r=thomcc | Matthias Krüger | -2/+1 |
| 2024-10-01 | Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm | Matthias Krüger | -44/+54 |
| 2024-10-01 | Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=Urgau | Matthias Krüger | -81/+208 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -52/+1758 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -81/+208 |
| 2024-10-01 | Auto merge of #130959 - tgross35:f16-f128-only-disable-win-gnu, r=joboet | bors | -3/+3 |
| 2024-10-01 | Auto merge of #129972 - eholk:stabilize-expr_2021, r=compiler-errors,traviscross | bors | -95/+44 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -95/+44 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -72/+160 |
| 2024-09-30 | Enable `f16` tests on non-GNU Windows | Trevor Gross | -3/+3 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -66/+138 |
| 2024-09-30 | Auto merge of #131078 - tgross35:rollup-66to2u9, r=tgross35 | bors | -84/+604 |
| 2024-09-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -29/+77 |
| 2024-09-30 | Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomcc | Trevor Gross | -3/+0 |
| 2024-09-30 | Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=Amanieu | Trevor Gross | -0/+4 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -3/+10 |
| 2024-09-30 | Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton | Trevor Gross | -49/+513 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -68/+149 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -4/+11 |
| 2024-09-30 | Auto merge of #131069 - matthiaskrgr:rollup-jg1icf9, r=matthiaskrgr | bors | -347/+322 |
| 2024-09-30 | add test ensuring we cannot call const-stable unstable functions | Ralf Jung | -0/+70 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -52/+1758 |
| 2024-09-30 | Rollup merge of #131056 - onur-ozkan:cargo-compiler-fingerprint, r=Kobzol | Matthias Krüger | -0/+5 |
| 2024-09-30 | Rollup merge of #131053 - Urgau:print-check-cfg-doc, r=jieyouxu | Matthias Krüger | -11/+16 |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -324/+147 |
| 2024-09-30 | Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu | Matthias Krüger | -7/+145 |
| 2024-09-30 | Rollup merge of #131023 - clubby789:doc-item-path, r=notriddle | Matthias Krüger | -5/+9 |
| 2024-09-30 | Auto merge of #130951 - tgross35:cargo-update-bootstrap, r=Kobzol | bors | -51/+51 |
| 2024-09-30 | apply suggestions | Ding Xiang Fei | -8/+75 |
| 2024-09-30 | Auto merge of #131063 - matthiaskrgr:rollup-hfs3fo1, r=matthiaskrgr | bors | -117/+64 |
| 2024-09-30 | Rollup merge of #131061 - onur-ozkan:verbose-checks, r=Kobzol | Matthias Krüger | -5/+5 |
| 2024-09-30 | Rollup merge of #131060 - jieyouxu:rmake-rebuild, r=onur-ozkan | Matthias Krüger | -11/+4 |
| 2024-09-30 | Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxu | Matthias Krüger | -5/+33 |
| 2024-09-30 | Rollup merge of #130895 - RalfJung:asm-tests, r=nnethercote | Matthias Krüger | -96/+22 |
| 2024-09-30 | make type-check-4 asm tests about non-const expressions | Ralf Jung | -96/+22 |
| 2024-09-30 | replace manual verbose checks with `Config::is_verbose` | onur-ozkan | -5/+5 |
| 2024-09-30 | Drop conditionally applied cargo `-Zon-broken-pipe=kill` flags | 许杰友 Jieyou Xu (Joe) | -11/+4 |
| 2024-09-30 | Auto merge of #131044 - EnzymeAD:enzyme-testinfra, r=jieyouxu | bors | -0/+19 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -5/+33 |
| 2024-09-30 | enable compiler fingerprint logs in verbose mode | onur-ozkan | -0/+5 |
| 2024-09-30 | Improve `--print=check-cfg` documentation | Urgau | -11/+16 |
| 2024-09-30 | Auto merge of #131009 - klensy:wu, r=Kobzol | bors | -2/+4 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -324/+147 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -479/+606 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -84/+132 |
| 2024-09-29 | add has_enzyme/needs-enzyme to the test infra | Manuel Drehwald | -0/+19 |
| 2024-09-29 | Auto merge of #131002 - steffahn:rustdoc-long-names-fix, r=notriddle | bors | -20/+26 |
| 2024-09-29 | update lockfile | Ralf Jung | -7/+6 |
| 2024-09-30 | preserve brackets around if-lets and skip while-lets | Ding Xiang Fei | -5/+76 |