summaryrefslogtreecommitdiff
path: root/spec/ruby/core
AgeCommit message (Expand)Author
2024-03-22[Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-14Update to ruby/spec@89175b2Benoit Daloze
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-03-13Make `const_source_location` return the real constant as soon as definedJean Boussier
2024-03-07Removed unused fixtures at time examplesHiroshi SHIBATA
2024-03-06Run `binding.irb` in cleaner environment and clean the history fileNobuyoshi Nakada
2024-03-06Use include instead of equal assertion.Hiroshi SHIBATA
2024-03-01Add an example for fallback to shNobuyoshi Nakada
2024-02-27Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata
2024-02-26Update to ruby/spec@3a510bbBenoit Daloze
2024-02-15ruby-spec: Accept the receiver in backtracesYusuke Endoh
2024-02-15Move examples related core extension feature by Bigdecimal to under the libra...Hiroshi SHIBATA
2024-02-15ruby-spec: Accept both a backtick and a single quote in error messagesYusuke Endoh
2024-02-12proc.c: get rid of `CLONESETUP`Jean Boussier
2024-02-12Update to ruby/spec@ce834adBenoit Daloze
2024-02-05Update to ruby/spec@3fc4444Benoit Daloze
2024-01-22Add an autoload spec for the behavior inside autoload but after the constant ...Jean Boussier
2024-01-18spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/cor...Hiroshi SHIBATA
2024-01-18Guard bigdecimal related examplesHiroshi SHIBATA
2024-01-12Ignore windows_31j module with mswinHiroshi SHIBATA
2024-01-12stat command is not provided on WindowsHiroshi SHIBATA
2024-01-12Use timeout instead of sleep on WindowsHiroshi SHIBATA
2024-01-12Don't use cat command on native WindowsHiroshi SHIBATA
2023-12-25Typofix under bootstraptest, spec and yjit directoriesHiroshi SHIBATA
2023-12-07Fix keyword splat passing as regular argumentJeremy Evans
2023-11-29Do not call the inplicit convercion spec on older ruby versionsTema Bolshakov
2023-11-29Fix Array#rassoc specTema Bolshakov
2023-11-27Update to ruby/spec@c3206f6Benoit Daloze
2023-11-09IO#read always check the provided buffer is mutableJean Boussier
2023-10-30Update to ruby/spec@bd7017fBenoit Daloze
2023-10-26Windows: Prefer USERPROFILE over HOMEPATHLars Kanis
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-10-03[DOC] State the precision of `Process.times` as platform-definedNobuyoshi Nakada
2023-10-03Check by integer modulo instead of float stringNobuyoshi Nakada
2023-09-12Make Kernel#lambda raise when given non-literal blockAlan Wu
2023-09-04Update to ruby/spec@96d1072Benoit Daloze
2023-08-26[Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada
2023-08-24Fix support for dynamic keys. (#8273)Samuel Williams
2023-08-23Quarantine a very flaky specTakashi Kokubun
2023-08-10Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio
2023-08-02Update to ruby/spec@9e278f5Benoit Daloze
2023-07-31`Refinement#refined_class` is now deprecatedNobuyoshi Nakada
2023-07-30Add examples of `return` in `eval`Nobuyoshi Nakada
2023-07-26Make {Nil,True,False}Class#singleton_method always raise NameErrorJeremy Evans
2023-07-24Use the caller location as default filename for eval family of methodsJean Boussier
2023-07-17Implement Process.warmupJean Boussier
2023-07-15[Bug #19769] Fix range of size 1 in `String#tr`alexandre184
2023-07-06Improve ArgumentError message for Module#set_temporary_nameBenoit Daloze
2023-07-06Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze