Skip to content

test #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 382 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
382 commits
Select commit Hold shift + click to select a range
a897847
distributed docs (#44940)
Apr 12, 2022
0997684
asyncevents: fix missing GC root and race (#44956)
vtjnash Apr 13, 2022
81c8819
[REPL] Fix a REPL test failure by removing an erroneous space in test…
vtjnash Apr 14, 2022
fe0faad
Fix embedding with MSVC (#44976)
barche Apr 14, 2022
26a25e2
Update Example header in admonition to render PDF better, see #44866.…
ViralBShah Apr 19, 2022
cc5743c
Initialize jl_page_size when not calling julia_init. (#44699)
maleadt Mar 30, 2022
f13039e
Change type of donotdelete intrinsics
vchuravy Apr 19, 2022
5073c4e
Fix attributes for donotdelete intrinsic
Keno Apr 19, 2022
bbb53ac
inference: relax backedge optimization condition (#45030)
aviatesk Apr 20, 2022
c6dc6d1
Fix some inference failures in Base.require call graph (#44628)
timholy Mar 16, 2022
b1e1c52
gc-ext: only sweep unmarked objects (#45035)
vtjnash Apr 20, 2022
68ddba3
[doc] Add a Cover page to PDF doc (#45034)
inkydragon Apr 23, 2022
eadbeec
correct man-custom-indices ref in devdocs (#45071)
xlxs4 Apr 23, 2022
c2ce2a1
Correct typo in devdocs gc-sa (#45072)
xlxs4 Apr 24, 2022
515a5ce
[deps] Fix compillation of LLVM with system zlib (#45119)
giordano Apr 29, 2022
f5e292a
Create a copy while evaluating eigvals(::Diagonal) (#45048)
jishnub May 2, 2022
6d4b8d0
Fix bug in `pinv` (#45009)
hyrodium May 2, 2022
f89f049
[deps] Remove Python workaround in LLVM build, no longer necessary (#…
giordano May 4, 2022
e0e24c1
Fix different .cachepath initialization points for precompile load (#…
Keno May 7, 2022
66ba1ad
Avoid race condition in cleaning up cache files (#45214)
simonbyrne May 8, 2022
fb45a1a
Consider additional default ssh keys for LibGit2. (#44767)
GunnarFarneback May 9, 2022
a380056
syntax: keyword sorter location should just be definition line (#45199)
JeffBezanson May 9, 2022
51f8ac2
fix #45162, function arg not specialized if only called with keywords…
JeffBezanson May 9, 2022
b3dde45
Fix a concurrency bug in `iterate(::Dict)` (#44534)
tkf Mar 12, 2022
293b513
Bump Documenter to get the new pdf improvements for the manual.
May 16, 2022
b11258a
codegen: add handling for undefined phinode values (#45155)
vtjnash May 11, 2022
834c8e6
Use `CartesianIndices(Rsrc)` as the shared iterator. (#45289)
N5N3 May 16, 2022
3dfa74d
Typo fix. (#45333)
N5N3 May 17, 2022
43ba8ae
Resurrect libunwind patches (#45189)
fxcoudert May 17, 2022
1f9140f
[deps] Use newer `config.sub` when building nghttp2 (#45346)
giordano May 18, 2022
1ccb618
fix #45024, lost `expected assignment after const` error (#45344)
JeffBezanson May 18, 2022
eb82f18
codegen: explicitly handle Float16 intrinsics (#45249)
pchintalapudi Mar 12, 2022
945a2db
Guard GCC-specific macros with `_COMPILER_GCC_` (#44353)
giordano Feb 28, 2022
8c69941
Fix error in validating complex row-first hvncat (#45365)
BioTurboNick May 19, 2022
8c33506
Apply patch for GMP CVE-2021-43618 (#45375)
ViralBShah May 20, 2022
dea62ee
Use root module when determining UUID in @artifact_str (#45392)
May 21, 2022
823071e
OpenBLAS: Find objconv in its proper path (#45391)
fxcoudert May 21, 2022
b8943ec
Update PCRE2 to 10.40 (#45398)
fxcoudert May 21, 2022
a02630e
set default blas num threads to Sys.CPU_THREADS / 2 (#45412)
Moelf May 22, 2022
6acc46b
Don't error when transposing a single character (#45420)
perryprog May 23, 2022
5403c43
bump Pkg version to latest 1.8
May 24, 2022
11a1ee2
Update p7zip to 17.04 (#45435)
fxcoudert May 24, 2022
7a4cef7
[Distributed] Set stdin to devnull before closing it
vtjnash Jan 26, 2022
2cf85b6
Fix use-after-free bugs in debuginfo (#45016)
pchintalapudi May 24, 2022
8bca2f4
fix #45440, improve the robustness of concrete-evaled callsite inlining
aviatesk May 25, 2022
f9f6789
Merge pull request #44789 from JuliaLang/backports-release-1.8
KristofferC May 26, 2022
9a8ddd0
Disallow reinterpreting a non-singleton array into a singleton type (…
KristofferC May 27, 2022
6368fdc
set VERSION to 1.8.0-rc1 (#45466)
KristofferC May 27, 2022
63e5553
Make `isdispatchtuple` consistent for `typeof(Union{})` (#45348)
Keno May 22, 2022
25122e4
Do not set MCPU on Apple Silicon (#45409)
fxcoudert May 21, 2022
0769bb5
Update LibCURL to 7.83.1 (#45443)
fxcoudert May 29, 2022
bde7223
Revert "fix #45440, improve the robustness of concrete-evaled callsit…
aviatesk May 30, 2022
801458d
follow #45440, add assertion to check concrete-eval call is compileable
aviatesk May 27, 2022
8f1a4ce
tweak NEWS.md
aviatesk May 31, 2022
32106ab
note `@inline` inside body usage (#45531)
Moelf Jun 1, 2022
4c65dce
rename `Base.@assume_effects :total_may_throw` setting to `:foldable`…
aviatesk Jun 1, 2022
ba72387
also set the version in `pkgorigins` (#44318)
KristofferC Feb 24, 2022
9e17fb6
Make llvmunwind depend on llvm (#45380)
fxcoudert May 29, 2022
b6e47d4
csl.mk: use libgcc_s 1.1 on aarch64-darwin (#45504)
fxcoudert May 29, 2022
d6bbed6
Fix zero-length array concatenation validation (#45383)
BioTurboNick Jun 1, 2022
a004142
Fix segfault in `Diagonal` * `OffsetMatrix` (#45548)
jishnub Jun 2, 2022
6f0bfc2
bump Pkg version to latest 1.8
Jun 8, 2022
087ba27
[Profile] `threads` here is wrong to use `nthreads` (#45547)
vtjnash Jun 2, 2022
43df1f4
rename `is_concrete_eval_eligible` utility query to `is_foldable` (#4…
aviatesk Jun 9, 2022
3a2eb39
Revert "codegen: explicitly handle Float16 intrinsics (#45249)" (#45627)
KristofferC Jun 13, 2022
8fd0b2a
AMD Zen 3 CPU support (Fixes #45657) (#45663) (#45667)
LebedevRI Jun 14, 2022
8b2e406
update `@assume_effects`
aviatesk Jun 15, 2022
38b836a
Update LLVM to 13.0.1+1
vchuravy Jun 19, 2022
4acdabe
fixup! Update LLVM to 13.0.1+1
vchuravy Jun 20, 2022
853dff9
fixup! fixup! Update LLVM to 13.0.1+1
vchuravy Jun 20, 2022
67f365c
Improve inference in typejoin (#44390)
timholy Mar 3, 2022
f83a9b3
[1.8] Update LLVM to 13.0.2-2 (#45917)
vchuravy Jul 4, 2022
b97d34a
Report any recompilation in time macro (#45015)
IanButterworth Apr 20, 2022
ad61d03
Add compilation & recompilation time to time_imports macro (#45064)
IanButterworth Apr 28, 2022
0646ce7
loading: prevent module replacement during precompile
vtjnash Jun 30, 2022
89cb6df
loading: add missing deadlock causing #45704
vtjnash Jun 29, 2022
73b37b2
loading: validate all cache files before loading any
vtjnash Jun 29, 2022
0ce21a6
loading: stop corrupting memory all over the place
vtjnash Jun 29, 2022
11cfa4e
Fix llvm powi intrinsic calls in fastmath.jl (#44580)
pchintalapudi Mar 12, 2022
8fcc2dd
fix `tuple_tfunc` on `Union` containing `Type{...}` (#44725)
aviatesk Mar 30, 2022
97c17e0
inference: don't widen `DataType`/`UninAll` to `Type` within `tuple_t…
aviatesk Apr 11, 2022
fbae62d
Pass along backlog keyword argument in Sockets.listen (#45737)
quinnj Jun 19, 2022
0559fa6
Use https for downloading of unicode data from unicode.org (#45750)
ViralBShah Jun 19, 2022
929c48a
Fix libblastrampoline full source build to install into the right loc…
ViralBShah Jun 19, 2022
14be137
Document file descriptors in `run` (#45710)
oscardssmith Jun 21, 2022
5894899
fix obvious_subtype bug with egal objects (#45771)
JeffBezanson Jun 27, 2022
2b6c746
Remove duplicate definition of jl_gc_safepoint (#45120)
fingolfin Jul 1, 2022
7a23871
Backport #45727 and a patch to make it work (#45938)
kpamnany Jul 5, 2022
381eac3
Merge pull request #45491 from JuliaLang/backports-release-1.8
KristofferC Jul 6, 2022
f76e364
Extend `strides` for `ReshapedArray` with strided parent. (#44507)
N5N3 Jul 5, 2022
6768a52
Don't inadvertently export factorization internals via at-deprecate (…
maleadt Jul 5, 2022
3de26de
fix #45903, in place broadcast into a bit-masked bitmatrix (#45904)
mbauman Jul 5, 2022
b42dd12
llvm: add NDEBUG when assertion mode is off
haampie May 24, 2022
0e51af9
Fix integer overflow in `reverse!` (#45871)
jishnub Jun 30, 2022
e3c2c25
Fix doctests after factorization internals unexport. (#45943)
maleadt Jul 6, 2022
c118103
fix freeze on `@threads` loop exit (#45899)
vtjnash Jul 7, 2022
ab36468
union-types: use insertion (stable) sort instead of qsort (#45896)
vtjnash Jul 6, 2022
d4abcaa
Complete size checks in `BLAS.[sy/he]mm!` (#45605)
dkarrasch Jul 7, 2022
477324a
Merge pull request #45946 from JuliaLang/backports-release-1.8
KristofferC Jul 8, 2022
ce5d15e
set VERSION to 1.8.0-rc2 (#45963)
KristofferC Jul 8, 2022
5c5d54a
Update nghttp2 to 1.47.0 (#45408)
fxcoudert May 21, 2022
bf46593
Add channel state checks to reduce exceptions
kpamnany Jul 8, 2022
9f5e58a
Update `Documenter` version, deploy to tarball (#45988)
staticfloat Jul 11, 2022
2d14390
Merge pull request #45986 from JuliaLang/backports-release-1.8
KristofferC Jul 12, 2022
3bcba90
release-1.8: set VERSION to 1.8.0-rc3
KristofferC Jul 12, 2022
33f19bc
Merge pull request #46007 from JuliaLang/kc/1.8.0-rc2
KristofferC Jul 13, 2022
08f12b9
fix convert call in Artifacts.jl (#46040)
KristofferC Jul 14, 2022
78ad6ff
Allow `BUILDKITE_BRANCH` to provide branch name (#46053)
staticfloat Jul 15, 2022
7674873
fixup time_imports news entry
IanButterworth Jul 16, 2022
c8c6cc7
[LibCURL_jll] Update to v7.84 (#45967)
giordano Jul 12, 2022
3dc152b
fix Libc.rand and seed problems (#44432)
vtjnash Apr 7, 2022
6a05297
give finalizers their own RNG state (#45212)
JeffBezanson Jul 14, 2022
6ba1d23
Update LLVM to include additional patches. (#46091)
maleadt Jul 19, 2022
2bb4aec
Unset NDEBUG in analyzers
haampie Jun 9, 2022
dcd915b
Don't segfault when running atexit before jl_threads_init
vchuravy Jun 20, 2022
47cd899
Explicitly test for a failing exit code, do not include signals
staticfloat Jun 20, 2022
9bb9625
Don't call `jl_errorf()` when we're early in bringup
staticfloat Jun 25, 2022
6d7539b
more friendly/useful error for stack overflow in type inference (#44971)
JeffBezanson Apr 15, 2022
d6e8e5d
mark two_mul as consistent (#46022)
oscardssmith Jul 15, 2022
ef18da7
Export jl_is_foreign_type
Jul 20, 2022
54a6806
[nghttp2_jll] Upgrade to v1.48.0 (#45980)
giordano Jul 17, 2022
9fa6b7f
fix #45825, BitArray methods assuming 1-indexing of AbstractArray (#4…
JeffBezanson Jul 18, 2022
bcac3c2
remove examples of time_imports nesting given it was a bug (#46072)
IanButterworth Jul 17, 2022
169567d
Fix fast path for `strides(::ReinterpretArray)` with dense parent. (#…
N5N3 Jul 20, 2022
bfc7e3e
bump Pkg version to latest 1.8
Jul 20, 2022
1549064
Specialize tuple setindex to avoid ntuple-related performance regress…
maleadt Jul 20, 2022
f3bc6bf
Use `max(1, Sys.CPU_THREADS)` BLAS threads for apple `aarch64`. (#46085)
chriselrod Jul 20, 2022
a382f32
Make gcd/lcm effect-free by using LazyString (#44935)
tkf Apr 12, 2022
8dc9f58
Fix return_type model when run in toplevel context (#44670)
Keno Mar 19, 2022
1110f2b
Merge pull request #45299 from JuliaLang/kf/rt_effect_free
Keno May 16, 2022
55eb09d
Merge pull request #45613 from JuliaLang/avi/concretemath
aviatesk Jun 11, 2022
1835d8f
test: allow new concrete-foldability tests to fail (#45670)
aviatesk Jun 15, 2022
2daf1fd
compiler: move effects-related test cases into dedicated file (#45992)
aviatesk Jul 12, 2022
1390613
Merge pull request #45993 from JuliaLang/avi/recursion-effects
aviatesk Jul 12, 2022
1645d1d
Merge pull request #46111 from JuliaLang/avi/correct-consistent
aviatesk Jul 25, 2022
a1937ab
effects: improve tri-state printing
aviatesk Jun 20, 2022
431a5e5
manual fixes, `@invoke` isn't exported on 1.8
aviatesk Jul 25, 2022
843b322
release-1.8: NEWS and README update (#46195)
mgkuhn Jul 28, 2022
9b38226
inference: fix #46207, make sure we never form nested `Conditional` (…
aviatesk Jul 29, 2022
c02b4e1
Fix timev compilation time tracking and add tests (#46100)
IanButterworth Jul 20, 2022
20ef7d9
update Pkg branch & commit
IanButterworth Aug 1, 2022
a9bf474
Prefix Float16 intrinsics
vtjnash Jun 11, 2022
71d062c
Define aliases to FP16 crt in the OJIT
vchuravy Jun 11, 2022
7ff795c
Emit aliases into the system image
vchuravy Jun 12, 2022
4983135
Merge pull request #46110 from JuliaLang/vc/fp16_bb
vchuravy Aug 2, 2022
4b5ea08
improve `cat` inferrability (#45028)
aviatesk Apr 25, 2022
5cd8444
`copyto!` fix for `BitArray`/`AbstractArray`, fixes #25968 (#46161)
N5N3 Jul 25, 2022
2415a14
dump: ensure we generate the whole backedge graph (#46171)
vtjnash Jul 30, 2022
4fa7980
Fix rem2pi for NaN inputs, fixes #32888. (#36420)
mgautam98 Jul 24, 2022
87d89f7
fix rem2pi for non-finite arguments (#46163)
oscardssmith Jul 25, 2022
3e4646d
[LinearAlgebra] Support more env variables to set OpenBLAS threads (#…
giordano Jul 21, 2022
50bbad7
Lazily initialize Profile buffer (#46239)
IanButterworth Aug 6, 2022
f32a5c6
Merge pull request #46075 from JuliaLang/backports-release-1.8
KristofferC Aug 7, 2022
7853436
set VERSION to 1.8.0-rc4 (#46275)
KristofferC Aug 8, 2022
5544a0f
set VERSION to 1.8.0 (#46367)
KristofferC Aug 17, 2022
27890c7
leq for reals falls back to le and eq (#46341)
jishnub Aug 17, 2022
8ed3bc6
backport #46412 to 1.8 (#46417)
oscardssmith Aug 22, 2022
5fed861
[release-1.8] Consistently use `RUNPATH` in our libraries (#46465)
staticfloat Aug 24, 2022
ffe7ea7
[Makefile] Fix codesign of libjulia when installing it on macOS (#44510)
giordano Mar 9, 2022
21a53fb
Change PDF cover font to DejaVu Sans (#45290)
mortenpi May 12, 2022
72b7511
`@kwdef`: handle const and atomic fields (#46276)
IanButterworth Aug 9, 2022
0be7f57
Don't mutate the hashtable with forward edges during final iteration.…
maleadt Aug 17, 2022
9b3a2bb
Fix #41096 and #43082, make sure `env` is restored when typeintersect…
N5N3 Aug 18, 2022
5842378
Fix `@time` compat description (#46416)
MasonProtter Aug 22, 2022
bc457f6
Fix `deepcopy` for `Base.GenericCondition` (#46406)
DilumAluthge Aug 22, 2022
0830823
Fix multiplication of `AbstractQ`s (#46237)
dkarrasch Aug 22, 2022
0aa5201
Fix 3-arg `dot` for 1x1 structured matrices (#46473)
dkarrasch Aug 25, 2022
3053b47
`@noinline` `exp` by default. (#46359)
oscardssmith Aug 22, 2022
ad8ca94
Handle `PhiNode` with `edge==0` (#46388)
martinholters Aug 18, 2022
29c76db
Properly declare alloca alignment (#46368)
Keno Aug 16, 2022
a239589
fix bug when error is infinite (#46436)
oscardssmith Aug 26, 2022
99b466b
Fix ordering of headers so `#define _GNU_SOURCE` comes first (#46183)
akirakyle Aug 26, 2022
c65611a
Fix union!(s::BitSet, r::AbstractUnitRange{<:Integer}) when two range…
metab0t Aug 29, 2022
5d03fcd
inference: revive `CachedMethodTable` mechanism
aviatesk Aug 29, 2022
bb94590
fix invalidations in logging (#46481)
ranocha Aug 26, 2022
8bc5c9a
fix type instability/invalidations from `nextind` (#46489)
ranocha Aug 26, 2022
9db7f85
Use Documenter 0.27.23 (#46516)
mortenpi Aug 29, 2022
a462c5a
Docs: Remove static scheduling warning (#46519)
jakobnissen Aug 29, 2022
598b019
fix invalidations for Dicts from Static.jl (#46490)
ranocha Aug 29, 2022
9787fa5
fix invalidations of REPL from HDF5.jl (#46486)
ranocha Aug 29, 2022
0d42d02
fix invalidations in sort! from Static.jl (#46491)
ranocha Aug 29, 2022
9efb6c4
fix invalidations in REPLCompletions from Static.jl (#46494)
ranocha Aug 30, 2022
98efbdf
Enhance `StringIndexError` display (correct escaping) (#46039)
Rratic Aug 30, 2022
8421c03
Improve `foldl`'s stability on nested Iterators (#45789)
N5N3 Jun 28, 2022
b10b1dd
avoid one invalidation of `isinf` when loading Static.jl (#46493)
ranocha Aug 30, 2022
f2ed5c3
bump to latest Pkg release-1.8
KristofferC Aug 30, 2022
d68417f
fix invalidations in REPL LineEdit.jl from Static.jl (#46548)
ranocha Aug 31, 2022
173f336
fix another invalidation from Static.jl (#46546)
ranocha Aug 31, 2022
46ba16a
Merge pull request #46376 from JuliaLang/backports-release-1.8
KristofferC Sep 1, 2022
afb6c60
set VERSION to 1.8.1 (#46638)
KristofferC Sep 6, 2022
d174fd4
docs: print extra information when deploying (#46030)
mortenpi Jul 14, 2022
f21aea0
Improve type stability of `platforms_match(::AbstractPlatform, ::Abst…
ranocha Aug 31, 2022
89facae
Improve inference in REPL LineEdit.jl `getEntry` (#46550)
ranocha Aug 31, 2022
53a7c00
Improve inferrability of `open(f, cmd, ...)` (#46551)
ranocha Aug 31, 2022
056e260
Deploy release-* branch docs too (#46618)
mortenpi Sep 5, 2022
3761fd3
add warning for function declaration with undefined static parameter …
vtjnash Sep 6, 2022
e0a820e
avoid inferring when compilation signature differs from call site sig…
vtjnash Sep 2, 2022
16a7aac
For Julia 1.8.x, `Tar` should track the `release-1.10` branch of the …
DilumAluthge Sep 13, 2022
9f2d553
inference: concretize `invoke` callsite correctly (#46743)
aviatesk Sep 14, 2022
6e4cf29
Remove contradictory inline annotations (#46767)
oscardssmith Sep 15, 2022
a233e3e
bump the Tar stdlib from 0f8a73d to c9e7185 for Julia 1.8 (#46758)
ranocha Sep 15, 2022
237c92d
Improve dispatch of `findall(testf::F, A::AbstractArray)` (#46553)
ranocha Sep 6, 2022
3fa8073
fix issue #46665, `prod(::Array{BigInt})` (#46667)
rfourquet Sep 7, 2022
2aaded9
fix invalidations from loading ArrayInterface.jl (#46673)
ranocha Sep 11, 2022
3d8b92f
improve type stability of `lt(p::Perm, a::Integer, b::Integer)` (#46732)
ranocha Sep 13, 2022
9d593ce
improve type stability of `process_overrides(artifact_dict::Dict, pkk…
ranocha Sep 14, 2022
85ecb8e
fix invalidations from loading Static.jl (#46761)
ranocha Sep 15, 2022
02af18b
improvements to constant values in IR (#45173)
JeffBezanson Aug 17, 2022
22d1000
LibGit2: correct regex for credential helpers (#46597)
barucden Sep 6, 2022
ab67e93
improve type stability of `tail/front(::NamedTuple)` (#46762)
ranocha Sep 15, 2022
7955e8a
Also merge var with unchanged bounds. (#46757)
N5N3 Sep 15, 2022
83f2ae8
CI (`Create Buildbot Statuses`): remove `tester_macos64` from the lis…
DilumAluthge Apr 9, 2022
b1e7cac
CI (`Create Buildbot Statuses`): remove `tester_linux32` from the lis…
DilumAluthge Apr 21, 2022
b69fa6a
doc: guard release branch regex with ^...$ (#46647)
mortenpi Sep 16, 2022
b6883b0
Fix `mapreduce` on `AdjOrTrans` (#46605)
SobhanMP Sep 16, 2022
cc2b7c5
Make the "system image too large" error message more descriptive (#46…
DilumAluthge Sep 16, 2022
d336126
Support LibGit2 ABI for 1.4.0 and later
fxcoudert Sep 16, 2022
80fda11
tcp: re-enable half-duplex operation support (#46088)
vtjnash Jul 25, 2022
86d0354
libuv: bump version to v2-1.44.2 (#46086)
vtjnash Aug 5, 2022
b79226e
inference: make `limit::Int` as a caching key of `CachedMethodTable` …
aviatesk Sep 17, 2022
5b365e5
Fix a bug accidentally introduced by 43453 (#46816)
kpamnany Sep 17, 2022
6bfa51f
Expose constrained memory limits and have the GC use them (#46796)
maleadt Sep 20, 2022
39ae07c
set number of openblas threads to 1 while precompiling (#46792)
KristofferC Sep 20, 2022
285b75c
update to latest Pkg 1.8
Sep 21, 2022
4e8ce61
Merge pull request #46663 from JuliaLang/backports-release-1.8
KristofferC Sep 21, 2022
36034ab
Set VERSION to 1.8.2 (#46956)
ararslan Sep 29, 2022
3df0212
version-rai.patch
kpamnany Dec 9, 2022
e36fbf0
jl-pool-alloc.patch
kpamnany Dec 9, 2022
9580648
44215.patch
kpamnany Dec 9, 2022
70742d1
44350.patch
kpamnany Dec 9, 2022
a4014be
45191.patch
kpamnany Dec 9, 2022
2d247e8
45110.patch
kpamnany Dec 9, 2022
6a15e70
47402.patch (edited)
kpamnany Dec 9, 2022
3103690
47419.patch
kpamnany Dec 9, 2022
468e659
44653.patch (edited)
kpamnany Dec 9, 2022
e74a087
44542.patch
kpamnany Dec 9, 2022
e6a6b3e
44721.patch
kpamnany Dec 9, 2022
b0d873f
task-priority.patch
kpamnany Dec 9, 2022
87ccc48
42340.patch (edited)
kpamnany Dec 9, 2022
4221662
44747.patch
kpamnany Dec 9, 2022
0db279d
42302.patch (edited)
kpamnany Dec 9, 2022
3edd37b
total-ttsp.patch
kpamnany Dec 9, 2022
2ad1e59
46862.patch (edited)
kpamnany Dec 9, 2022
6493ddc
47300.patch (edited)
kpamnany Dec 9, 2022
6d48962
47320.patch
kpamnany Dec 9, 2022
1827685
47217.patch
kpamnany Dec 9, 2022
3547723
47615.patch (snapshot) (edited)
kpamnany Dec 9, 2022
e26a9e3
44788.patch
kpamnany Dec 10, 2022
31599d4
47933.patch (#3)
NHDaly Jan 2, 2023
a49a909
48660.patch
d-netto Mar 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .buildkite-external-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main
7 changes: 0 additions & 7 deletions .buildkite/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions .buildkite/cryptic_repo_keys/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .buildkite/cryptic_repo_keys/README.md

This file was deleted.

Binary file removed .buildkite/cryptic_repo_keys/repo_key.2297e5e7
Binary file not shown.
22 changes: 0 additions & 22 deletions .buildkite/pipelines/experimental/0_webui.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .buildkite/pipelines/experimental/README.md

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions .buildkite/pipelines/main/0_webui.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .buildkite/pipelines/main/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions .buildkite/pipelines/main/launch_unsigned_builders.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .buildkite/pipelines/main/misc/doctest.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .buildkite/pipelines/main/misc/embedding.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .buildkite/pipelines/main/misc/llvmpasses.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .buildkite/pipelines/main/misc/sanitizers.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .buildkite/pipelines/main/misc/signed_pipeline_test.yml

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions .buildkite/pipelines/main/misc/whitespace.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .buildkite/pipelines/main/platforms/package_linux.arches

This file was deleted.

Loading