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

Optimizer: Update SROA def-uses after DCE (#57201)

год назад
docs

xref `UnionAll` in the doc string of `where` (#56411)

2 года назад
logging

Add invalidation barriers for `displaysize` and `implicit_typeinfo` (#56159)

2 года назад
ryu

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

3 года назад
special

Revert "power uses Float64 exponents for integers (#53967)"

год назад
strings

`AnnotatedString`: add concrete type asserts to `isvalid`, `ncodeunits` (#57607)

год назад
.gitignore

Enable JuliaSyntax.jl as the defult parser

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

Remove the meaningless change

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

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

2 года назад
Makefile

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

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

Docs: `circshift!(::AbstractVector, ::Integer)` (#57539)

год назад
abstractarraymath.jl

Add `conj!` for arrays of arrays (#53303)

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

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

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

`Base`: `append!`, `resize!`: convert length to `Int` before passing it on (#57585)

год назад
arraymath.jl

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

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

Add invalidation barriers for `displaysize` and `implicit_typeinfo` (#56159)

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

don't throw EOFError from sleep (#54955)

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

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

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

Add count of lock conflicts to `@time` etc. Add `@lock_conflicts` (#52883)

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

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

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

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

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

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

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

compiler: apply more accurate effects to return_type_tfunc (#55338)

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

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

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

LazyString in interpolated error messages involving types (#54737)

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

Prefer `# Examples` in docstrings (#53276)

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

Implement empty! for Channel (#53137)

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

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

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

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

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

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

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

`invperm` for immutable arrays (#52546)

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

simplify complex atanh and remove singularity perturbation (#55268)

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

Update Condition() docs to highlight return value and error (#50688)

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

spawn: permit using IOBuffer as stdout (#52461)

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

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

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

Use a single Float16 ABI. (#51666)

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

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

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

Make `Base.depwarn()` public (#55212)

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

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

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

Add 3-argument div and rem in doc (#52662)

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

Base.download: remove DOWNLOAD_HOOKS mechanism (#38818)

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

Add `Lockable` to Base, to bundle a lock with its resource (#52898)

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

use `inferencebarrier` instead of `invokelatest` for 1-arg `@assert` (#55783)

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

Replace some occurrences of iteration over 1:length with more idiomatic structures (mostly eachindex) (#55137)

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

effects: fix `Base.@_noub_meta` (#56061)

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

REPL: make UndefVarError aware of imported modules (#55932)

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

Make `Pairs` public (#56794)

год назад
expr.jl

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

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

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

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

use `_readdirx` for `walkdir` (#53545)

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

Move `isexecutable, isreadable, iswritable` to `filesystem.jl` (#53699)

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

Fix bug when rounding large numbers to floating point types (#54314)

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

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

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

Add `public` statement to `Base.GC` (#54213)

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

updated Doc string in Base.Generator (#35261)

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

make `_unsetindex` fast for isbits eltype (#56364)

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

Make `deepcopy_internal` inferrable for BigInt and BigFloat (#54496)

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

Effects-tune PersitentDict (#52954)

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

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

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

export `IdSet` and document it (#53262)

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

Fixup IdSet docstring (#54153)

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

LazyString in interpolated error messages involving types (#54737)

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

Include default user depot when JULIA_DEPOT_PATH has leading empty entry (#56195)

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

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

год назад
intfuncs.jl

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

год назад
io.jl

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

год назад
iobuffer.jl

iobuffer: copyline: type assert `Int` to prevent invalidation (#57848)

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

Make FDWatcher check for file descriptors equal to -1 (#52902)

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

Libdl: Improve inference for `string(::LazyLibraryPath)` (#57721)

год назад
libuv.jl

Better libuv error message for ENOENT ~ (#22647)

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 (#54586)

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

precompilepkgs: respect loaded dependencies when precompiling for load (#56901)

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

fix Event to use normal Condition variable (#55441)

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

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

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

Revert "power uses Float64 exponents for integers (#53967)"

год назад
mathconstants.jl

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

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

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

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

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

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

add missing clamp function for IOBuffer (#55424)

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

Make `deepcopy_internal` inferrable for BigInt and BigFloat (#54496)

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

Replace some occurrences of iteration over 1:length with more idiomatic structures (mostly eachindex) (#55137)

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

Returns -> Return (#47341)

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

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

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

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

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

add specialized `reverse` implementation for `NTuple` (#50113)

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

add typemap filtering option for Union{}

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

compiler: Rename :inst -> :stmt (#50868)

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

Prefer `# Examples` in docstrings (#53276)

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

Compiler support for optimizing PersistentDict (#51993)

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

implement concurrent sweeping (#48969)

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

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

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

Prefer `# Examples` in docstrings (#53276)

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

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

год назад
permuteddimsarray.jl

Remove allocation from PermutedDimsArray constructor (#53185)

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

fix functional assert statements (#53737)

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

add back `unsafe_convert` to pointer for arrays (#53589)

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

`_precompilepkgs`: interactive progress display: fix unintended capture (#57932)

год назад
process.jl

update libuv to v2-1.48.0 (#49937)

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

use afoldl instead of tail recursion for tuples (#53665)

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

Add a lazy `logrange` function and `LogRange` type (#39071)

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

LazyString in interpolated error messages involving types (#54737)

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

fix rawbigints OOB issues (#55917)

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

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

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

Fix indexing in _mapreducedim for OffsetArrays (#55506)

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

Replace some occurrences of iteration over 1:length with more idiomatic structures (mostly eachindex) (#55137)

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

fix #52025, re-allow all implicit pointer casts in cconvert for Array (#53659)

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

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

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

fixup "Don't free regex objects in exit-time finalizer calls (#57834)"

год назад
reinterpretarray.jl

re-add `unsafe_convert` for Reinterpret and Reshaped array (#55226)

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

re-add `unsafe_convert` for Reinterpret and Reshaped array (#55226)

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

Fix bug when rounding large numbers to floating point types (#54314)

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

Replace some occurrences of iteration over 1:length with more idiomatic structures (mostly eachindex) (#55137)

2 года назад
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 for `@something` (#52381)

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

Add `Sys.isreadable, Sys.iswriteable`, update `ispath` (#53320)

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

fix a forgotten rename `readuntil` -> `copyuntil` (#56380)

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

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

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

`Base.summarysize` for `Memory` with `Union` (#57508)

год назад
sysimg.jl

Do not resolve binding `Module` in Main during sysimg generation (#53162)

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

Move `isexecutable, isreadable, iswritable` to `filesystem.jl` (#53699)

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

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

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

Install terminfo data under /usr/share/julia (#55881)

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

Add update mechanism for Terminfo, and common user-alias data (#53285)

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

Make threadcall a bit more threadsafe (#51040)

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

fix functional assert statements (#53737)

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

Add `Libdl.LazyLibrary` (#50074)

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

TOML: Make `Dates` a type parameter (#55017)

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

add typemap filtering option for Union{}

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

Replace some occurrences of iteration over 1:length with more idiomatic structures (mostly eachindex) (#55137)

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

Add a lazy `logrange` function and `LogRange` type (#39071)

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

fix precompile process flag propagation (#56214)

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

fix precompile process flag propagation (#56214)

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

Document the fields of `VersionNumber` (#50179)

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