Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683) | Timothee Cour | 2020-11-26 | 1 | -3/+3 | |
| | ||||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -2/+2 | |
| | ||||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -4/+4 | |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | |||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -1/+1 | |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | |||||
* | fix #9647 tmpl=>nimf (#9658) | Timothee Cour | 2018-11-14 | 1 | -1/+1 | |
| | ||||||
* | complete removal of web folder, fixes #9304 (#9310) | Miran | 2018-10-12 | 1 | -5/+0 | |
| | | | | | |
* complete removal o//: Beginning of level 3: support for automatically aggregating functions into
//: test suites.
//:
//: (As explained in the transform layer, level 3 runs before level 2. We
//: can't use any of the transforms in previous layers. But we *do* rely on
//: those concepts being present in the input. Particularly labels.)
:(after "Begin Transforms")
// Begin Level-3 Transforms
Transform.push_back(create_test_function);
// End Level-3 Transforms
:(scenario run_test)
% Reg[ESP].u = 0x100;
== 0x1
main:
e8/call run_tests/disp32 # 5 bytes
f4/halt # 1 byte
test_foo: # offset 7
01 d8 # just some unique instruction: add EBX to EAX
c3/return
# check that code in test_foo ran (implicitly called by run_tests)
+run: inst: 0x00000007
:( | |||||
| | ||||||
* | make source code links work again | Araq | 2016-06-07 | 1 | -6/+6 | |
| | ||||||
* | Fixes RSS feed generated by nimweb. | Dominik Picheta | 2016-06-04 | 1 | -22/+23 | |
| | ||||||
* | Fixes website page titles. | Dominik Picheta | 2016-06-04 | 1 | -5/+6 | |
| | ||||||
* | News articles are now placed in separate pages. | Dominik Picheta | 2016-06-04 | 1 | -23/+37 | |
| | | | | Also given each rst file its rightful extension. | |||||
* | Implemented generation of sponsors page + missing assets. | Dominik Picheta | 2016-06-04 | 1 | -1/+36 | |
| | ||||||
* | Generate nre docs with website | Flaviu Tamas | 2016-05-13 | 1 | -10/+10 | |
| | ||||||
* | documented NimScript | Araq | 2015-09-07 | 1 | -2/+2 | |
| | ||||||
* | updated links to source code | Araq | 2015-06-30 | 1 | -1/+1 | |
| | ||||||
* | renamed writeln to writeLine in tools | patrick dw | 2015-06-19 | 1 | -3/+3 | |
| | ||||||
* | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 1 | -2/+2 | |
| | ||||||
* | cleanup index generation | Araq | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1779 from flaviut/ga-docs | Varriount | 2015-01-05 | 1 | -1/+7 | |
|\ | | | | | Add google analytics to docs | |||||
| * | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 1 | -1/+7 | |
| | | ||||||
* | | website updates; Source links now work | Araq | 2014-12-30 | 1 | -9/+11 | |
| | | ||||||
* | | Renamed Babel to Nimble in lib.txt. | Dominik Picheta | 2014-12-26 | 1 | -2/+2 | |
|/ | ||||||
* | Fix source code links | Nick Greenfield | 2014-12-21 | 1 | -8/+8 | |
| | ||||||
* | Merge pull request #1748 from boydgreenfield/improved-doc-styling | Andreas Rumpf | 2014-12-21 | 1 | -8/+10 | |
|\ | | | | | Improved doc styling | |||||
| * | Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim doc | Nick Greenfield | 2014-12-19 | 1 | -8/+10 | |
| | | ||||||
* | | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -9/+10 | |
|/ | ||||||
* | added 'website' option to koch for convenience | Araq | 2014-12-13 | 1 | -2/+7 | |
| | ||||||
* | website slightly improved | Araq | 2014-12-11 | 1 | -1/+1 | |
| | ||||||
* | nimweb builds full docs again | Araq | 2014-12-10 | 1 | -7/+11 | |
| | ||||||
* | further website improvements | Araq | 2014-12-10 | 1 | -0/+1 | |
| | ||||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | new website | Araq | 2014-12-10 | 1 | -7/+7 | |
| | ||||||
* | Nimrod -> Nim | Araq | 2014-10-31 | 1 | -5/+5 | |
| | ||||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -6/+12 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | |||||
| * | disable 'view source' feature | Araq | 2014-10-20 | 1 | -3/+4 | |
| | |