/
githubmirror
/
julia
ОбзорДокументацияВойти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
julia/
test/
..
RelocationTestPkg1

Add `track_content` option to allow hashing of `include_dependency`s (#51798)

3 года назад
RelocationTestPkg2

RFC: Make `include_dependency(path; track_content=true)` the default (#54965)

2 года назад
RelocationTestPkg3

Add `track_content` option to allow hashing of `include_dependency`s (#51798)

3 года назад
RelocationTestPkg4

Avoid repeated precompilation when loading from non-relocatable cachefiles (#53905)

2 года назад
TestPkg

also set the version in `pkgorigins` (#44318)

4 года назад
clangsa

make just one MethodTable (#58131)

год назад
depot

loading: make __precompile__ the default (#26991)

8 лет назад
embedding

Handle `waitpid` race condition when `SIGCHLD` is set to `SIG_IGN` (#57241)

2 года назад
gc

Switch a bunch of 2-space tabs to 4-space tabs [NFC] (#54198)

2 года назад
gcext

Default to 1 interactive thread (#57087)

2 года назад
llvmpasses

codegen: mark write barrier field load as volatile (#59559)

год назад
manifest

Add support for new Manifest.toml format during code load (#40765)

5 лет назад
netload

rename uninitialized to undef (#26316)

8 лет назад
project

Fix `--project=@script` when outside script directory (#56351)

год назад
strings

Add a `similar` method for `Type{<:CodeUnits}` (#57826)

год назад
testhelpers

Specialize `one` for the `SizedArray` test helper (#58209)

год назад
trimming

Disable broken trimming `mapreduce` test

год назад
unicode

Change iteration protocol

8 лет назад
.gitignore

Avoid repeated precompilation when loading from non-relocatable cachefiles (#53905)

2 года назад
Makefile

Make trimming tests work in an out-of-tree build. (#58340)

год назад
abstractarray.jl

Add offset in `hvncat` dimension calculation to fix issue with 0-length elements in first dimension (#58881)

год назад
ambiguous.jl

stored method interference graph (#58948)

год назад
arrayops.jl

improve inferred effects for `reshape` for `Array` (#58672)

год назад
asyncmap.jl

fully normalize `x == ::Symbol` to `x === ::Symbol` (#45944)

4 года назад
atexit.jl

make threaded exit and cache file loading safer by pausing other threads (#55105)

2 года назад
atomics.jl

add array element mutex offset in print and gc (#58997)

год назад
backtrace.jl

Move Core.Compiler into Base

2 года назад
binaryplatforms.jl

[BinaryPlatforms] Change "shortest match" algorithm to "best match"

3 года назад
bitarray.jl

remove LinearAlgebra specific bitarray tests since they have moved to the external LinearAlgebra.jl repo (#56800)

2 года назад
bitset.jl

Simplify error handling in BitSet (#47732)

3 года назад
boundscheck.jl

fix boundscheck tests

4 года назад
boundscheck_exec.jl

make `@allocated x = f(...)` work as before

год назад
broadcast.jl

broadcast: align `ndims` implementation with intent behind code (#56999)

2 года назад
buildkitetestjson.jl

Buildkite Test Engine: fix JSON comma separate bug (#56588)

2 года назад
cartesian.jl

Revert "Define `in` for `CartesianIndex` ranges (#58616)"

год назад
ccall.jl

Fix assume effects handling for gc_safe (#59557)

год назад
channel_threadpool.jl

Capture/silence some noisy test warnings (#57111)

2 года назад
channels.jl

Revert "Scheduler: Use a "scheduler" task for thread sleep (#57544)"

год назад
char.jl

Few more tests for AbstractChar (#56249)

2 года назад
checked.jl

Skip some stock GC-specific tests when using MMTk (#57104)

2 года назад
choosetests.jl

make `choosetests` find the test files for devved stdlibs (#56558)

2 года назад
client.jl

make UndefVarError messages more precise and informative (#51979)

3 года назад
cmdlineargs.jl

If the user explicitly asked for 1 thread don't add an interactive one. (#57454)

год назад
combinatorics.jl

improve effects of `factorial` (#54320)

2 года назад
compileall.jl

Fix OncePerThread issue when building a sysimage using the current sysimage (#57656)

год назад
complex.jl

simplify complex atanh and remove singularity perturbation (#55268)

2 года назад
copy.jl

fix deepcopy for non-trivial circular references (#56990)

2 года назад
core.jl

fix some crashy behavior of `invoke` with builtins (#59451)

год назад
corelogging.jl

Add try/catch around handle_message() to catch errors during logging. (#57004)

2 года назад
deprecation_exec.jl

Make world-age increments explicit (#56509)

2 года назад
dict.jl

dict docs: document that ordering of keys/values/pairs match iterate (#56842)

2 года назад
docs.jl

bpart: Fully switch to partitioned semantics (#57253)

2 года назад
download.jl

deprecate Base.download in favor of Downloads.download (#37611)

6 лет назад
download_exec.jl

Base.download: remove DOWNLOAD_HOOKS mechanism (#38818)

6 лет назад
enums.jl

Enum: fix stackoverflow in `hash` for custom enum subtypes introduced in #49777 (#49964)

3 года назад
env.jl

get_bool_env: add method with a lazy default option. Add kwarg to throw (#52950)

3 года назад
error.jl

Make world-age increments explicit (#56509)

2 года назад
errorshow.jl

Use type wrapper directly rather than typename in `FieldError` (#58507)

год назад
euler.jl

Replace most occurances of http with https when the https url is valid (#52566)

3 года назад
exceptions.jl

lowering: split `finally` blocks for exceptional control-flow (#55876)

2 года назад
fastmath.jl

Fix typo in >= 3 arg fastmath method (#54630)

2 года назад
file.jl

improve type stability of `stat` (#58212)

год назад
filesystem.jl

Make `mv` more atomic by trying rename before deleting `dst` (#55384)

2 года назад
float16.jl

Fix `unsafe_trunc` test for `NaN16` (#56630)

2 года назад
floatapprox.jl

Testsets for test/floatapprox (#23864)

9 лет назад
floatfuncs.jl

Fix some corner cases of `isapprox` with unsigned integers (#55828)

2 года назад
functional.jl

Create `Base.Fix` as general `Fix1`/`Fix2` for partially-applied functions (#54653)

2 года назад
gc.jl

Skip some stock GC-specific tests when using MMTk (#57104)

2 года назад
generic_map_tests.jl

Use `===` to compare with `nothing` in tests (#55563)

2 года назад
gmp.jl

remove unused Base.GMP.MPZ.import! and test Base.GMP.MPZ.export! (#56903)

2 года назад
goto.jl

lowering: preserve line numbers over julia-expand-macroscope pass (#44995)

3 года назад
hashing.jl

check that hashing of types does not foreigncall (`jl_type_hash` is concrete evaluated) (#58401)

год назад
int.jl

fix `mod` for mixes of `Signed` and `Unsigned` (#57853)

год назад
interpreter.jl

Move `compiler` tests to `Compiler` package (#56522)

2 года назад
intfuncs.jl

fix `nextpow`, `prevpow` for types without `typemax` (#49669)

год назад
intrinsics.jl

Make remaining float intrinsics require float arguments (#57398)

год назад
iobuffer.jl

Fix `IOBuffer` `skip` regression (#57963)

год назад
iostream.jl

Fix `fd(::IOStream)` returning an integer (#55080)

2 года назад
iterators.jl

iterator: improve type inference for `Filter` (#59142)

год назад
keywordargs.jl

Expand kwcall lowering positional default check to vararg

3 года назад
llvmcall.jl

staticdata: remove `reinit_ccallable`

год назад
llvmcall2.jl

codegen: ensure i1 bool is widened to i8 before storing (#52189)

3 года назад
loading.jl

better behaved loading errors (#57727)

год назад
math.jl

"improve" allocations macro with more functions (#58057)

год назад
meta.jl

Consolidate various isdefined functionality into a new builtin (#56985)

2 года назад
misc.jl

make `@allocated x = f(...)` work as before

год назад
missing.jl

Improve error message for `which(fn, types)` (#47369)

3 года назад
mod2pi.jl

Replace most occurances of http with https when the https url is valid (#52566)

3 года назад
mpfr.jl

cconvert(Ref{BigFloat}, x) should return BigFloatData (#57367)

год назад
namedtuple.jl

Make `haskey(::@Kwargs{item::Bool}, :item)` constant-fold (#59320)

год назад
numbers.jl

fix infinite recursion in `promote_type` for `Irrational` (#55870)

2 года назад
offsetarray.jl

Accept more general Integer sizes in reshape (#55521)

2 года назад
opaque_closure.jl

Fix lowering failure with type parameter in opaque closure (#58307)

год назад
operators.jl

Move `compiler` tests to `Compiler` package (#56522)

2 года назад
ordering.jl

add tests for undocumented symbols (#52723)

3 года назад
osutils.jl

base: add `Sys.detectwsl()` (#57069)

2 года назад
parse.jl

fix unicode indexing in parse(Complex, string) (#51758)

3 года назад
path.jl

base: add `Sys.detectwsl()` (#57069)

2 года назад
precompile.jl

Clarify and enhance confusing precompile test (#59170)

год назад
precompile_absint1.jl

Make Compiler tests runnable as package (#56632)

2 года назад
precompile_absint2.jl

Make Compiler tests runnable as package (#56632)

2 года назад
precompile_utils.jl

enhance the effectiveness of the test cases introduced in #53300 (#53478)

2 года назад
print_process_affinity.jl

Add `setcpuaffinity(cmd, cpus)` for setting CPU affinity of subprocesses (#42469)

5 лет назад
profile_spawnmany_exec.jl

Make profiling more robust with many tasks (#42978)

5 лет назад
ranges.jl

Specialize common reductions for ranges with `init` specified (#56896)

2 года назад
rational.jl

Multi-argument `gcdx(a, b, c...)` (#55935)

2 года назад
read.jl

stream: fix reading LibuvStream into array (#56092)

2 года назад
rebinding.jl

bpart: Fix reresolution logic on export value changes (#59368)

год назад
reduce.jl

Remove bugged and typically slower `minimum`/`maximum` method (#58267)

год назад
reducedim.jl

mapreduce: don't inbounds unknown functions (#55329)

2 года назад
reflection.jl

make just one MethodTable (#58131)

год назад
regex.jl

Use `===` to compare with `nothing` in tests (#55563)

2 года назад
reinterpretarray.jl

fix trailing indices stackoverflow in reinterpreted array (#58293)

год назад
relocatedepot.jl

relocation: account for trailing path separator in depot paths (#55355)

2 года назад
rounding.jl

fix rounding mode in construction of `BigFloat` from pi (#55911)

2 года назад
runtests.jl

Add a long running warn to Base.runtests (#59288)

год назад
ryu.jl

Loosen type restriction on `Ryu.writeshortest` (#57172)

2 года назад
scopedvalues.jl

interpreter: pop GC frames when leaving multiple `:enter` blocks (#57186)

2 года назад
secretbuffer.jl

Allowing disabling the default prompt suffix in `Base.getpass()` (#53614)

2 года назад
sets.jl

Missing tests for IdSet (#56258)

2 года назад
show.jl

Make `haskey(::@Kwargs{item::Bool}, :item)` constant-fold (#59320)

год назад
simdloop.jl

no LoadError wrapper in macroexpand errors (#38379)

5 лет назад
smallarrayshrink.jl

Introduce sizehint!(s, n; shrink = true) to controll shrinkage (#51929)

3 года назад
some.jl

Use `===` to compare with `nothing` in tests (#55563)

2 года назад
sorting.jl

Only apply Base.Sort.SubArrayOptimization when iszero(v.offset1) (#59572)

год назад
spawn.jl

Update readlines(::Cmd) test to not rely on the filesystem (#58607)

год назад
specificity.jl

specificity: ensure fast-path in `sub/eq_msp` handle missing `UnionAll` wrapper correctly. (#54736)

2 года назад
stack_overflow.jl

Move test of stackoverflow with close(::Channel) to stack_overflow.jl (#49702)

3 года назад
stacktraces.jl

Log a backtrace on entrance to type inference (#58124)

год назад
staged.jl

fix generated_body_to_codeinfo to avoid `string` (which is not always defined) (#57925)

год назад
stress.jl

Add Base.exit_on_sigint to wrap jl_exit_on_sigint (#29411)

6 лет назад
stress_fd_exec.jl

add license to top of new files

6 лет назад
subarray.jl

Revert "Avoid allocations in views of views (#53231)" (#57044)

2 года назад
subtype.jl

Subtype: enable more Tuple related fast path. (#58196)

год назад
syntax.jl

Fix desugaring of `const x::T = y` for complex `y` (#59155)

год назад
sysinfo.jl

Update test/sysinfo.jl

3 года назад
terminfo.jl

Add user-aliases to TermInfo

2 года назад
test_exec.jl

move Test from Base to stdlib

9 лет назад
test_sourcepath.jl

task: drop parent and module references (#29483)

8 лет назад
testdefs.jl

Use `===` to compare with `nothing` in tests (#55563)

2 года назад
testenv.jl

Make precompile files relocatable (#49866)

3 года назад
threadpool_latency.jl

Add threadpool support to runtime

4 года назад
threadpool_use.jl

Add option to use `@spawn :samepool` for using the same threadpool as the caller (#57109)

2 года назад
threads.jl

OncePerX: Improve initializer type for DataType constructors (#58265)

год назад
threads_exec.jl

avoid overflow on functionality to print backtrace of safepoint straggler (#57579)

год назад
triplequote.jl

fix #34105, unescape triple-quoted strings after dedenting (#35001)

6 лет назад
tuple.jl

ntuple: ensure eltype is always `Int` (#55901)

2 года назад
vecelement.jl

Make Memory{T} respect the max alignment of the heap (#53748)

2 года назад
version.jl

Document the fields of `VersionNumber` (#50179)

3 года назад
worlds.jl

rename `GlobalMethods` to `methodtable` :bike: :house: (#59158)

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©