index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
docgen: mangling using _. instead of @@ to avoid issue (#14454)
Timothee Cour
2020-05-26
1
-19
/
+19
*
fix #6583, fix #14376, index+search now generated for all projects, many bug ...
Timothee Cour
2020-05-25
1
-12
/
+89
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
4
-3
/
+146
*
fix some issues with --backend (#14363)
Timothee Cour
2020-05-16
1
-0
/
+31
*
fix #14314 do not analyze importc procs for effects (#14319)
Timothee Cour
2020-05-12
1
-0
/
+26
*
fixes #13698 [backport:1.2] (#14175)
Andreas Rumpf
2020-04-30
1
-0
/
+5
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
3
-21
/
+21
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
2
-1
/
+132
*
Fix semfold handling of {.str/int/bool-define.} (#13964)
Oscar Nihlgård
2020-04-13
1
-0
/
+12
*
faster CIs (#13803)
Miran
2020-03-30
1
-2
/
+1
*
fixes #13698 (#13706)
Andreas Rumpf
2020-03-20
1
-1
/
+6
*
fixes #13671 [backport] (#13678)
Andreas Rumpf
2020-03-18
1
-0
/
+5
*
fixes #13661 (#13664) [backport]
Andreas Rumpf
2020-03-16
1
-0
/
+12
*
testament: introduce 'matrix' for testing multiple options (#13343)
Miran
2020-02-07
1
-1
/
+3
*
[backport] -d:danger should imply -d:release (#13336)
Miran
2020-02-05
1
-0
/
+13
*
more on arc codegen (#13178)
cooldome
2020-01-19
1
-7
/
+10
*
fix tsizeof3 for aarch64 (#13169)
Jasper Jenkins
2020-01-16
2
-20
/
+20
*
fixes #13122 (#13126)
Andreas Rumpf
2020-01-13
3
-54
/
+0
*
fix regression in align (#12680)
Arne Döring
2019-11-19
1
-2
/
+0
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
4
-21
/
+21
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
4
-9
/
+94
*
fix #12597 (#12604)
Arne Döring
2019-11-07
1
-0
/
+6
*
remove unused imports from tests
narimiran
2019-11-06
1
-1
/
+1
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
2
-2
/
+2
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-3
/
+2
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
Fix compiler crash caused by top level return (#12501)
Oscar Nihlgård
2019-10-24
1
-0
/
+5
*
Fixed sizeOf to sizeof (#12347)
Ridho Pratama
2019-10-03
1
-1
/
+1
*
close #6731 by writing a test case
narimiran
2019-09-13
2
-0
/
+5
*
added more tests and updated the changelog
Araq
2019-09-02
1
-0
/
+14
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-1
/
+0
*
refactor sizealignoffset (#12077)
Andreas Rumpf
2019-08-28
1
-16
/
+37
*
fixes #11958 (#12013)
Andreas Rumpf
2019-08-23
1
-1
/
+35
*
fixes #11972
Araq
2019-08-20
1
-1
/
+5
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-1
/
+1
*
fix #11812 (#11829)
Arne Döring
2019-07-27
1
-0
/
+78
*
close #9891 by adding a test
narimiran
2019-07-25
2
-0
/
+19
*
fixes #11792 (#11793)
cooldome
2019-07-21
1
-0
/
+30
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
2
-1
/
+85
*
fixes #11660 (#11677)
Andreas Rumpf
2019-07-07
1
-0
/
+6
*
[backport] fix #11320 (#11538)
Arne Döring
2019-07-03
1
-0
/
+13
*
parseopt fix (#11363) [backport]
Jasper Jenkins
2019-06-01
1
-1
/
+2
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-1
/
+1
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
2
-6
/
+6
*
make tests green again
Araq
2019-05-27
1
-3
/
+1
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-1
/
+1
*
Add test case for #3766 (#11252)
Oscar Nihlgård
2019-05-15
1
-0
/
+14
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-0
/
+43
*
low/high for float ranges (#11177)
Oscar Nihlgård
2019-05-06
1
-0
/
+14
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+51
[next]