aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-1664-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian4-81/+271
2021-11-08Added the carriage return for better Windows compatibility.Eduardo Julian8-73/+108
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian1-46/+46
2021-11-04Better method calls in Ruby.Eduardo Julian6-56/+48
2021-11-04Ruby compilation that is compatible with DragonRuby.Eduardo Julian6-153/+189
2021-10-31Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2-41/+36
2021-10-30Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2-30/+96
2021-10-30Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian1-95/+119
2021-10-29Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2-23/+75
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian11-184/+261
2021-10-09Fixed packaging issue.Eduardo Julian2-3/+5
2021-09-20Updates and fixes for the book.Eduardo Julian2-26/+28
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian8-159/+128
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian4-54/+55
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian17-260/+274
2021-09-16Additional documentation for JVM types.Eduardo Julian1-3/+3
2021-09-15"module:" => "using"Eduardo Julian440-503/+503
2021-09-15"Row" => "Sequence"Eduardo Julian47-359/+352
2021-09-15"Sequence" => "Stream"Eduardo Julian2-35/+35
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian8-125/+162
2021-09-14Re-named "recur" to "again".Eduardo Julian109-463/+463
2021-09-14Better list pairing.Eduardo Julian5-123/+157
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian106-959/+959
2021-09-14No more "^slots".Eduardo Julian19-164/+128
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian21-47/+47
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian51-364/+370
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian32-122/+123
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian13-272/+112
2021-09-13Re-named #Label to #Tag.Eduardo Julian8-23/+23
2021-09-13Updated only/except import syntax to take into account record => variant ↵Eduardo Julian433-2698/+2698
syntax change.
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian315-3525/+3526
2021-09-12Made the "#" character great again!Eduardo Julian290-6150/+6082
2021-09-10Adjusted new compilers to work with the new variant syntax.Eduardo Julian5-33/+61
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian85-9371/+9372
2021-09-10Fixed the indentation of variants.Eduardo Julian27-528/+528
2021-09-10Migrated variants to the new syntax.Eduardo Julian252-5343/+5409
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian15-508/+306
2021-09-08De-bracing | part 2Eduardo Julian42-227/+253
2021-09-08De-bracing | part 1Eduardo Julian13-94/+101
2021-09-08De-bracing part 0Eduardo Julian5-13/+13
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian76-243/+344
2021-09-08Post annotations clean-up.Eduardo Julian9-123/+25
2021-09-08No more annotations.Eduardo Julian20-697/+242
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian85-9611/+9405
2021-09-08No more module annotations.Eduardo Julian3-55/+14
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-25/+3
2021-09-07Eliminated the last application of annotations.Eduardo Julian3-49/+45
2021-09-07De-taggification | part 4Eduardo Julian402-4070/+4074
2021-09-06New chapter on compiler extensions.Eduardo Julian6-7/+11
2021-09-06Applied new convention for variants.Eduardo Julian3-43/+12