aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use stack size defaults for win32 threads.Samuel Williams2019-06-191-2/+2
* Track how stack was allocated for `cont_free`.Samuel Williams2019-06-192-9/+22
* Ensure execution context is cleared after thread is finished.Samuel Williams2019-06-192-4/+1
* Better handling of root fiber.Samuel Williams2019-06-193-18/+18
* Fix handling of vm_stack_size and avoid trying to deallocate it.Samuel Williams2019-06-193-19/+27
* Move vm stack init into thread.Samuel Williams2019-06-193-14/+41
* Show thread and fiber limits as part of bootstrap tests.Samuel Williams2019-06-192-6/+41
* Improve benchmarks and tests for threads.Samuel Williams2019-06-197-11/+20
* Ignore `/build*`.Samuel Williams2019-06-191-0/+1
* Marshal distant past/futureNobuyoshi Nakada2019-06-193-16/+109
* New buffer for shared stringNobuyoshi Nakada2019-06-192-0/+14
* Update homebrew on TravisTakashi Kokubun2019-06-191-0/+1
* Preserve the string content at self-copyingNobuyoshi Nakada2019-06-192-1/+13
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-193-18/+23
* * 2019-06-19git2019-06-191-1/+1
* Avoid auto indent in prompt when dynamic auto indentaycabta2019-06-191-1/+1
* Fix auto indent crash when blank inputaycabta2019-06-181-1/+2
* Print starting debug message with RELINE_STDERR_TTYaycabta2019-06-181-0/+1
* Now test-bundler is not working on macOS eitherTakashi Kokubun2019-06-181-0/+1
* Implement auto indent for multilineaycabta2019-06-184-2/+79
* [DOC] non-nil `$,`,`$;` will be deprecated [ci skip]Kazuhiro NISHIYAMA2019-06-181-2/+2
* Fix memory leakNobuyoshi Nakada2019-06-181-1/+4
* * expand tabs.git2019-06-181-1/+1
* String#b: Don't depend on dependent stringAlan Wu2019-06-182-4/+19
* * 2019-06-18git2019-06-181-1/+1
* Update documentation for File.executable{,_real}? to mention Windows issuesJeremy Evans2019-06-171-0/+8
* Support Bison 3 in ripperNobuyoshi Nakada2019-06-171-0/+1
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-172-4/+4
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-172-12/+28
* * 2019-06-17git2019-06-171-1/+1
* Support Bison 3Nobuyoshi Nakada2019-06-173-1/+17
* Fix memory leakNobuyoshi Nakada2019-06-162-1/+8
* * expand tabs.git2019-06-161-6/+6
* Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3"Yusuke Endoh2019-06-162-21/+8
* * expand tabs.git2019-06-161-8/+8
* Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3Yuki Yugui Sonoda2019-06-162-8/+21
* Implement line_no correctlyaycabta2019-06-162-7/+7
* tool/redmine-backporter.rb: Change redmine git revisions URL path.nagachika2019-06-161-2/+2
* * 2019-06-16git2019-06-161-1/+1
* tool/redmine-backporter.rb: Add parens to fix condition for svn revision search.nagachika2019-06-161-1/+1
* Revert github/pull/2230, commit missNobuyoshi Nakada2019-06-152-47/+1
* Prefer `enum yytokentype` to intNobuyoshi Nakada2019-06-152-5/+5
* Test for blank lines between leadinig dot method chainsJosh Cheek2019-06-151-0/+32
* Multiline method chain with leading dot works for blank linesJosh Cheek2019-06-152-2/+3
* Remove blank line I accidentally addedJosh Cheek2019-06-151-1/+0
* Test comments between multiline method chainJosh Cheek2019-06-151-0/+7
* Rename LINEND to EMPTYLNJosh Cheek2019-06-151-4/+4
* Omg, it works!Josh Cheek2019-06-151-1/+8
* * 2019-06-15git2019-06-151-1/+1
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29