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
/
ccgbugs
Commit message (
Expand
)
Author
Age
Files
Lines
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-0
/
+27
*
:D
Clyybber
2020-07-11
1
-0
/
+28
*
Add testcase for some old fixed issues (#14960)
Clyybber
2020-07-10
1
-18
/
+0
*
Fix #14396 (#14793)
Clyybber
2020-07-04
1
-0
/
+70
*
warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...
Andreas Rumpf
2020-05-30
1
-4
/
+6
*
fixes #14126 [backport:1.2] (#14390)
Andreas Rumpf
2020-05-20
1
-3
/
+45
*
Fix #14160 (#14161)
Clyybber
2020-04-30
1
-0
/
+15
*
fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...
Timothee Cour
2020-04-08
1
-0
/
+12
*
fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...
Timothee Cour
2020-04-07
2
-0
/
+17
*
faster CIs (#13803)
Miran
2020-03-30
1
-27
/
+0
*
fixes #13281 (#13282)
cooldome
2020-01-28
1
-1
/
+17
*
style fix: change 'JS' to 'js' to make it consistent (#13168)
Miran
2020-01-16
1
-1
/
+1
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-0
/
+11
*
remove unused imports from tests
narimiran
2019-11-06
2
-3
/
+2
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-1
/
+1
*
refactor illegal iterator assignment detection (#12212)
Arne Döring
2019-10-11
2
-27
/
+14
*
revert #12100; typeof(nil) is weird enough, don't allow it as the return type
Andreas Rumpf
2019-09-02
1
-3
/
+0
*
Allow typeof(nil) as a return type
Albert Safin
2019-08-31
1
-1
/
+4
*
Allow typeof(nil) as generic parameter (#11869)
Oscar Nihlgård
2019-08-03
1
-2
/
+11
*
fixes #11525
Andreas Rumpf
2019-06-26
1
-1
/
+38
*
make tests green again
Araq
2019-05-27
1
-3
/
+2
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
closes #9825
Araq
2019-05-10
1
-0
/
+11
*
Add testcase for #9684 (#11221)
Clyybber
2019-05-10
1
-0
/
+11
*
Fix #9844 (#11216)
Clyybber
2019-05-09
1
-1
/
+15
*
fixes #9578 (#11176)
jcosborn
2019-05-06
6
-0
/
+108
*
fixes #9403
Araq
2019-05-05
1
-1
/
+20
*
iterators: several small fixes (#11162)
Miran
2019-05-04
1
-1
/
+1
*
Fix varargs int32 (#11054)
Arne Döring
2019-04-18
1
-0
/
+10
*
remove shadow warning, fixes #10732 (#11039)
Miran
2019-04-17
1
-1
/
+1
*
Fix edge case in type hashing (#10601) [backport]
LemonBoy
2019-02-08
1
-0
/
+15
*
properly deprecate parseopt2 (#10452)
Miran
2019-01-25
1
-2
/
+2
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
1
-3
/
+3
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
1
-0
/
+2
*
lots of small changes
Arne Döring
2018-12-11
6
-10
/
+12
*
megatest checks output and nimout
Arne Döring
2018-12-11
2
-3
/
+2
*
megatest can be executed
Arne Döring
2018-12-11
1
-16
/
+0
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-4
/
+4
*
join simple test
Arne Döring
2018-11-23
1
-10
/
+0
*
make run the default action of a test in tester
Arne Döring
2018-11-23
6
-2
/
+31
*
make more tests green for C++; refs #7870
Araq
2018-10-30
4
-2
/
+4
*
make thavlak and tmarkerproc_regression tests take fewer iterations in order ...
Araq
2018-10-17
1
-3
/
+3
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
1
-1
/
+1
*
fixes #9297 (#9298)
cooldome
2018-10-11
1
-1
/
+41
*
Fix wrong heuristic in codegen (#9293)
LemonBoy
2018-10-11
1
-0
/
+22
*
Codegen fix for procs taking type(nil) (#9231)
xzfc
2018-10-09
1
-0
/
+6
*
Fix codegen for some set operations
LemonBoy
2018-09-28
1
-0
/
+12
*
Merge pull request #8746 from LemonBoy/nil-opts
Andreas Rumpf
2018-09-23
1
-0
/
+13
|
\
|
*
nil strings are movable
LemonBoy
2018-09-22
1
-0
/
+13
*
|
Merge pull request #8983 from cooldome/codegen_crash
Andreas Rumpf
2018-09-18
1
-1
/
+34
|
\
\
[next]