- 14 Jun, 2022 1 commit
-
-
John van Groningen authored
-
- 08 Jun, 2022 1 commit
-
-
John van Groningen authored
add ARRAYP2 descriptors for arrays with reserved memory for elements up to the next power of 2 of the size
-
- 18 May, 2022 1 commit
-
-
John van Groningen authored
change representation of arrays on intel/amd processors, remove descriptor from _ARRAY_ nodes, except for unboxed arrays of records, use _ARRAY_R_ descriptor for unboxed arrays of records, use _ARRAY_INT_, _ARRAY_REAL_, _ARRAY_BOOL_, _ARRAY_INT32_ or _ARRAY_REAL32_ descriptor for unboxed arrays of basic types, _ARRAY_ is still used for other arrays
-
- 29 Jun, 2021 1 commit
-
-
John van Groningen authored
-
- 17 Jun, 2021 1 commit
-
-
John van Groningen authored
add function _unify_tcs to module _SystemDynamic that checks if (normalised) type codes can be unified
-
- 16 Jun, 2021 1 commit
-
-
johnvg@science.ru.nl authored
add functions _unify_, same as _unify but only yields a Bool, and bind_global_type_pattern_var_n, replaces bind_global_type_pattern_var
-
- 11 Jun, 2021 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 01 Jun, 2021 1 commit
-
-
John van Groningen authored
-
- 21 Apr, 2021 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 19 Mar, 2021 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 18 Mar, 2021 2 commits
-
-
John van Groningen authored
-
ARM64 Builder authored
-
- 10 Mar, 2021 6 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
move modules StdDynamic and _SystemDynamic from StdDynamicEnv in the dynamic repository to the StdEnv directory
-
- 22 Feb, 2021 2 commits
-
-
John van Groningen authored
fix StdOverloadedList.Diag2 such that overloading can be solved See merge request clean-compiler-and-rts/stdenv!12
-
John van Groningen authored
also change Diag2 in the implementation module of StdOverloadedList such that overloading can be solved
-
- 19 Feb, 2021 1 commit
-
-
Steffen Michels authored
-
- 02 Oct, 2020 1 commit
-
-
John van Groningen authored
-
- 22 Sep, 2020 2 commits
-
-
John van Groningen authored
Fix lazy entries of ?Just and ?^Just in _system.abc (an additional ?Just with arity 0 is passed to these entry points, which needs to be popped first) See merge request clean-compiler-and-rts/stdenv!11
-
Camil Staps authored
Fix lazy entries of ?Just and ?^Just in _system.abc (an additional ?Just with arity 0 is passed to these entry points, which needs to be popped first)
-
- 04 Sep, 2020 3 commits
-
-
John van Groningen authored
Disambiguate descriptor names of _Conss and _Consts and of _Just and _Justs See merge request clean-compiler-and-rts/stdenv!10
-
Camil Staps authored
-
Camil Staps authored
-
- 25 Aug, 2020 2 commits
-
-
John van Groningen authored
Add overloaded functions to StdMaybe See merge request clean-compiler-and-rts/stdenv!9
-
Camil Staps authored
-
- 11 Aug, 2020 1 commit
-
-
John van Groningen authored
replace type Maybe with constructors Just and Nothing by a type synonym for ?^ and macros for ?^Just and ?^None
-
- 19 Jun, 2020 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 18 May, 2020 2 commits
-
-
John van Groningen authored
Add default instance Array {32#} a for packed arrays See merge request clean-compiler-and-rts/stdenv!8
-
John van Groningen authored
-
- 12 May, 2020 1 commit
-
-
Camil Staps authored
-