Skip to content

Commit 04433fc

Browse files
authored
Merge pull request #38060 from JuliaLang/kc/release_prep
Some release prep: headers and links in NEWS.md
2 parents 54d8d5b + 2519229 commit 04433fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+131
-2
lines changed

NEWS.md

Lines changed: 48 additions & 0 deletions

base/binaryplatforms.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
module BinaryPlatforms
24

35
export AbstractPlatform, Platform, HostPlatform, platform_dlext, tags, arch, os,

base/compiler/cicache.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
"""
24
struct InternalCodeCache
35

base/compiler/methodtable.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
abstract type MethodTableView; end
24

35
struct MethodLookupResult

base/compiler/stmtinfo.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
"""
24
struct MethodMatchInfo
35

base/cpuid.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
module CPUID
24

35
export cpu_isa

base/iddict.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
"""
24
IdDict([itr])
35

base/idset.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
# Like Set, but using IdDict
24
mutable struct IdSet{T} <: AbstractSet{T}
35
dict::IdDict{T,Nothing}

base/pkgid.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
struct PkgId
24
uuid::Union{UUID,Nothing}
35
name::String

base/toml_parser.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: https://julialang.org/license
2+
13
module TOML
24

35
using Base: IdSet

0 commit comments

Comments
 (0)