Andreas Rumpf
|
b3dd3b2dcc
[ci skip] wip
|
5 年之前 |
Araq
|
9db369063c
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 年之前 |
Arne Döring
|
7d5d9f7703
introduce internal Int128 type, use it to fix case stmt checks (#11652)
|
5 年之前 |
Arne Döring
|
5b27b263fd
Remove immediate pragma (#11308)
|
5 年之前 |
Araq
|
9ecb1aae80
new compiler feature: --expandMacro
|
5 年之前 |
Arne Döring
|
f94ec363ab
Allow void macro result (#11286)
|
5 年之前 |
Arne Döring
|
b92fd30282
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
|
5 年之前 |
Clyybber
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 年之前 |
Andreas Rumpf
|
bf592c4e94
more destructor based changes (#10885)
|
5 年之前 |
alaviss
|
d72921ecf6
compiler/sem: correct macros lineinfo (#10438)
|
6 年之前 |
Neelesh Chandola
|
e77dd683eb
Fix defer not not-working at top level (#10191)
|
6 年之前 |
Araq
|
e874705971
fixes nested gensym'ed parameters; fixes #9476
|
6 年之前 |
cooldome
|
5b98afb8a8
Destructors: more moves for tuples (#9808)
|
6 年之前 |
Andreas Rumpf
|
6e8ed8c6fa
added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation
|
6 年之前 |
Andreas Rumpf
|
cb4d810659
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler switch -d:leanCompiler; useful for the Raberry PI
|
6 年之前 |
cooldome
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 年之前 |
xzfc
|
8fc7cecfa2
compiler: show name of instantiating context in error traces (#6763) (#9207)
|
6 年之前 |
LemonBoy
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 年之前 |
Andreas Rumpf
|
9364369c1f
make tests green again
|
6 年之前 |
Andreas Rumpf
|
84d122b5c8
extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc
|
6 年之前 |
Andreas Rumpf
|
1948eadc24
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExamples works for templates and generics
|
6 年之前 |
Andreas Rumpf
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 年之前 |
Araq
|
d8e66d6acc
fixes merge conflict
|
6 年之前 |
Timothee Cour
|
c352329714
runnableExamples: keep (gitignored) generated foo_examples.nim for inspection even on success (#8544)
|
6 年之前 |
Andreas Rumpf
|
e555e97b4b
use slashes instead of dots for paths
|
6 年之前 |
Timothee Cour
|
06571f5495
fixes #8323 : avoid polluting git status after `nim doc foo` (#8415)
|
6 年之前 |
skilchen
|
6de52d2b74
make runnableExamples use a private nimcache so that they can be tested in parallel (#8281)
|
6 年之前 |
LemonBoy
|
0a14b3d198
Check the RHS when building a set (#8159)
|
6 年之前 |
LemonBoy
|
52fc16d5d2
Return an error symbol as macro output if needed (#8116)
|
6 年之前 |
Zahary Karadjov
|
31651ecd61
allow referencing other parameters in default parameter values
|
6 年之前 |