Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-16 | 3 | -10/+10 |
|\ | |||||
| * | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 3 | -10/+10 |
| | | | | | | | | No one calls it EcmaScript anymore. | ||||
* | | micro optimizations for the evaluation engine | Araq | 2013-02-14 | 1 | -5/+11 |
|/ | |||||
* | added GC_addCycleRoot | Araq | 2013-02-12 | 1 | -1/+6 |
| | |||||
* | open arrays documented in the manual | Araq | 2013-02-10 | 1 | -1/+15 |
| | |||||
* | code cleanup for mark&sweep GC | Araq | 2013-02-07 | 1 | -1/+2 |
| | |||||
* | cleaner GC switching | Araq | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 5 | -179/+814 |
|\ | |||||
| * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 1 | -1/+1 |
| |\ | | | | | | | Renames each proc to map, each is left deprecated. | ||||
| | * | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #311 from gradha/pr_documents_two_variable_for_loop | Araq | 2013-01-23 | 1 | -0/+25 |
| |\ \ | | | | | | | | | Documents two-variable for loop with sequences. | ||||
| | * | | Documents two-variable for loop with sequences. | Grzegorz Adam Hankiewicz | 2013-01-21 | 1 | -0/+25 |
| | |/ | |||||
| * | | Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_list | Araq | 2013-01-23 | 1 | -8/+6 |
| |\ \ | | | | | | | | | Fixes rst format for enumerated list in html output. | ||||
| | * | | Fixes rst format for enumerated list in html output. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -8/+6 |
| | |/ | |||||
| * | | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usage | Araq | 2013-01-23 | 2 | -16/+27 |
| |\ \ | | | | | | | | | Adds example of addr/cast usage and indexes addr. | ||||
| | * | | Moves addr out of tutorial into manual, indexing it too. | Grzegorz Adam Hankiewicz | 2013-01-23 | 2 | -16/+27 |
| | |/ | |||||
| * / | Adds some documentation related to exceptions. | Grzegorz Adam Hankiewicz | 2013-01-22 | 2 | -0/+31 |
| |/ | |||||
| * | Fixes tutorial pdf generation due to hierarchy depth. | Grzegorz Adam Hankiewicz | 2013-01-03 | 1 | -33/+33 |
| | | | | | | | | The hierarchy is now an ascii reprsentation. | ||||
| * | Merge pull request #290 from ↵ | Araq | 2012-12-28 | 1 | -0/+79 |
| |\ | | | | | | | | | | | | | gradha/pr_documents_repr_proc_and_nested_arrays_syntax Documents repr proc and nested array syntax. | ||||
| | * | Documents repr proc and nested array syntax. | Grzegorz Adam Hankiewicz | 2012-12-25 | 1 | -0/+79 |
| | | | |||||
| * | | implemented --listFullPaths option for aporia | Araq | 2012-12-27 | 1 | -0/+1 |
| |/ | |||||
| * | fixes #277; documentation improvements | Araq | 2012-12-17 | 2 | -112/+194 |
| | | |||||
| * | fixes #271 | Araq | 2012-12-15 | 1 | -2/+2 |
| | | |||||
| * | lazy paths for Babel support | Araq | 2012-12-11 | 1 | -1/+1 |
| | | |||||
| * | small documentation improvements | Araq | 2012-12-09 | 1 | -6/+6 |
| | | |||||
| * | made some tests green; some small bugfixes | Araq | 2012-12-09 | 1 | -1/+1 |
| | | |||||
| * | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 1 | -2/+83 |
| | | |||||
| * | documentation improvements | Araq | 2012-12-07 | 1 | -5/+291 |
| | | |||||
| * | compiler support for babel | Araq | 2012-12-07 | 1 | -2/+2 |
| | | |||||
| * | replaced recursivePath with shallowPath for Babel | Araq | 2012-12-06 | 1 | -1/+2 |
| | | |||||
| * | implements 'export' feature | Araq | 2012-12-01 | 1 | -2/+29 |
| | | |||||
| * | implemented 'import except' | Araq | 2012-11-28 | 1 | -0/+13 |
| | | |||||
* | | adds an option to interleave the generated code with snippets from the ↵ | Zahary Karadjov | 2012-12-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original source Lines from the original source are outputted as comments next to line directives. Hopefully, this will make debugging codegen problems easier. Other changes: The frame setup code now uses a single-line C macro. My motivation was to reduce the noise in the generated output and make it easier to step over the boiler-plate code, but counter-intuitively this also improved the overall compilation speed a little bit so I applied the same treatment to line tracking too (this reduces the size of the generated files and the explanation is that probably the I/O overhead dominates the macro expansion costs). | ||||
* | | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -0/+1 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 1 | -0/+25 |
| | |||||
* | first steps for 'not nil' annotation | Araq | 2012-11-25 | 1 | -2/+3 |
| | |||||
* | 'iterator' as type description | Araq | 2012-11-22 | 1 | -2/+4 |
| | |||||
* | made 'shared' a keyword | Araq | 2012-11-22 | 1 | -1/+1 |
| | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -0/+1 |
| | |||||
* | fixes #250 | Araq | 2012-11-19 | 1 | -0/+32 |
| | |||||
* | implemented 'tags' pragma | Araq | 2012-11-11 | 1 | -5/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-08 | 1 | -4/+87 |
|\ | |||||
| * | Updates docs about exceptions being on the stack/heap. | Grzegorz Adam Hankiewicz | 2012-11-08 | 1 | -1/+2 |
| | | |||||
| * | Adds to the tutorial some info about exception tracking. | Grzegorz Adam Hankiewicz | 2012-11-08 | 1 | -3/+85 |
| | | |||||
* | | documented 'mixin' declaration | Araq | 2012-11-08 | 1 | -4/+30 |
|/ | |||||
* | documented Nimrod's effects system | Araq | 2012-11-06 | 1 | -7/+101 |
| | |||||
* | system.onRaise improvements | Araq | 2012-11-05 | 1 | -110/+126 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -23/+42 |
| | |||||
* | fixes #230; fixes #227 | Araq | 2012-10-19 | 1 | -8/+1 |
| | |||||
* | first version of a memory profiler | Araq | 2012-10-10 | 2 | -0/+17 |
| |