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

inference: ensure inferring reachable code methods (#57088)

год назад
docs

Add compat entry for `Base.donotdelete` (#55773)

2 года назад
ryu

fix type-stability bugs in Ryu code (#52781)

3 года назад
special

fix `exp(weirdNaN)` (#56784)

2 года назад
strings

fix Unicode.julia_chartransform for Julia 1.10 (#52027)

3 года назад
.gitignore

Enable JuliaSyntax.jl as the defult parser

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

LazyString in interpolated error messages involving types (#54737)

2 года назад
Makefile

Allow libquadmath to also fail as it is not available on all systems (#54605)

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

LazyString in interpolated error messages involving types (#54737)

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

add Slices array type for eachslice/eachrow/eachcol (#32310)

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

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

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

Add docstrings for `conj`, `real` and `imag` on arrays (#42301)

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

replace tabs with spaces and fix indentation

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

add missing wait during Timer and AsyncCondition close (#51847)

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

convert some equalities to symbols to use === rather than == (#45941)

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

Force inference of `convert(::Type{T}, ::T) where T` via typeasserts (#46573)

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

[BinaryPlatforms] Parse `rc64`/`riscv64` triplets

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

fix `bit_map!` with aliasing (#50781)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

More info on nor(x, y) (#46505)

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

permit NamedTuple{<:Any, Union{}} to be created (#53516)

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

broadcast: use recursion rather than ntuple to map over a tuple (#51154)

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

LazyString in interpolated error messages involving types (#54737)

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

Improve inference for paths leading to `similar` (#37163)

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

channels: fix memory ordering violation in iterate (#52407)

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

typeassert `get` from `IOContext` (#46828)

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

Apply the patch provided in #46640 for typos (#46641)

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

Fix shell `cd` error when working dir has been deleted (#41244)

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

mention `Cmd(::Vector{String})` in `Cmd` docstring (#49684)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

Add aliasing warnings to docstrings for mutating functions in Base (#50824)

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

simplify complex atanh and remove singularity perturbation (#55268)

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

annotate type of Task.queue field (#48420)

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

add type annotations for non-constant Base globals (#44166)

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

Revert "build: cleanup base files inclusion (#45441)" (#46420)

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

Reference all the numbers (#22107)

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

add `nospecialize` to deepcopy entry point (#46692)

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

ensure the path regexes will accept all valid paths (#48686)

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

reset `maxprobe` on `empty!` (#51595)

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

Fix rounding edge cases on `cld`, `fld`, and `rem` (#45910)

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

Base.download: remove DOWNLOAD_HOOKS mechanism (#38818)

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

use a Dict instead of an IdDict for caching of the `cwstring` for Windows env variables (#52758)

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

Remove dead code in Base.retry (#47718)

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

Limit type-printing in MethodError (#50809)

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

Widen diagonal var during `Type` unwrapping in `instanceof_tfunc` (#52228)

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

convert some equalities to symbols to use === rather than == (#45941)

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

Atomic pointer operations APIs (#49811)

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

backport 1.10: fix handling of unknown setting in `@constprop`, fix error message (#57320)

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

Remove broken conversion of `@fastmath x[i] += 1` (#50347)

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

Avoid race conditions with recursive rm (#50842)

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

read(io, Char): fix read with too many leading ones (#50552)

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

Fix edge cases where inexact conversions to UInt don't throw (#51095)

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

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

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

Add Base.in_finalizer query

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

add typemap filtering option for Union{}

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

More `hash` optimization (#50041)

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

update `hash` doc string: `widen` not required any more (#55867)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

add some unnecessary MethodError restrictions for Type (#43087)

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

LazyString in interpolated error messages involving types (#54737)

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

docs: add notes about scratchspaces in depot (#52367)

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

Fix `top_set_bit` docstring and use it in more places (#48201)

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

LazyString in interpolated error messages involving types (#54737)

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

Make write(IO, Char) actually return the amount of printed bytes instead of the attempted written bytes. (#56980)

год назад
iobuffer.jl

do lazy reallocation after take!(iobuffer) (#48676)

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

fall back to slower stat filesize if optimized filesize fails (#55641)

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

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

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

LazyString in interpolated error messages involving types (#54737)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

docs: mark `locations` in `Libdl.find_library` as optional (#48193)

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

Add lock around uv_unref during init (#51236)

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

rename InvasiveLinkedList to IntrusiveLinkedList

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

Set storage class of julia globals to dllimport on windows to avoid auto-import weirdness (#54572)

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

Add preference for version named manifest files (#43845) (#56600)

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

Some touchups to Task docs (#49682)

3 года назад
locks-mt.jl

Use isb for normal cpu pause on aarch64 (#49481)

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

make custom log macros work (#52359)

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

Remove weird Rational dispatch and add pi functions to list (#50850)

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

Extend `Base.rationalize` instead of defining new function (#56793)

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

Miscellaneous `Meta.partially_inline!` fixes (#56813)

год назад
methodshow.jl

Fix `show` for `MethodList` when methods are from another module (#52354)

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

missing: improve effects for some missing operations (#50080)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

LazyString in interpolated error messages involving types (#54737)

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

Returns -> Return (#47341)

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

Do not use `widen` for 128-bit ints in `MultiplicativeInverses` (#47995)

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

Subtype: bug fix for bounds with deeper covariant var (#50832)

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

effects: taint `:consistent`-cy on `:inbounds` and `:boundscheck` exprs

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

add typemap filtering option for Union{}

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

rework on `src.slottypes` and `ir.argtypes` (#49113)

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

Improve documentation of sort-related functions (#48387)

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

implement concurrent sweeping (#48969)

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

Improve documentation of sort-related functions (#48387)

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

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

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

ensure all `isequal` methods to be inferred to return `Bool` (#49800)

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

LazyString in interpolated error messages involving types (#54737)

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

Separate foreign threads into a :foreign threadpool (#50912)

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

ensure the path regexes will accept all valid paths (#48686)

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

threading: support more than nthreads at runtime

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

Improve `isassigned` implementation (#49827)

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

whitespace: end text files with single newlines

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

Atomic pointer operations APIs (#49811)

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

Handle `ProcessChain` in open(f, cmd, ..) (#49166)

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

add typemap filtering option for Union{}

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

Fix typo in range display (#51832)

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

LazyString in interpolated error messages involving types (#54737)

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

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

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

Fix indexing in _mapreducedim for OffsetArrays (#55506)

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

Fix `show` for `MethodList` when methods are from another module (#52354)

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

Add Libc methods for memmove/memcpy/memset/memcmp (#49550)

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

Throw an error if trying to access unassigned data in Base.RefValue (#45829)

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

xref and doctest for regexmatch and occursin (#49911)

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

LazyString in reinterpretarray error messages (#54704)

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

Fix linear indexing for ReshapedArray if the parent has offset axes (#41232)

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

Round from zero support for non-BigFloats (#41246)

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

add docs for `Base.shred!` (#50032)

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

ensure the path regexes will accept all valid paths (#48686)

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

[REPL] fix computation of startpos for path completions (#52009)

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

avoid overflowing show for OffsetArrays around typemax (#55303)

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

Change SIMD Loop from Fast to only reassoc/contract (#49405)

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

make Tuple{Union{}} unconstructable (#49111)

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

add typemap filtering option for Union{}

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

LazyString in interpolated error messages involving types (#54737)

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

Revert inlined method signature stacktrace lookup code (#52754)

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

Revert "Add mutating `stat!` function for non-allocating filesystem `stat`" (#50323)

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

set MAX_OS_WRITE on unix (#54233)

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

LazyString in interpolated error messages involving types (#54737)

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

Cleanup: Use `issingletontype` consistently (#47618)

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

cleanup: some fixes from effort to break up monolithic sysimg build (#49953)

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

Fix typo in `Sys.total_memory` docstring. (#53301)

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

add sticky task warning to `@task` and `schedule` (#54815)

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

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

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

Try to fix incorrect documentation of `nthreads` (#53117)

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

threading: support more than nthreads at runtime

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

Update docs to use `Threads.threadpoolsize` instead `Base.threadpoolsize` (#47243)

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

move time_imports and trace_* macros to Base but remain owned by InteractiveUtils (#56276)

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

Allow tab after key name in TOML.parse (#51622)

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

add typemap filtering option for Union{}

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

whitespace: end text files with single newlines

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

LazyString in interpolated error messages involving types (#54737)

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

Make ranges more robust with unsigned indexes. (#50823)

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

More helpful error message for empty `cpu_target` in `Base.julia_cmd` (#52217)

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

improve hashing performance for uuid (#40879)

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

typeassert `get` from `IOContext` (#46828)

4 года назад
version_git.sh

base/versions_git.sh fix when GNU date is present on BSD systems (#49184)

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

Audit some more @assert usage in base (#31944)

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

Micro-optimization in WeakKeyDict constructor (#49690)

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