about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-01Auto merge of #129972 - eholk:stabilize-expr_2021, r=compiler-errors,traviscrossbors-95/+44
2024-10-01Implement boolean lit support in cfg predicatesUrgau-6/+48
2024-10-01Use `ast::NestedMetaItem` when evaluating cfg predicateUrgau-37/+62
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-95/+44
2024-10-01Auto merge of #131076 - lukas-code:doc-stab2, r=notriddlebors-72/+160
2024-09-30Enable `f16` tests on non-GNU WindowsTrevor Gross-3/+3
2024-10-01Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...bors-66/+138
2024-10-01Auto merge of #13286 - smoelius:elidable-impl-lifetimes, r=Alexendoobors-618/+796
2024-09-30Update wasm-component-ld to 0.5.9Alex Crichton-25/+25
2024-09-30Auto merge of #131078 - tgross35:rollup-66to2u9, r=tgross35bors-84/+604
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross-29/+77
2024-09-30Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomccTrevor Gross-3/+0
2024-09-30Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=AmanieuTrevor Gross-0/+4
2024-09-30Rollup merge of #130877 - taiki-e:riscv-atomic, r=AmanieuTrevor Gross-3/+10
2024-09-30Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichtonTrevor Gross-49/+513
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-68/+149
2024-09-30add `stable_since` convenienceLukas Markeffsky-4/+11
2024-09-30Auto merge of #131069 - matthiaskrgr:rollup-jg1icf9, r=matthiaskrgrbors-347/+322
2024-09-30add test ensuring we cannot call const-stable unstable functionsRalf Jung-0/+70
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-52/+1758
2024-09-30Unpin `cc` and upgrade to the latest versionTrevor Gross-4/+7
2024-09-30Also fix first_method_vtable_slotMichael Goulet-13/+12
2024-09-30Extract trait_refs_are_compatible, make it instantiate bindersMichael Goulet-28/+64
2024-09-30Instantiate binders in supertrait_vtable_slotMichael Goulet-17/+38
2024-09-30Relate binders explicitly, do a leak check tooMichael Goulet-15/+47
2024-09-30Rollup merge of #131056 - onur-ozkan:cargo-compiler-fingerprint, r=KobzolMatthias Krüger-0/+5
2024-09-30Rollup merge of #131053 - Urgau:print-check-cfg-doc, r=jieyouxuMatthias Krüger-11/+16
2024-09-30Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-...Matthias Krüger-324/+147
2024-09-30Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxuMatthias Krüger-7/+145
2024-09-30Rollup merge of #131023 - clubby789:doc-item-path, r=notriddleMatthias Krüger-5/+9
2024-09-30Auto merge of #130951 - tgross35:cargo-update-bootstrap, r=Kobzolbors-51/+51
2024-09-30Relax a debug assertion in codegenMichael Goulet-20/+49
2024-09-30apply suggestionsDing Xiang Fei-8/+75
2024-09-30Auto merge of #131063 - matthiaskrgr:rollup-hfs3fo1, r=matthiaskrgrbors-117/+64
2024-09-30Rollup merge of #131061 - onur-ozkan:verbose-checks, r=KobzolMatthias Krüger-5/+5
2024-09-30Rollup merge of #131060 - jieyouxu:rmake-rebuild, r=onur-ozkanMatthias Krüger-11/+4
2024-09-30Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxuMatthias Krüger-5/+33
2024-09-30Rollup merge of #130895 - RalfJung:asm-tests, r=nnethercoteMatthias Krüger-96/+22
2024-09-30make type-check-4 asm tests about non-const expressionsRalf Jung-96/+22
2024-09-30replace manual verbose checks with `Config::is_verbose`onur-ozkan-5/+5
2024-09-30Drop conditionally applied cargo `-Zon-broken-pipe=kill` flags许杰友 Jieyou Xu (Joe)-11/+4
2024-09-30Auto merge of #131044 - EnzymeAD:enzyme-testinfra, r=jieyouxubors-0/+19
2024-09-30Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-5/+33
2024-09-30enable compiler fingerprint logs in verbose modeonur-ozkan-0/+5
2024-09-30Improve `--print=check-cfg` documentationUrgau-11/+16
2024-09-30canonicalizer: rm region uniquification, add cachinglcnr-109/+138
2024-09-30Auto merge of #131009 - klensy:wu, r=Kobzolbors-2/+4
2024-09-30panic when an interpreter error gets unintentionally discardedRalf Jung-147/+262
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-324/+147
2024-09-30Auto merge of #131036 - RalfJung:miri-sync, r=RalfJungbors-479/+606