Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Julia Language

Julia is a fast and user-friendly programming language for high-performance scientific computing.
Collective - Host: numfocus - https://opencollective.com/julialang - Website: https://julialang.org/ - Code: https://github.com/JuliaLang/julia

Fix errors in `sort` docstring (#52098)

Two chagnes wrapped into one `Base.copymutable` => `Base.copymutable` &
`collect` and `Base.cop...

github.com/JuliaLang/julia - 42c088b8b3e678edd19e5cb9ea54503e43624d06 authored over 1 year ago
Fix crash when parsing malformed `function(where` (#388)

When word operators are parsed as atoms (ie, identifiers), the kind
should be remapped as such....

github.com/JuliaLang/JuliaSyntax.jl - a6b94d2e0e1329b33dcbc7e624df85cf1978e65d authored over 1 year ago
Fix highlighting of ranges which start with non-ascii chars (#387)

This could cause the parser hook to crash on certain inputs.

github.com/JuliaLang/JuliaSyntax.jl - 57575350a2eb4031fe62ccee876d1c5ecd2475e6 authored over 1 year ago
inlining: stop passing `SemiConcreteResult` to `inlining_policy` (#52064)

It feels a bit inconsistent that the `src` argument of `inlining_policy`
needs to handle `SemiC...

github.com/JuliaLang/julia - 29d78fae2121eda08d03ebf1abeb4626859ef62b authored over 1 year ago
effects: improve idempotency of effects derived by post-opt analysis (#52085)

Since now effects can be refined by post-opt analysis, `typeinf_edge`
should propagate `frame.r...

github.com/JuliaLang/julia - 529e4e7df434b5d89db7a73dfd08d9837d6957be authored over 1 year ago
fixed test case for #43296

github.com/JuliaLang/julia - 81ef12a3a82c9845aa525207c63802b4fd91b0ad authored over 1 year ago
effects: improve idempotency of effects derived by post-opt analysis

Since now effects can be refined by post-opt analysis, `typeinf_edge`
should propagate `frame.re...

github.com/JuliaLang/julia - 358540cf46c683f3a6881242722f4b610c376a50 authored over 1 year ago
fix up test case for unmatched type param inlining

github.com/JuliaLang/julia - eafa1e39bea35cd2e71ff5cb01109da734036001 authored over 1 year ago
Move profiling manual section to a new tutorials toplevel heading (#52056)

github.com/JuliaLang/julia - 137783f1663ae0f7c1129c7d8031c874083b49fe authored over 1 year ago
🤖 [master] Bump the SparseArrays stdlib from 3582898 to 37fc321 (#52089)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: ma...

github.com/JuliaLang/julia - c95cb95520f473bd20aa9acf71a895d2c1769767 authored over 1 year ago
[REPLCompletions] fix `limit_aggressive_inference` code path (#52074)

github.com/JuliaLang/julia - f72ebec9fb6a69a985b4639bd86a7baaa6913f01 authored over 1 year ago
minor fix on `getfield_nothrow` (#52083)

- fixed index of `order` when there are 5 arguments
- add type check for `boundscheck` argument

github.com/JuliaLang/julia - 7309756146a0b86039652b2f6d91ac90bfe33c01 authored over 1 year ago
Mark `GenericMemory` as `IndexLinear` (#52082)

github.com/JuliaLang/julia - 1b967b8da9a32479d8a1a33139e472541210e54e authored over 1 year ago
fix sorting for iterables that define copymutable (#52086)

github.com/JuliaLang/julia - f99e6bfe19b7b8d73975f5f96e54052e9725f1c8 authored over 1 year ago
Manual: Mention `Base.Checked` module in integer overflow handling (#52071)

The `Base.Checked` module is not mentioned in this section of the
manual. This helps clarify to...

github.com/JuliaLang/julia - f31cd8ad2fecefa2717aa0f5462876c985acbdea authored over 1 year ago
make UndefVarError messages more precise and informative (#51979)

Record the 'scope' of the variable that was undefined (the Module, or a
descriptive word such a...

github.com/JuliaLang/julia - 449c7a2504191a96cfd382e0dbc0b40bf922cd6d authored over 1 year ago
Permit the construction of a 1D `StepRangeLen` of `CartesianIndex`es (#50457)

github.com/JuliaLang/julia - 560ede55320577c6678c7d9fe2927fb63108b1b4 authored over 1 year ago
define and use an internal macro to introduce `Expr(:boundscheck)` (#52077)

To avoid the previous uses of `eval` just to manually introduce
`Expr(:boundscheck)`. The new m...

github.com/JuliaLang/julia - e1150db4935695ba2eaa2737111b0237a947b397 authored over 1 year ago
make sigaltstack failure nonfatal and clean up on thread return (#52055)

Since we already could handle recursion onto the altstack, we can also
handle recursion onto th...

github.com/JuliaLang/julia - cd78e6f85aa4f3ffd26751726738e97113d1b6d8 authored over 1 year ago
Make `StridedReinterpretArray`'s `get/setindex` pointer based. (#44186)

This PR makes `StridedReinterpretArray`'s `get/setindex` purely pointer based if its root storag...

github.com/JuliaLang/julia - 19724320faf0a5b8a4a61e2276d604d2211f6a61 authored over 1 year ago
Optimizations for Memory{T} allocation calls (#51968)

Special case for the Memory{T} allocation in ccall so that we can add
attributes and permit met...

github.com/JuliaLang/julia - 8f8b9cacdf33c7d518ec22507a697dfb8d6d5526 authored over 1 year ago
Make `pop!(::Set{A}, ::B)` return an A, not B (#52017)

Previously, `pop!(::Set, x)` returned `x`, not the element in the
set. This matters if multiple...

github.com/JuliaLang/julia - 6f6419c586fd837cbcd0ee37ae14943675823a5d authored over 1 year ago
Introduce sizehint!(s, n; shrink = true) to controll shrinkage (#51929)

This is a second part of #51629 to introduce `shrink = true` argument
for `sizehint!` into publ...

github.com/JuliaLang/julia - 9f2f3ce9fe5d778e14e526b0084c2605a8c5f973 authored over 1 year ago
allow destructive inlining only when the source is volatile (#52062)

Destructive inlining introduced by JuliaLang/julia#51934 implicitly
presupposes that inferred `...

github.com/JuliaLang/julia - 1327dfec807fa00782311f02d095b8e37ea55f2a authored over 1 year ago
inference: remove the `must_be_codeinf` setting (#52059)

This setting is no longer utilized in either the base or known external
compiler pipelines. And...

github.com/JuliaLang/julia - 08e5983f19b4bfd21dd113c335a41796d6bd8765 authored over 1 year ago
[Profile] add builtin Allocs.print and formatting equivalents to Profile.print (#51981)

Defines a converter for Allocs to the types implemented by Profile for
printing, allowing flame...

github.com/JuliaLang/julia - 140ea94f8e88a769419503e9ee6c5f81a3e9c638 authored over 1 year ago
follow symlinks

github.com/JuliaLang/juliaup - dad1b92c5d2cf86346f3df9d5a31566e6f2b4089 authored over 1 year ago
Disallow newline between contextual keyword pairs in parentheses (#386)

Ensure that we never treat things like `"mutable\nstruct"` as a mutable
struct definition, even...

github.com/JuliaLang/JuliaSyntax.jl - 0df34c9a8438cd4762fb3ceafe6eeac486eee748 authored over 1 year ago
Fix error in hooks when parsing incomplete `x.` (#385)

Also add another fuzzing tool

github.com/JuliaLang/JuliaSyntax.jl - 1351d70da624159115dcf3d5f0eb1e1764a9be34 authored over 1 year ago
Update `complex` docstring with `Missing` (#52052)

The docstring of `complex(T::Type)` is a bit incorrect if `T` contains
`Missing`.

```julia
juli...

github.com/JuliaLang/julia - e7345b89fd4eb15e8f395395701e19be705d7b06 authored over 1 year ago
Add some spaces for code-readability (#52053)

github.com/JuliaLang/julia - 494da9609f5f2800632412140affc4b7d26c0b80 authored over 1 year ago
bugfix: don't set pool_live_bytes to zero at the end of GC (#52051)

github.com/JuliaLang/julia - 32df25bc2e1af16c01f13456c249aed655807f95 authored over 1 year ago
codegen: add attributes to box functions and more attrs to alloc ones (#51218)

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - a3812e7e2637c55b6659745d6843cded196076fa authored over 1 year ago
update `//` docstring (#52050)

The `//` operator supports non-real numbers, so updating the docstring
would be helpful.

github.com/JuliaLang/julia - b1f954c52efac19e78d264227a8bfe6c776712df authored over 1 year ago
inlining: avoid source deserialization by using volatile inference result (#51934)

Currently the inlining algorithm is allowed to use inferred source of
const-prop'ed call that i...

github.com/JuliaLang/julia - fae6b7859b493160a290e79cf00ca1549bc9b6c7 authored over 1 year ago
interpreter: Fix stacktrace for global incorrectly assumed to be in phi block (#51990)

We don't fully set up the interpreter state when evaluating the phi
block, because we expect al...

github.com/JuliaLang/julia - b723f41863cc84b21b3caa02c55dabdf41858908 authored over 1 year ago
bugfix: load jl_n_threads in jl_gc_pool_live_bytes (#52034)

Otherwise we may just observe `gc_n_threads = 0` (`jl_gc_collect` sets
it to 0 in the very end ...

github.com/JuliaLang/julia - d834a4473e6dfdcf072f8b4426c00b0d9faa2d60 authored over 1 year ago
Fix crash with empty macro name when parsing `"@("` (#382)

github.com/JuliaLang/JuliaSyntax.jl - e3df852eabc03b2402dc3e4d638f3565d00691d1 authored over 1 year ago
Document that `lt` must return a `Bool` (#52031)

A tiny change that does not significantly increase verbosity.

We already do `::Bool` checks i...

github.com/JuliaLang/julia - 6d4f40957c6e68ecfd1dc13115beadff493406fd authored over 1 year ago
optimize `cfg_simplify!` (#51958)

> Before

```julia
julia> @benchmark CC.cfg_simplify!(ir) setup=(ir = CC.copy(Main.ir))
Benc...

github.com/JuliaLang/julia - d2dd076f59dda66fb2e0feaca5b4152c050522da authored over 1 year ago
Properly guard UpsilonNode unboxed store (#51853)

In https://github.com/JuliaLang/julia/issues/51852, we are coercing a
boxed `Union{@NamedTuple{...

github.com/JuliaLang/julia - 65a0fd0ba96d522431f3a9a0ca240e7fec440c1c authored over 1 year ago
carefully cache freshly-inferred edge for call-site inlining (#51975)

Currently call-site inlining fails on freshly-inferred edge if its
source isn't inlineable. Thi...

github.com/JuliaLang/julia - 9c42df6e7474f9e6d33bb97813c921c57e94a499 authored over 1 year ago
🤖 [master] Bump the Distributed stdlib from fdf56f4 to 41c0106 (#52018)

Co-authored-by: Dilum Aluthge <[email protected]>

github.com/JuliaLang/julia - 816e31aca7dd9ef9684fe8e09fc13fb7fc6ba3ce authored over 1 year ago
Fix indexing boolean ranges with empty ranges (#40764)

Co-authored-by: jishnub <[email protected]>
Co-authored-by: Jameson Nash <vtjnas...

github.com/JuliaLang/julia - bd917bd52f46a7613283323c2e590e385f287bf0 authored over 1 year ago
Simplify pivot selection in ScratchQuickSort (#51918)

github.com/JuliaLang/julia - 9e7516142d810a645f00e274af60645354ce93ea authored over 1 year ago
🤖 [master] Bump the Pkg stdlib from 75960e509 to 2d59169bf (#52026)

Co-authored-by: Dilum Aluthge <[email protected]>

github.com/JuliaLang/julia - a8a9ddf1e1405e79c4cef29c03729cfbb311e7ca authored over 1 year ago
Fix bugs and some warnings triggered by clang-tidy (#52002)

Most of the changes are NFC (unused variables/stores), but a couple (the
change in codegen.cpp ...

github.com/JuliaLang/julia - 58c6b7033f7aa61a4d0615fad326cbc1756d7c24 authored over 1 year ago
extend escape_raw_string to allow specifying the delimiter (#52001)

Similar to how `escape_raw_string` enabled users to reverse the
transform done by string litera...

github.com/JuliaLang/julia - 2896759c07b4b8c48c9b1817c7801fe05a919a1c authored over 1 year ago
make pool_live_bytes metric more accurate (#52015)

`pool_live_bytes` was previously lazily updated during the GC, meaning
it was only accurate rig...

github.com/JuliaLang/julia - bc0d8886c6471e57c4b8b2355e4bf6ea326de2d3 authored over 1 year ago
doc: AbstractChannel implementation example (#47610)

fixes #47608 in the manual

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - c377e02a94ead8f596452c6c75ec66fb5e91666c authored over 1 year ago
changed broadcast! into bitarray algorithm (#32048)

Cf
https://discourse.julialang.org/t/broadcast-vs-slow-performance-allocations/24259/6
for som...

github.com/JuliaLang/julia - f3ae44c3f680312ae75a5e7363de3c70bedeaf0c authored over 1 year ago
Simplify, 16bit PDP-11 isn't going to be supported (#45763)

PDP_ENDIAN isn't used.

Co-authored-by: Viral B. Shah <[email protected]>

github.com/JuliaLang/julia - d75a00f0a4e28e3af066d04f9b657786be35bea4 authored over 1 year ago
Update version db (#744)

Co-authored-by: ararslan <[email protected]>

github.com/JuliaLang/juliaup - 0df7ac16f05309c270fb907d19c9bebd3aafc133 authored over 1 year ago
Fix GC.gc docstring (#52008)

GC.gc(true) will perform a full mark (note the use of [recollect in gc.c
](https://github.com/J...

github.com/JuliaLang/julia - 7df878171dc752bf053210cdcd756434e175dc28 authored over 1 year ago
Generalize fuzz testing tools (#379)

This rearrangement allows us to fuzz test the hooks (which use the low
level parser API) as wel...

github.com/JuliaLang/JuliaSyntax.jl - cfdac5fa50b735969a3662e1ddd61460c0e5bd15 authored over 1 year ago
lowering: Fix accidental clearing of never-undef flag in closure convert (#51991)

This code dates back all the way to the original closure conversion code
[1]. At the time, the ...

github.com/JuliaLang/julia - 4462257017b504847ff873af83f1543a949994aa authored over 1 year ago
Properly guard UpsilonNode unboxed store

In #51852, we are coercing a boxed `Union{@NamedTuple{progress::String}, @NamedTuple{progress::F...

github.com/JuliaLang/julia - 388680342229b2f25642886dbb0c779690d6d089 authored over 1 year ago
tests: do not check all fields of UndefVarError for egal (#10)

Refs: https://github.com/JuliaLang/julia/pull/51979

github.com/JuliaLang/Distributed.jl - 41c01069533e22a6ce6b794746e4b3aa9f5a25cd authored over 1 year ago
doc: correct apparent inconsistency in describing redefining globals (#47083)

The documentation stated that built-in constants and functions could
both be redefined and _not...

github.com/JuliaLang/julia - 9c63250f9b251f46aec408832a5aaaebe9201c65 authored over 1 year ago
Fix task suspension in GC for JL_TIMING (#52005)

The timing system does not currently support nesting task suspensions,
so this `JL_TIMING_SUSPE...

github.com/JuliaLang/julia - 1a4a3a0c441b353d039edc71c25bd2430aaff1c4 authored over 1 year ago
Fixup static analyzer warnings in staticdata.c (#51984)

github.com/JuliaLang/julia - b3fe97003279bf9bf511e7b50f717d9374dee32b authored over 1 year ago
Revise Windows implementation of splitdrive (#42204)

This PR makes three improvements to the Windows `splitdrive`
implementation:

1. The matched ...

github.com/JuliaLang/julia - 09cbae8fe03315288c1bb53ba7ce24061bfb9f26 authored over 1 year ago
abstractdict: Create separate error type wrong-key insertions (#41778)

Previously we were trying to do string formatting in Core.Compiler,
where this functionality is...

github.com/JuliaLang/julia - 746cfdf65f5b3aef7c6a5a20a4cf9677a7bd285e authored over 1 year ago
Mention export from InteractiveUtils in docs (#36971)

I recently had a frustrating experience where seemingly valid code that
worked in the REPL did ...

github.com/JuliaLang/julia - e98aabad70d6708964fb8a03b69bc09dded1cf56 authored over 1 year ago
tweak outdated test cases (#51994)

Now those concretized calls are DCE-ed even though they are inlineable.
So we don't need to cal...

github.com/JuliaLang/julia - f2a5fb9fc493c859a86e7e9ab806c8634efbd865 authored over 1 year ago
Remove `ArgumentError()` in `parse_cache_header()` when `@depot` cannot be resolved (#51989)

In the original implementation of relocatable package cache files,
`parse_cache_header()` was m...

github.com/JuliaLang/julia - 5eaad532f961d4d1a1630b5c5b60499d2a7b9ae5 authored over 1 year ago
Revert "add more methods and tests for reductions over empty arrays" (#52003)

Reverts JuliaLang/julia#29919

CI was older than I realized on this, so this needed some updat...

github.com/JuliaLang/julia - 2a842146ac6ee0a7f505d56b4c1f77274d7f0628 authored over 1 year ago
[Artifacts] Pass artifacts dictionary to `ensure_artifact_installed` dispatch (#51995)

The artifacts dict is not lowered to ensure_artifact_installed which
causes to load the ".toml"...

github.com/JuliaLang/julia - 9bc6994fd6e61d98c12733f673aaa1a296465eb6 authored over 1 year ago
add more defaults for reductions over empty arrays (#29919)

From discussion in #28535

github.com/JuliaLang/julia - 09617ac402640f5d46e30927d1044f6432c0a658 authored over 1 year ago
Document the fields of `VersionNumber` (#50179)

`VersionNumber`'s fields are currently not documented, and therefore,
private by default.
Howe...

github.com/JuliaLang/julia - dabb93a6022f695ea9b9686669a249de2e9b29a8 authored over 1 year ago
Clarify conversion-and-promotion.md example code for `convert` (#50274)

Closes: https://github.com/JuliaLang/julia/issues/50273
Co-authored-by: Jameson Nash <vtjnash@g...

github.com/JuliaLang/julia - 55e5ee386839350387d9a8857c71509a16315953 authored over 1 year ago
macroexpand: handle const/atomic struct fields correctly (#51980)

Fixes #51899

github.com/JuliaLang/julia - 924aac92b977b7a492c8cba878ff14329a4ad4b0 authored over 1 year ago
add function `Sys.username()` (#51897)

The commit introduces a new function to Base which returns the current
user's username retrieved...

github.com/JuliaLang/julia - 54996ca05c00b08c92adf4aa55d728a7c69fd06c authored over 1 year ago
test: eachindex for arbitrary number of arguments (#51941)

added test cases for `eachindex` to cover arbitrary number of arguments

![image](https://gith...

github.com/JuliaLang/julia - ad86772a476e60a0d7280f32ba8774a45ccd9822 authored over 1 year ago
fix `pointer` for `Memory` by deleting incorrect method (#51963)

The fallback method for `AbstractArray` was correct and the custom one
for `Memory` wasn't.

github.com/JuliaLang/julia - 7c74274d9b7ea50428d8f07eee94c559f3018f7e authored over 1 year ago
Improve style in Base/experimental.jl [NFC] (#51965)

Make the checks line up with the error messages.

github.com/JuliaLang/julia - 8b97aa179520f12547e9466d17156316e1b8151d authored over 1 year ago
Stop test printing LLVM IR to stdout (#51974)

Fixes https://github.com/JuliaLang/julia/issues/51971

github.com/JuliaLang/julia - 2994463d5e1b2eb8b842ecf3f129413517129081 authored over 1 year ago
make NEWS.md link style more consistent (#51978)

Minor PR to make the PR link punctuation a bit more consistent in the
NEWS file, and adds a cou...

github.com/JuliaLang/julia - 58a2a4545fd650ebfebdc93553651e367ed01e27 authored over 1 year ago
Make Scope immutable (#51976)

Addresses keno review comment in
https://github.com/JuliaLang/julia/pull/50958#discussion_r1378...

github.com/JuliaLang/julia - 06de99ef626fd15b8147328a716c9a1ffb1fc712 authored over 1 year ago
compiler: use `_uncompressed_ir` instead of direct `ccall` (#51972)

github.com/JuliaLang/julia - 013311cdd0dd0604066a2f534d3f144ed83fd614 authored over 1 year ago
Update documentation for min and max with missing values (#48906)

With respect to https://github.com/JuliaLang/julia/pull/25403 , `min`
and `max` methods are sup...

github.com/JuliaLang/julia - c01913235baee7870b6784cb0ca1a0b54d9e01c0 authored over 1 year ago
further fix to the new promoting method for AbstractDateTime subtraction (#51967)

github.com/JuliaLang/julia - 405ce111a86ea85a97734efed0ea995cfdc7f56c authored over 1 year ago
clean up identifiers defined in `Main` (#51878)

A re-do of #51411 that should be non-breaking.

- Loaded packages do not need explicit binding...

github.com/JuliaLang/julia - e2a6424ee11ca685172244fb6a309932cd9ae921 authored over 1 year ago
When ASAN is enabled, disable DebugObjectManagerPlugin on JITLink+ELF (#51917)

github.com/JuliaLang/julia - 518548715dab77e3fceb67284051b698d3f9bb8d authored over 1 year ago
docs: add some clarifications to methods.md (#51938)

Closes #40650
Rebase of https://github.com/JuliaLang/julia/pull/40667 with edits,
since upstre...

github.com/JuliaLang/julia - 5db9dbddf4593825ef16976bce18a45d5fca8f56 authored over 1 year ago
[devdocs] Improve documentation about building external forks of LLVM (#50207)

Suggested by @vchuravy.

---------

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - 2adf54a951d70d6963af7f22950ca28c032000af authored over 1 year ago
Clarify documentation of anonymous functions (#48119)

The example used previously is a bit confusing: the do-block syntax is
introduced only later on...

github.com/JuliaLang/julia - a8a3f924c81b0b16177dc402e81d75ac903f6f7e authored over 1 year ago
Implement copy for SecretBuffer (#27827)

As noted in
https://github.com/JuliaLang/julia/pull/27802#issuecomment-400386359

Co-authored...

github.com/JuliaLang/julia - 0bde9a247665c7dfcf43159e63dabe6cde529e72 authored over 1 year ago
handle ZWJ and emoji sequences, don't break identifiers within graphemes (#372)

* handle ZWJ and emoji sequences

* forbid ZWNJ at end

* fix tests on Julia < 1.5

* asci...

github.com/JuliaLang/JuliaSyntax.jl - 05c594bdd2609b135098f2e1931c76200bd789fc authored over 1 year ago
Docs: io-network: list `read(::String)` and `write(::String,::Any)` before `open` (#49837)

Point 3 of https://github.com/JuliaLang/julia/issues/43428

Depends on https://github.com/Juli...

github.com/JuliaLang/julia - 3f8396c6d7334f618a6f8695cc6e031a95267706 authored over 1 year ago
Implement more missing BFloat16 intrinsics (#51935)

Extends #51790; I forgot the conversion intrinsics defined in `APInt-C`.
To differentiate betwe...

github.com/JuliaLang/julia - aaa092c0bb1a194f197e0ee45f913e186fd7f986 authored over 1 year ago
`AbstractInterpreter`: define `add_invalidation_callback!` utility (#51769)

It seems we're reaching a consensus on how the external
`AbstractInterpreter` utilizes user inv...

github.com/JuliaLang/julia - b093c2d66edce854cf6e013d0f27227fe6097f7c authored over 1 year ago
inlining: use `SemiConcreteResult` for `invoke` calls (#51933)

github.com/JuliaLang/julia - b8f74db336129c18e0ff35a329dc80113784bb7f authored over 1 year ago
`AbstractInterpreter`: stash inferred `CodeInfo` even when optimization doesn't happen (#51952)

After #51888, `(result::InferenceResult).src` is set to `nothing` in two
situations:

1. When...

github.com/JuliaLang/julia - b6e178af2d2b52a69005450350850f1f2a8ee8e0 authored over 1 year ago
Don't use 0x80 as a magic constant

Introduce UNION_BOX_MARKER, to make it easier to grep for all the places
where this is being loo...

github.com/JuliaLang/julia - 072896dd0d48373816713f0225e69a15206b6eee authored over 1 year ago
update doc references (#48162)

github.com/JuliaLang/julia - 3a6c4186f8383e39a8ad482c7e53336e98d68dcf authored over 1 year ago
Fix error when dump() a partial NamedTuple (#51947)

github.com/JuliaLang/julia - 2f63cc99fb134fb4adb7f11ba86a4e2ab5adcd48 authored over 1 year ago
clarify assert doc entry (#45998)

Co-authored-by: Jameson Nash <[email protected]>
Co-authored-by: Ian Butterworth <i.r.butterwor...

github.com/JuliaLang/julia - 2b73a1d6c64258fdbfa3d44cc2604e841b666120 authored over 1 year ago
Add a doctest for timedwait (#49686)

Co-authored-by: Jameson Nash <[email protected]>

github.com/JuliaLang/julia - 301f262692be5a230ffefae243656f34535389d6 authored over 1 year ago
minor cleanups to MemoryRef (#51937)

github.com/JuliaLang/julia - f6315973a200a84e5d2831c38b9dc8372204af44 authored over 1 year ago