aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Do not warn about extra `format` argument when passed as keywordsJean Boussier2024-07-111-0/+32
* Implement Hash.new(capacity:)Jean Boussier2024-07-081-1/+19
* Raise a TypeError for Thread#thread_variable{?,_get} for non-symbolJeremy Evans2024-07-062-12/+26
* Update to ruby/spec@f8987acAndrew Konchin2024-07-0244-170/+886
* Allow ambiguosity of `return` lineNobuyoshi Nakada2024-06-251-1/+1
* [Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada2024-06-251-0/+1
* Skip 3 specs when $HOME is not a valid directoryJeremy Evans2024-06-202-7/+10
* net-ftp-0.3.6 always return response with put/puttextfile.Hiroshi SHIBATA2024-06-181-4/+0
* Kernel#warn: don't call `Warning.warn` unless the category is enabledJean Boussier2024-06-121-0/+24
* 'SPEC_TEMP_DIR` should not be world-writableKoichi Sasada2024-06-121-5/+9
* Fix CI when YJIT is enabledAndrew Konchin2024-06-101-5/+7
* Update to ruby/spec@517f06fAndrew Konchin2024-06-1012-1268/+1238
* Check current file on TracePointKoichi Sasada2024-06-101-0/+12
* Balance block braces with `#if`Nobuyoshi Nakada2024-06-071-2/+4
* Enclose in ruby_version_is blocksNobuyoshi Nakada2024-06-072-68/+64
* Remove the old untyped Data API in spec/rubyNobuyoshi Nakada2024-06-075-1/+20
* Remove circular parameter syntax errorKevin Newton2024-06-063-32/+48
* [Bug #20438] Disallow "%\n" and "%\0"Nobuyoshi Nakada2024-05-291-21/+44
* Stop marking chilled strings as frozenÉtienne Barrié2024-05-282-15/+9
* Update duplicated when clause warning messageKevin Newton2024-05-241-11/+28
* Update to ruby/spec@6b04c1dAndrew Konchin2024-05-1931-25/+425
* Add a ruby_bug spec for String#index clearing $~Jean Boussier2024-05-091-0/+11
* Reject empty lines in IRB binding specStan Lo2024-05-021-1/+1
* Declare as NORETURNNobuyoshi Nakada2024-05-021-2/+6
* Skip Warning.[] spec if mspec is passing warning optionsKevin Newton2024-05-011-0/+4
* chore: remove repetitive words (#10573)careworry2024-04-181-1/+1
* Add a hint of `ASCII-8BIT` being `BINARY`Jean Boussier2024-04-181-3/+17
* `Fiber#raise` recursively raises on nested resuming_fiber. (#10482)Samuel Williams2024-04-171-0/+34
* Revert an accidentally merged change [ci skip]Nobuyoshi Nakada2024-04-171-0/+7
* [Feature #20335] `Thread.each_caller_location` argumentsNobuyoshi Nakada2024-04-172-9/+2
* prism_compile.c: X_STRING should be frozenJean Boussier2024-04-111-0/+78
* [Misc #18984] Raise TypeError from Range#size if the range is not iterableKouhei Yanagita2024-04-101-13/+49
* Reset `$.` before matchingNobuyoshi Nakada2024-04-031-0/+1
* Update to ruby/spec@573cf97Andrew Konchin2024-04-0228-47/+719
* Suppress warning at literal stringNobuyoshi Nakada2024-03-281-1/+1
* [DOC] remove repetitive words in commentscrazeteam2024-03-271-1/+1
* [Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze2024-03-223-11/+52
* [PRISM] Enable specs in CIKevin Newton2024-03-202-3/+3
* Implement chilled stringsÉtienne Barrié2024-03-198-12/+140
* Update set_backtrace documentationJean Boussier2024-03-181-2/+5
* Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada2024-03-161-2/+2
* Update to ruby/spec@89175b2Benoit Daloze2024-03-14209-700/+745
* [Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu2024-03-141-10/+2
* `Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier2024-03-142-0/+36
* Make `const_source_location` return the real constant as soon as definedJean Boussier2024-03-133-0/+29
* Removed unused fixtures at time examplesHiroshi SHIBATA2024-03-071-1/+0
* Run `binding.irb` in cleaner environment and clean the history fileNobuyoshi Nakada2024-03-062-9/+9
* Use include instead of equal assertion.Hiroshi SHIBATA2024-03-061-1/+3
* [DOC] fix some commentscui fliter2024-03-052-2/+2
* [Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall2024-03-032-1/+9