aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-3/+3
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+2
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-0/+8
* error.c: send as a single stringnobu2017-04-261-2/+19
* error.c: improve docsstomar2017-04-261-8/+7
* error.c: splat warn argumentsnobu2017-04-261-12/+2
* Document the Warning module and warn methoderegon2017-04-251-0/+25
* load.c: backtrace of circular requirenobu2017-04-251-1/+7
* ruby.h: check argc to rb_funcallnobu2017-04-151-1/+1
* dir.c: err at glob failurenobu2017-03-271-2/+0
* error.c: warning functionsnobu2017-03-271-0/+70
* error.c: refactor warning messagesnobu2017-03-271-66/+48
* error.c: remove deprecated internal featuresnobu2017-02-211-18/+0
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-4/+4
* error.c: fixed doc [ci skip]nobu2017-01-231-3/+1
* error.c: print default RSnobu2017-01-201-1/+4
* Change Kernel#warn to call Warning.warnnobu2017-01-191-4/+15
* error.c: movednobu2017-01-131-2/+14
* error.c: movednobu2017-01-131-1/+70
* error.c: redefined backtracenobu2016-11-131-10/+13
* error.c: rb_get_backtracenobu2016-11-131-0/+16
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* error.c: check argument of Warning.warnnobu2016-09-271-0/+2
* * error.c: This makes all warnings raised call Warning.warn, whichshyouhei2016-09-271-8/+29
* replace fixnum by integer in documents.akr2016-09-081-2/+2
* error.c: fix newline in syntax errornobu2016-08-121-3/+3
* internal.h: inline Check_Typenobu2016-07-231-15/+41
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-0/+10
* error.c: SyntaxError#initializenobu2016-04-201-0/+20
* refactor syntax errornobu2016-04-201-5/+11
* refactor parser errornobu2016-04-191-20/+15
* appending compile error without rb_errinfonobu2016-04-191-6/+13
* error.c: warn_vsprintfnobu2016-04-181-18/+13
* error.c: compile_vsprintfnobu2016-04-181-3/+3
* error.c: remove unused functionnobu2016-04-171-8/+0
* remove rb_thread_t::base_blocknobu2016-03-281-8/+0
* SyntaxError message at iseq compilenobu2016-03-191-51/+16
* NoMethodError#private_call?nobu2016-02-281-0/+11
* error.c: fix doc [ci skip]nobu2016-02-121-2/+2
* RUBY_ASSERTnobu2016-01-221-0/+13
* * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]sho-h2016-01-191-1/+1
* revert deprecated functionsnobu2015-12-241-4/+0
* deprecate exposed internal functionsnobu2015-12-241-0/+4
* preserve source file name encodingnobu2015-12-241-0/+22
* io.c: encoding in warningsnobu2015-12-131-2/+0
* * *.c (*_memsize): do not check ptr.ko12015-12-091-1/+1
* make local symbols staticnobu2015-12-081-1/+1
* error.c: name_err_local_variablesnobu2015-12-081-1/+39
* * compile.c (iseq_compile_each): add debug information to NODE_STRko12015-11-201-5/+6