summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...Timothee Cour2021-05-017-23/+134
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-012-11/+67
* Document the difference between toFloat/toInt and type conversion (#17894)Gabriel Huber2021-04-301-2/+3
* bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...Timothee Cour2021-04-307-33/+65
* fix #17905: hash(closure) was not being tested (#17906)Timothee Cour2021-04-301-12/+20
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-303-6/+5
* Small parser loop fix (#17904)Clyybber2021-04-302-1/+5
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-308-52/+99
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-293-13/+207
* follow-up #17692: more inline syntax highlighting (#17837)Andrey Makarov2021-04-295-181/+287
* Fix `insert` calling wrong function (#17856)Fröhlich A2021-04-291-1/+1
* improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...Timothee Cour2021-04-292-338/+63
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-294-23/+24
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-293-4/+16
* improve cache line size (#17885)flywind2021-04-291-6/+3
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-296-4/+24
* [std/encodings]move to tests (#17866)flywind2021-04-292-72/+73
* externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin...Timothee Cour2021-04-291-13/+9
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-296-13/+17
* Fix documentation of strutils.stripLineEnd (#17883)Michael Krieger2021-04-281-1/+1
* [std/encodings] fix iconv headers on OpenBSD (#17872)flywind2021-04-271-1/+3
* Fix #17712 (#17873)Clyybber2021-04-272-3/+15
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-277-9/+43
* [std/pegs] increase test coverage (#17871)flywind2021-04-272-148/+154
* fix #17859; rename tests so they run in CI; merge several tests with nim chec...Timothee Cour2021-04-277-54/+44
* [std/parsecfg]use runnableExamples (#17868)flywind2021-04-271-96/+95
* add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...Timothee Cour2021-04-272-17/+23
* correct changelog[skip CI] (#17870)flywind2021-04-261-1/+1
* fix typo in changelog refs #17746 [skip ci] (#17869)Timothee Cour2021-04-261-1/+1
* fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)Timothee Cour2021-04-267-17/+17
* disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860)Timothee Cour2021-04-261-1/+1
* fix gbk encodings on windows (#17843)flywind2021-04-262-0/+26
* Remove confusing <//> (#17830)flywind2021-04-267-31/+29
* bring back jstin after forking a new one (#17844)flywind2021-04-251-0/+1
* Ref #17831(synchapi.h: No such file or directory) (#17832)flywind2021-04-251-2/+1
* fix #17836 (typed macro isNil for proc params) (#17841)Saem Ghani2021-04-253-2/+21
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-256-53/+92
* Remove unmaintained dir (#17833)Clyybber2021-04-244-205/+0
* add colon (#17834)flywind2021-04-246-6/+6
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-2412-19/+20
* `--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a...Timothee Cour2021-04-231-1/+4
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-238-12/+78
* manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)Timothee Cour2021-04-231-1/+2
* typos (#17824)Andreas Rumpf2021-04-232-6/+6
* refactor all code that builds csources (#17815)Timothee Cour2021-04-2322-340/+137
* followup #17561, skipping ci now implies green (#17813)Timothee Cour2021-04-234-33/+44
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-2315-30/+50
* Windows: separate DLLs are not required anymoreAndreas Rumpf2021-04-221-4/+0
* fix #17812 (repr fails to compile with ARC/ORC) (#17816)flywind2021-04-222-1/+30
* js generates spurious >>> on shr (#17767)Sivchari2021-04-212-2/+50