index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
test
Age
Commit message (
Expand
)
Author
2020-09-20
Fix range checking for numbers.
Ori Bernstein
2020-08-30
Fix IPv6 parsing.
Frank Smit
2020-08-30
Type was not applied to pdst.
Frank Smit
2020-08-28
test/ipparse: put expected and parsed in different buffers
Ori Bernstein
2020-08-28
Fix typo
Ori Bernstein
2020-08-28
copy bytes to a dest buffer.
Ori Bernstein
2019-12-05
[PATCH v2] Force correct sign for intermediate steps of bigmul
sgilles@umd.edu
2019-12-04
Allow specifying padding width from variable
S. Gilles
2019-12-04
Convert lib/test/fmt.myr to use testr
S. Gilles
2019-10-24
Allow bigdivmod to return remainders between 2^31 and 2^32
S. Gilles
2019-09-10
Force scientific notation to print trailing 0s
S. Gilles
2019-09-09
Allow printing fltXY in scientific notation
S. Gilles
2019-09-09
Specify sigfigs (cutoff + Relative mode) for fltXY formatting
S. Gilles
2019-09-07
Allow padding for fltXY formatting
S. Gilles
2019-07-13
Oops, mangled something with git9.
Ori Bernstein
2019-07-14
Fix crash with large shifts in bigint.
Ori Bernstein
2019-05-10
Allow exact case of mkbigint(2^32)
S. Gilles
2019-04-29
Print "NaN" and "Inf" for floating-point NaNs and infinites.
S. Gilles
2019-02-19
Handle (-1) + (1) and (-3) - (-2) with bigints
S. Gilles
2019-02-19
Convert bigint tests to use testr
S. Gilles
2018-12-26
Comment.
Ori Bernstein
2018-12-26
Implement `std.bygrapheme`.
Ori Bernstein
2018-11-16
Add some negative tests.
Ori Bernstein
2018-11-16
Add strfind tests.
Ori Bernstein
2018-05-13
Add float trapping controls.
Ori Bernstein
2018-04-19
Subnormalize special-case floats in fltXYassem.
S. Gilles
2018-04-18
Merge remote-tracking branch 'ori/master' into HEAD
S. Gilles
2018-03-31
Fix tests on 9front.
Ori Bernstein
2018-03-12
Reorder arguments/results of fltXY{explode/assem}
S. Gilles
2018-03-12
Make fltXYexplode and fltXYassem inverses of each other
S. Gilles
2018-02-27
Test some fltbits functions
S. Gilles
2018-02-27
Adjust signs of fltbits functions
S. Gilles
2018-01-27
Remove std.sleq
Ori Bernstein
2018-01-26
Improve our env code, add tests.
Ori Bernstein
2018-01-26
Contbuild wants strreplace.
Ori Bernstein
2017-12-30
Start cleaning up libstd.
Ori Bernstein
2017-12-29
Add some tests to lib/std/alloc.myr
Ori Bernstein
2017-12-26
Fix void slice formatting.
Ori Bernstein
2017-12-25
Make the copy loop byte based.
Ori Bernstein
2017-12-25
Formatting as a state machine.
Ori Bernstein
2017-11-28
Format bodyless union without trailing space.
snocl
2017-11-14
Fix build to deal with removal of streq function.
Ori Bernstein
2017-11-14
Rename comparable => equatable
Ori Bernstein
2017-11-14
Fix tests to use new hashable/comparable traits.
Ori Bernstein
2017-11-09
Allow sleq to read far enough into the array to compare wide types
S. Gilles
2017-11-06
Fix use of width uninitialized in graphemestep
S. Gilles
2017-11-05
Implement graphemestep
S. Gilles
2017-11-05
Make lib/std/test/utf.myr a non-binary file
S. Gilles
2017-10-31
Add zalgo text test.
Ori Bernstein
2017-10-29
Implement graphemewidth
S. Gilles
[next]