about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-19Rollup merge of #146541 - joboet:simplify-lookup-host, r=tgross35Stuart Cook-212/+51
2025-09-19Rollup merge of #146484 - notriddle:stringdex-js-opt, r=GuillaumeGomezStuart Cook-140/+290
2025-09-19Rollup merge of #146229 - Hayden602:issue-142796-fix, r=ZuseZ4Stuart Cook-6/+12
2025-09-19Auto merge of #145737 - cjgillot:gvn-valueset, r=saethlinbors-44/+180
2025-09-19Fix `else` completion before else keywordA4-Tacks-3/+133
2025-09-19Fix test suite in iOS/tvOS/watchOS/visionOS simulatorMads Marquart-32/+179
2025-09-19Document how to test with iOS/tvOS/watchOS/visionOS simulatorMads Marquart-41/+51
2025-09-19Remove some unnecessary `as u64` castsZalathar-4/+4
2025-09-19Use `LLVMDIBuilderCreate(Auto|Parameter)Variable`Zalathar-62/+57
2025-09-19std: simplify host lookupjoboet-212/+51
2025-09-19Merge pull request #4594 from RalfJung/clippyRalf Jung-2/+2
2025-09-19Allow running remote-test-server on Apple simulatorsMads Marquart-4/+15
2025-09-19fix clippy warningRalf Jung-2/+2
2025-09-19Use `LLVMDIBuilder(CreateExpression|InsertDeclareRecordAtEnd)`Zalathar-28/+26
2025-09-19fix miri bootstrap buildRalf Jung-2/+16
2025-09-19autodiff: typetree recursive depth query from enzyme with fallbackKaran Janthe-20/+24
2025-09-19Add `#[track_caller]` for check_assist_by_labelA4-Tacks-0/+1
2025-09-19Fix extract_variable on LetExprA4-Tacks-1/+28
2025-09-19Merge pull request #2580 from rust-lang/tshepang-patch-2许杰友 Jieyou Xu (Joe)-0/+4
2025-09-19Merge pull request #20699 from lnicola/ena-fingerprintLaurențiu Nicola-0/+6
2025-09-19Set WithCachedTypeInfo::stable_hash when in-treeLaurențiu Nicola-0/+6
2025-09-19Use `LLVMDIBuilderGetOrCreateArray`Zalathar-16/+7
2025-09-19Use `LLVMDIBuilderGetOrCreateSubrange`Zalathar-15/+8
2025-09-19autodiff: recurion added for typetreeKaran Janthe-20/+191
2025-09-19autodiff: fixed test to be more precise for type tree checkingKaran Janthe-87/+120
2025-09-19autodiff: struct support in typetreeKaran Janthe-0/+67
2025-09-19autodiff: tuple support in typetreeKaran Janthe-0/+64
2025-09-19autodiff: slice support in typetreeKaran Janthe-0/+36
2025-09-19autodiff: add TypeTree support for arraysKaran Janthe-1/+69
2025-09-19autodiff: f128 support added for typetreeKaran Janthe-2/+2
2025-09-19enzyme submodule updatedKaran Janthe-0/+0
2025-09-19typo: allow EnzymeTypeTreeShiftIndiciesEqKaran Janthe-0/+1
2025-09-19added typetree support for memcpyKaran Janthe-34/+135
2025-09-19Add TypeTree tests for scalar typesKaran Janthe-0/+154
2025-09-19Update TypeTree tests to verify metadata attachmentKaran Janthe-28/+29
2025-09-19Add TypeTree metadata attachment for autodiffKaran Janthe-14/+343
2025-09-19autodiff: Add basic TypeTree with NoTT flagKaran Janthe-5/+212
2025-09-18deref related cleanups in ref_propbeepster4096-20/+13
2025-09-18Plumb Allocator generic into `std::vec::PeekMut`Sidney Cammeresi-44/+51
2025-09-18Auto merge of #137122 - yotamofek:pr/std/iter-eq-exact-size, r=the8472bors-4/+48
2025-09-18fix negative const generic integer literalsOblarg-1/+24
2025-09-18canonical: yeet `EvalCtxt`, mk `Canonicalizer` privatelcnr-211/+233
2025-09-18move `mod canonical` out of `eval_ctxt`lcnr-231/+229
2025-09-18update lockfileRalf Jung-15/+22
2025-09-18Merge pull request #4592 from RalfJung/sqrtRalf Jung-38/+54
2025-09-18Merge pull request #2587 from GuillaumeGomez/gcc-backend-missing-docsGuillaume Gomez-2/+55
2025-09-18fix tidy spellchecking on windowsbeepster4096-1/+1
2025-09-18share sqrt implemention across float typesRalf Jung-39/+25
2025-09-18Auto merge of #146728 - flip1995:clippy-subtree-update, r=samueltardieubors-2479/+4380
2025-09-18implement sqrt for f16 and f128Ralf Jung-15/+45