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

make just one MethodTable (#58131)

год назад
logging

`CoreLogging`: prevent some `Annotated*`-related instability (#59467)

10 месяцев назад
ryu

inform compiler about local variable definedness (#58778)

год назад
special

fix `exp(weirdNaN)` (#56784)

2 года назад
strings

Apply an inference barrier to annot printstyled (#59596)

год назад
.gitignore

Enable JuliaSyntax.jl as the defult parser

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

move `REPL/src/Terminals.jl` into Base to work around significant invalidations from it (#59590)

год назад
Base_compiler.jl

make just one MethodTable (#58131)

год назад
Enums.jl

fix overlapping definitions of `Base.active_module` and `REPL.active_module` (#55316)

2 года назад
Makefile

build: fix makefile rules and windows path separator used in build (#57472)

год назад
Terminals.jl

move `REPL/src/Terminals.jl` into Base to work around significant invalidations from it (#59590)

год назад
abstractarray.jl

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

год назад
abstractarraymath.jl

Tighten typechecking in `repeat` to match what's documented (#55444)

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

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

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

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

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

Narrow `@inbounds` annotations in `accumulate.jl` to only indexing calls (#58200)

год назад
anyall.jl

Compiler.jl: use `Base.[all|any]` instead of `Compiler`'s own versions (#56851)

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

array: avoid overallocation when inserting at beginning of empty arrays (#59717)

10 месяцев назад
arraymath.jl

fix zero-dimensional `reverse!` (#58086)

год назад
arrayshow.jl

Add ABIOverride type for def field (#56555)

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

Add `Timer` args to struct and add show method (#57081)

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

Minor documentation updates (#56883)

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

Switch LLVM codegen of Ptr{T} to an actual pointer type. (#53687)

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

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

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

run custom platform comparison strategies in the latest world (#59832)

10 месяцев назад
bitarray.jl

remove top-level branches checking for Base (#56507)

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

add sizehint! for `first` and make append!/prepend! safer (#51903)

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

Add explicit imports for types and fix bugs (#57302)

год назад
boot.jl

Align interpreter and codegen error behavior of setglobal! and friends (#59766)

10 месяцев назад
broadcast.jl

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

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

Fix assume effects handling for gc_safe (#59557)

год назад
cartesian.jl

Prefer `# Examples` in docstrings (#53276)

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

doc: cross-reference `bind` in `Channel` method doc string (#58113)

год назад
char.jl

Add explicit imports for types and fix bugs (#57302)

год назад
checked.jl

Add `Base.checked_pow(x,y)` to `Base.Checked` library (#52849)

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

Make current_terminfo a OncePerProcess (#58854)

год назад
cmd.jl

`Base`: `macro cmd`: restrict argument to `String` (#57862)

год назад
cmem.jl

implement Memory{T} as a new backend for Array{T} (#51319)

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

improve effects of `factorial` (#54320)

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

Avoid promotion in `muladd` involving unitful `Furlong` (#56886)

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

Add `Experimental.wait_with_timeout` (#57148)

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

Avoid some allocations in various `println` methods (#56308)

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

Add explicit imports for types and fix bugs (#57302)

год назад
cpuid.jl

Initial support for RISC-V (#56105)

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

Use a single Float16 ABI. (#51666)

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

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

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

add back `to_power_type` to `deprecated.jl` since some packages call it (#58886)

год назад
dict.jl

optimizer: do not delete statements that may not `:terminate` (#52999)

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

Improve floating-point Euclidean division for Float16 and Float32 (#49637)

10 месяцев назад
download.jl

Base.download: remove DOWNLOAD_HOOKS mechanism (#38818)

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

Fix some typos in docstrings and comments (#53368)

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

Add `_assert_to_string` indirection for `Expr`-evaluated `@assert` (#59298)

год назад
errorshow.jl

Align interpreter and codegen error behavior of setglobal! and friends (#59766)

10 месяцев назад
essentials.jl

specialize show of `:` to make `reshape` trimmable (#59598)

10 месяцев назад
experimental.jl

improve compile-ability of method errors (#59709)

10 месяцев назад
exports.jl

Only implicitly `using` Base, not Core (#57357)

год назад
expr.jl

Strengthen language around `@assume_effects` :consistent (#58254)

год назад
fastmath.jl

force inline `pow_fast` (#59824)

10 месяцев назад
file.jl

Change delayed delete mechanism to prevent cross-drive mv failure for in-use DLL (#59635)

10 месяцев назад
filesystem.jl

improve type stability of `stat` (#58212)

год назад
float.jl

[internals] add time metrics for every CodeInstance (#57074)

год назад
floatfuncs.jl

minor fma cleanup (#57041)

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

Make Compiler an independent package

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

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

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

relax dispatch for the `IteratorSize` method for `Generator` (#58110)

год назад
genericmemory.jl

simplify and slightly improve memorynew inference (#56857)

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

Add explicit imports for types and fix bugs (#57302)

год назад
hamt.jl

Add explicit imports for types and fix bugs (#57302)

год назад
hashing.jl

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

год назад
iddict.jl

Remove unreachable error branch in memset calls (and in repeat) (#55985)

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

docs(compat): Add missing compat admonition to IdSet docstring (#59290)

год назад
indices.jl

Specialize 2-arg `show` for `LinearIndices` (#56482)

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

Make `Base.disable_library_threading_hooks` ephemeral to the process (#59232)

год назад
int.jl

Revert "remove hand-coded methods for (U)Int128 on 32 bit systems (#53867)" (#59211)

год назад
intfuncs.jl

fix `powermod` correctness on unsigned power of half typemax (#59680)

10 месяцев назад
invalidation.jl

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

год назад
io.jl

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

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

iobuffer: fix overflow OOB read/write bugs (#59728)

10 месяцев назад
iostream.jl

Implement Base.fd() for TCPSocket, UDPSocket, and TCPServer (#53721)

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

don't mutate globals when constructing `Rational` from `AbstractIrrational` (#55853)

год назад
iterators.jl

fix performance of ProductIterator for non-concrete iterators (#59711)

10 месяцев назад
libc.jl

Add reference to time_ns in time (#57142)

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

Libdl: Store path contents as `Tuple` instead of `Vector` (#57734)

год назад
libuv.jl

trimming: Add `_uv_hook_close` support (#58871)

год назад
linked_list.jl

rename InvasiveLinkedList to IntrusiveLinkedList

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

replace `Linking.__init__` with `OncePerProcess` (#57351)

год назад
loading.jl

Fix precompiling when there's no manifest (#59212)

10 месяцев назад
lock.jl

avoid startup deadlock in scheduler (#59583)

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

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

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

fix special function `::Real` fallback stack overflow (#57790)

год назад
mathconstants.jl

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

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

Allow for :foreigncall to transition to GC safe automatically (#49933)

год назад
methodshow.jl

stored method interference graph (#58948)

год назад
missing.jl

Improve type inference of nonmissingtype, nonnothingtype and of Ryu (#56120)

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

Fix rounding when converting Rational to BigFloat (#59063)

10 месяцев назад
multidimensional.jl

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

год назад
multimedia.jl

Returns -> Return (#47341)

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

Change 'nonnegative' to 'non-negative' (#51380)

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

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

год назад
ntuple.jl

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

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

`Type` as a type name should be capitalized (#54256)

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

Move Compiler <-> OpaqueClosure interface code to Compiler (#56576)

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

make just one MethodTable (#58131)

год назад
optimized_generics.jl

Address some post-commit review from #56660 (#56747)

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

Fix nthreadpools size in JLOptions (#58937)

год назад
ordering.jl

Document that `lt` must return a `Bool` (#52031)

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

Fix typos in `@static` docstring (#54227)

2 года назад
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

inform compiler about local variable definedness (#58778)

год назад
path.jl

Profile: Improve generation of clickable terminal links (#55857)

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

`Base`: `PCRE`: `exec`: type assert `String` after construction (#57868)

год назад
permuteddimsarray.jl

Accept axes in Base.checkdims_perm (#55403)

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

fix functional assert statements (#53737)

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

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

год назад
precompilation.jl

Fix precompiling when there's no manifest (#59212)

10 месяцев назад
process.jl

update libuv to v2-1.48.0 (#49937)

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

make typejoin nothrow (#58578)

год назад
public.jl

Base.get_extension & Dates.format made public (#58108)

год назад
range.jl

various globals cleanups (#56750)

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

Add a docstring for `Base.divgcd` (#53769)

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

make faster BigFloats (#55906)

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

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

год назад
reducedim.jl

Fix indexing in _mapreducedim for OffsetArrays (#55506)

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

fix `@invokelatest` performance regression (#58582)

год назад
refpointer.jl

Add explicit imports for types and fix bugs (#57302)

год назад
refvalue.jl

move null check in `unsafe_convert` of RefValue (#55766)

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

improve pcre.jl code a bit (#57031)

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

fix trailing indices stackoverflow in reinterpreted array (#58293)

год назад
reshapedarray.jl

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

год назад
rounding.jl

[internals] add time metrics for every CodeInstance (#57074)

год назад
runtime_internals.jl

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

год назад
scopedvalues.jl

Fix no-arg `ScopedValues.@with` within a scope (#56019)

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

Prefer `# Examples` in docstrings (#53276)

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

improve `allunique`'s type stability (#56161)

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

`Base`: shell escaping: inference improvement to prevent invalidation (#57915)

год назад
show.jl

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

год назад
simdloop.jl

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

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

Prefer `# Examples` in docstrings (#53276)

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

Improve type inference of nonmissingtype, nonnothingtype and of Ryu (#56120)

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

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

год назад
stacktraces.jl

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

год назад
stat.jl

improve type stability of `stat` (#58212)

год назад
staticdata.jl

stored method interference graph (#58948)

год назад
stream.jl

iobuffer: fix overflow OOB read/write bugs (#59728)

10 месяцев назад
subarray.jl

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

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

make just one MethodTable (#58131)

год назад
sysimg.jl

make just one MethodTable (#58131)

год назад
sysinfo.jl

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

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

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

год назад
terminfo.jl

Make current_terminfo a OncePerProcess (#58854)

год назад
terminfo_data.jl

Change terminfo update logic, and update

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

Make threadcall a bit more threadsafe (#51040)

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

Add note about `@threads` threadpool (#59802)

10 месяцев назад
threads.jl

Add `Libdl.LazyLibrary` (#50074)

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

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

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

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

год назад
toml_parser.jl

Artifacts: Improve type-stability (#55707)

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

add typemap filtering option for Union{}

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

Add explicit imports for types and fix bugs (#57302)

год назад
twiceprecision.jl

Add `zero` for `Base.TwicePrecision` (#53787)

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

allow passing custom julia arguments in `runtests` (#56716)

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

Make `String(::Memory)` copy (#54457)

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

specialize `VersionNumber` constructors less aggressively (#54386)

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

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

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

remove unnecessary `true &&` part from `at-view` macro (#53064)

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

Fix duplicate error when using generator in Dict (#53151)

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