codon/stdlib/internal
A. R. Shajii d23c8c7a75
Support "key" argument on min() and max() builtins (#505)
* Support "key" argument on min() and max() builtins

* Delay overload selection when arguments are not known (delayed dispatch)

* Delay 'is None' for 'Optional[T]' until type is known

* Fix union overload selection

* Add static string slicing

* Fix itertools.accumulate

* Fix list comprehension optimization ( minitech:imports-in-list-comprehensions )

* Fix match or patterns

* Fix tests and faulty static tuple issue

* Fix OpenMP reductions with new min/max functions

* Fix domination of dominated bindings; Fix hasattr overloads; Fix arg=None handling

* Fix empty return handling; Mark generators with an attribute

* Fix #487

* Fix test

* Fix IR pass

---------

Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
2024-01-12 19:27:29 -05:00
..
types Add complex str constructor (#502) 2023-12-05 15:48:34 -05:00
__init__.codon v0.16 (#335) 2023-04-12 18:13:54 -04:00
__init_test__.codon Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
attributes.codon v0.16 (#335) 2023-04-12 18:13:54 -04:00
builtin.codon Support "key" argument on min() and max() builtins (#505) 2024-01-12 19:27:29 -05:00
c_stubs.codon Add nextafter to C stubs 2023-06-01 11:08:46 -04:00
core.codon Support "key" argument on min() and max() builtins (#505) 2024-01-12 19:27:29 -05:00
dlopen.codon Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
file.codon v0.16 (#335) 2023-04-12 18:13:54 -04:00
format.codon Better Jupyter support & Polymorphism improvements (#363) 2023-05-10 09:28:25 -04:00
gc.codon v0.16 (#335) 2023-04-12 18:13:54 -04:00
internal.codon Support "key" argument on min() and max() builtins (#505) 2024-01-12 19:27:29 -05:00
khash.codon Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
pynumerics.codon Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
python.codon Bugfixes (Dec 2023) (#515) 2023-12-26 09:35:03 -05:00
sort.codon Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
static.codon Property setters (#501) 2023-12-04 11:14:08 -05:00
str.codon Fix str.zfill() for empty string 2023-07-05 07:47:16 -04:00