Skip to content

Commit

Permalink
Nim 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jan 27, 2020
1 parent 6cfabf7 commit 2a70c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/Nim
Submodule Nim updated 82 files
+2 −2 changelogs/changelog_0_18_1.md
+68 −0 changelogs/changelog_1_0_6.md
+3 −0 compiler/aliases.nim
+1 −1 compiler/ast.nim
+5 −4 compiler/cgen.nim
+3 −3 compiler/commands.nim
+30 −15 compiler/docgen.nim
+1 −1 compiler/docgen2.nim
+1 −0 compiler/installer.ini
+3 −6 compiler/int128.nim
+12 −1 compiler/jsgen.nim
+1 −1 compiler/liftdestructors.nim
+1 −0 compiler/msgs.nim
+15 −3 compiler/nim.nim
+3 −2 compiler/nimblecmd.nim
+3 −2 compiler/nimconf.nim
+1 −3 compiler/options.nim
+26 −22 compiler/parser.nim
+2 −2 compiler/semcall.nim
+11 −10 compiler/semstmts.nim
+9 −0 compiler/semtempl.nim
+4 −2 compiler/vm.nim
+1 −1 compiler/vmdef.nim
+11 −3 compiler/vmgen.nim
+1 −0 config/nimdoc.cfg
+25 −23 doc/grammar.txt
+1 −1 doc/intern.rst
+26 −6 doc/manual.rst
+3 −3 doc/manual/var_t_return.rst
+3 −3 doc/manual_experimental.rst
+8 −0 doc/tools.rst
+2 −5 doc/tut1.rst
+1 −1 lib/impure/re.nim
+1 −1 lib/nimrtl.nim
+5 −5 lib/pure/asyncftpclient.nim
+11 −11 lib/pure/asyncnet.nim
+28 −4 lib/pure/collections/tables.nim
+6 −2 lib/pure/distros.nim
+3 −3 lib/pure/httpclient.nim
+0 −1 lib/pure/includes/osseps.nim
+74 −74 lib/pure/net.nim
+1 −1 lib/pure/osproc.nim
+3 −2 lib/pure/parseutils.nim
+3 −0 lib/pure/strformat.nim
+4 −3 lib/pure/times.nim
+29 −10 lib/system.nim
+2 −2 lib/system/alloc.nim
+4 −0 lib/system/ansi_c.nim
+1 −1 lib/system/assertions.nim
+6 −5 lib/system/atomics.nim
+114 −0 lib/system/channels.nim
+4 −1 lib/system/deepcopy.nim
+33 −10 lib/system/excpt.nim
+5 −3 lib/system/io.nim
+1 −1 lib/system/repr.nim
+1 −1 lib/system/sets.nim
+1 −1 lib/wrappers/linenoise/linenoise.c
+1 −0 nimdoc/test_out_index_dot_html/expected/index.html
+1 −0 nimdoc/test_out_index_dot_html/expected/theindex.html
+1 −0 nimdoc/testproject/expected/subdir/subdir_b/utils.html
+1 −0 nimdoc/testproject/expected/testproject.html
+1 −0 nimdoc/testproject/expected/theindex.html
+2 −2 readme.md
+2 −2 testament/backend.nim
+3 −3 testament/categories.nim
+1 −1 testament/htmlgen.nim
+1 −1 testament/important_packages.nim
+7 −7 testament/testament.nim
+1 −1 tests/assert/tfailedassert.nim
+9 −0 tests/assign/tassign.nim
+5 −0 tests/compilerapi/myscript.nim
+1 −0 tests/compilerapi/tcompilerapi.nim
+2 −2 tests/deps/x11-1.0/xkb.nim
+1 −1 tests/deps/x11-1.0/xkblib.nim
+17 −0 tests/destructor/tnewruntime_misc.nim
+9 −1 tests/js/tcopying.nim
+22 −0 tests/objects/t12753.nim
+3 −0 tests/tools/second.nim
+11 −2 tests/tools/tunused_imports.nim
+17 −0 tests/vm/tmisc_vm.nim
+47 −0 tools/grammar_nanny.nim
+4 −4 tools/nimfind.nim

0 comments on commit 2a70c4f

Please sign in to comment.