summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_features.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Don't require compile-time features to be enabled in the runtimeBjörn Gustavsson2023-02-101-24/+1
* erl_features: Use maybe ... endBjörn Gustavsson2022-10-051-19/+13
* Enable the maybe_expr feature in the runtime systemBjörn Gustavsson2022-10-051-1/+5
* [features] General tweaks and fixesCons T Åhs2022-06-231-109/+134
* [features] Improve error when load not allowedCons T Åhs2022-05-031-9/+14
* [features] Remove unneeded functionsCons T Åhs2022-05-031-38/+0
* [features] Clean up naming and moreCons T Åhs2022-05-031-73/+79
* [features] Change format and argument order for options and directivesCons T Åhs2022-04-061-10/+10
* [features] Add "real" feature maybe_expr (EEP49)Cons T Åhs2022-03-211-1/+9
* [features] Add support for handling featuresCons T Åhs2022-03-211-0/+564