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
/
compiler
/
semparallel.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-4
/
+4
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-3
/
+3
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+1
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+3
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
fixes #20958; fixes the return type of slice function [backport] (#20959)
ringabout
2022-11-29
1
-0
/
+3
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-2
/
+2
*
minor typos (#17668)
flywind
2021-04-07
1
-2
/
+2
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-7
/
+7
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+2
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-10
/
+10
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-15
/
+15
*
[cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426)
Timothee Cour
2020-05-21
1
-1
/
+1
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-1
/
+1
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
1
-8
/
+8
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-41
/
+40
*
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-2
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-62
/
+66
*
fixes #2779
Andreas Rumpf
2018-04-11
1
-1
/
+2
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-12
/
+12
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-1
/
+1
*
fixes #2758
Andreas Rumpf
2016-07-15
1
-3
/
+3
*
disjoint checker is smarter (and slower)
Araq
2015-09-23
1
-2
/
+2
*
made disjoint checker smarter; fixes regressions
Araq
2015-09-23
1
-11
/
+18
*
when nimvm stmt proof of concept
Yuriy Glukhov
2015-09-04
1
-1
/
+1
*
disjoint checker works with the new countup iterators
Araq
2015-03-14
1
-3
/
+4
*
fixes #2287
Araq
2015-03-12
1
-2
/
+2
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
fixes #1597
Araq
2014-12-11
1
-8
/
+24
*
'let' within 'parallel' now works
Araq
2014-09-22
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-3
/
+3
*
progress on 'spawn'
Araq
2014-08-10
1
-4
/
+9
*
'parallel' statement works again
Araq
2014-08-08
1
-1
/
+0
*
Promises are now refs
Araq
2014-06-05
1
-3
/
+3
*
tdisjoint_slice2 works
Araq
2014-05-31
1
-1
/
+1
*
'parallel' proves array bounds
Araq
2014-05-29
1
-10
/
+20
*
'parallel' statement almost working
Araq
2014-05-22
1
-38
/
+51
*
'parallel' statement: next steps
Araq
2014-05-14
1
-13
/
+28
*
progress for the 'parallel' statement
Araq
2014-05-14
1
-71
/
+84
[next]