forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
Commiting upstream merge (including new struct layout), with a couple important errata: - idump methods need to be disambiguated - The first field in a Stream must be a Pointer BitsType (unlike upstream where it must be an Array) or the logic in jl_show_* in builtins.c must be improved Conflicts: Make.inc Makefile base/sysimg.jl deps/.gitignore deps/Makefile deps/Versions.make src/julia.expmap src/sys.c test/Makefile
- Loading branch information
Showing
133 changed files
with
7,121 additions
and
1,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,12 @@ Tim Holy <[email protected]> <[email protected]> | |
Patrick O'Leary <[email protected]> <[email protected]> | ||
|
||
Ivan Mantova <[email protected]> <[email protected]> | ||
|
||
Keno Fischer <[email protected]> <[email protected]> | ||
Keno Fischer <[email protected]> <[email protected]> | ||
Keno Fischer <[email protected]> <[email protected]> | ||
|
||
Harlan Harris <[email protected]> <[email protected]> | ||
Harlan Harris <[email protected]> <[email protected]> | ||
|
||
Douglas Bates <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.