| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Auto merge of #129972 - eholk:stabilize-expr_2021, r=compiler-errors,traviscross | bors | -95/+44 |
| 2024-10-01 | Implement boolean lit support in cfg predicates | Urgau | -6/+48 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -37/+62 |
| 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-10-01 | Auto merge of #13286 - smoelius:elidable-impl-lifetimes, r=Alexendoo | bors | -618/+796 |
| 2024-09-30 | Update wasm-component-ld to 0.5.9 | Alex Crichton | -25/+25 |
| 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 | Unpin `cc` and upgrade to the latest version | Trevor Gross | -4/+7 |
| 2024-09-30 | Also fix first_method_vtable_slot | Michael Goulet | -13/+12 |
| 2024-09-30 | Extract trait_refs_are_compatible, make it instantiate binders | Michael Goulet | -28/+64 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -17/+38 |
| 2024-09-30 | Relate binders explicitly, do a leak check too | Michael Goulet | -15/+47 |
| 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 | Relax a debug assertion in codegen | Michael Goulet | -20/+49 |
| 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 | canonicalizer: rm region uniquification, add caching | lcnr | -109/+138 |
| 2024-09-30 | Auto merge of #131009 - klensy:wu, r=Kobzol | bors | -2/+4 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -147/+262 |
| 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 |