| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler/sem: correct macros lineinfo (#10438) | alaviss | 2019-01-24 | 1 | -4/+5 |
* | Fix defer not not-working at top level (#10191) | Neelesh Chandola | 2019-01-07 | 1 | -2/+0 |
* | fixes nested gensym'ed parameters; fixes #9476 | Araq | 2018-12-08 | 1 | -5/+6 |
* | Destructors: more moves for tuples (#9808) | cooldome | 2018-11-27 | 1 | -1/+1 |
* | added first version of a nimfind tool for the poor souls that don't have a go... | Andreas Rumpf | 2018-11-14 | 1 | -2/+2 |
* | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi... | Andreas Rumpf | 2018-11-07 | 1 | -1/+4 |
* | Change the order of compilation passes, transformation is made lazy at code g... | cooldome | 2018-10-18 | 1 | -1/+1 |
* | compiler: show name of instantiating context in error traces (#6763) (#9207) | xzfc | 2018-10-11 | 1 | -1/+1 |
* | Make the registered passes local to the ModuleGraph (#9259) | LemonBoy | 2018-10-09 | 1 | -1/+1 |
* | make tests green again | Andreas Rumpf | 2018-09-24 | 1 | -2/+10 |
* | extended system.type/typeof to support an upcoming 'collect' macro that works... | Andreas Rumpf | 2018-09-11 | 1 | -4/+4 |
* | change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa... | Andreas Rumpf | 2018-09-02 | 1 | -23/+0 |
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -1/+1 |
* | fixes merge conflict | Araq | 2018-08-07 | 1 | -1/+2 |
|\ |
|
| * | runnableExamples: keep (gitignored) generated foo_examples.nim for inspection... | Timothee Cour | 2018-08-07 | 1 | -1/+2 |
* | | use slashes instead of dots for paths | Andreas Rumpf | 2018-08-06 | 1 | -2/+2 |
|/ |
|
* | fixes #8323 : avoid polluting git status after `nim doc foo` (#8415) | Timothee Cour | 2018-07-30 | 1 | -3/+5 |
* | make runnableExamples use a private nimcache so that they can be tested in pa... | skilchen | 2018-07-12 | 1 | -2/+9 |
* | Check the RHS when building a set (#8159) | LemonBoy | 2018-06-30 | 1 | -1/+1 |
* | Return an error symbol as macro output if needed (#8116) | LemonBoy | 2018-06-27 | 1 | -1/+6 |
* | allow referencing other parameters in default parameter values | Zahary Karadjov | 2018-06-16 | 1 | -7/+11 |
* | fixes #7222; fixes #5595; fixes #3747 | Zahary Karadjov | 2018-06-16 | 1 | -1/+1 |
* | A minimal patch enabling the new typedesc and static types syntax | Zahary Karadjov | 2018-06-16 | 1 | -0/+3 |
* | implements a --nep1:on switch to make the compiler enforce the naming convent... | Andreas Rumpf | 2018-06-13 | 1 | -1/+1 |
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -2/+4 |
|\ |
|
| * | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909) | andri lim | 2018-06-04 | 1 | -2/+4 |
* | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 1 | -1/+1 |
|\| |
|
| * | fixes #7818, correct internal representation of generic objects array constru... | andri lim | 2018-05-29 | 1 | -1/+1 |
* | | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -8/+5 |
* | | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -7/+2 |
* | | runnableExamples: use the self exe to test the examples | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
* | | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 1 | -2/+2 |
* | | refactoring: remove idents.legacy global variable and pass the IdentCache aro... | Andreas Rumpf | 2018-05-27 | 1 | -7/+7 |
* | | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | | Merge branch 'devel' into araq-big-refactoring | Andreas Rumpf | 2018-05-27 | 1 | -0/+1 |
|\| |
|
| * | fix #7883; fix #7829 | Zahary Karadjov | 2018-05-26 | 1 | -0/+1 |
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -16/+16 |
* | | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
* | | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -1/+1 |
|/ |
|
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
* | sem pass compiles again | Andreas Rumpf | 2018-05-12 | 1 | -22/+22 |
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -13/+16 |
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -24/+27 |
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -3/+3 |
* | fixes #7601, array construction of ptr generics (#7671) | andri lim | 2018-04-27 | 1 | -2/+3 |
* | allow setting template/macro recursive evaluation limits (#7652) | jcosborn | 2018-04-19 | 1 | -1/+1 |
* | introduce nkTupleConstr AST node for unary tuple construction; breaking change | Andreas Rumpf | 2018-04-13 | 1 | -1/+1 |
* | symbol files: delay the emission of forwarded procs | Araq | 2018-02-21 | 1 | -0/+1 |
* | symbol files: more progress | Araq | 2018-02-20 | 1 | -1/+2 |
* | new .rod file implementation; part 1: writing of the file | Araq | 2018-02-17 | 1 | -1/+2 |