index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_autoload.rb
Age
Commit message (
Expand
)
Author
2020-01-28
support multi-run for test/ruby/test_autoload.rb
Koichi Sasada
2020-01-28
support multi-run for ruby/test_autoload.rb
Koichi Sasada
2019-12-11
Do not load files in build directory
Kazuhiro NISHIYAMA
2019-12-03
Do not lose existing constant visibility when autoloading
Jeremy Evans
2019-11-19
Add a test
Kazuhiro NISHIYAMA
2019-06-28
Suppress void context warning in verbose mode
Nobuyoshi Nakada
2019-06-21
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-05-07
Avoid triggering autoload in Module#const_defined?(String)
Jean Boussier
2018-12-28
test_array.rb: increase timeout for RubyCI
k0kubun
2018-10-21
try to remove some test skips for MJIT
k0kubun
2018-06-26
test: skip 2 major unstable tests with MJIT
k0kubun
2018-05-10
variable.c: fix multiple autoload with identical file (again)
normal
2018-05-10
revert r63387 and r63389 for now
normal
2018-05-10
variable.c: fix autoload object lifetimes and leak
normal
2018-05-10
variable.c: fix multiple autoload with identical file
normal
2018-04-20
variable.c: fix thread + fork errors in autoload
normal
2018-02-13
variable.c: flags at autoloading
nobu
2018-02-13
revert r62392
usa
2018-02-13
variable.c: flags at autoloading
nobu
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-07
variable.c: cleanup waitq upon thread death
normal
2016-02-19
test/ruby: suppress runtime warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-09
variable.c (rb_autoload_load): allow recursive calls
normal
2015-11-05
test/ruby/test_autoload: hoist out ruby_impl_require
normal
2015-05-18
test_autoload.rb: use class_eval
nobu
2015-05-16
* load.c (loaded_feature_path): stop returning false negatives for
tenderlove
2015-05-14
* variable.c: Change autoload to call `require` through Ruby rather
tenderlove
2014-11-26
* test/ruby/test_autoload.rb (class TestAutoload): change load target
tarui
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-06-01
* test/ruby/envutil.rb (default_warning): New method.
akr
2014-06-01
Use EnvUtil.suppress_warning.
akr
2014-06-01
Suppress a warning.
akr
2014-06-01
Suppress a warning.
akr
2013-04-20
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2012-07-18
* test/ruby/test_autoload.rb: remove temporally files early.
akr
2012-04-12
* test/ruby/test_autoload.rb: clear autoloaded paths.
nobu
2011-09-01
* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see
nobu
2011-08-31
* Re-apply r33078, thread-safe autoload which is reverted at r33093.
nahi
2011-08-27
* Revert r33078. It caused a Rails application NoMethodError.
nahi
2011-08-26
* variable.c: Make autoload thread-safe. See #921.
nahi
2011-06-14
* test/ruby/test_autoload.rb: remove temporary directory.
akr
2011-04-14
* variable.c (rb_autoload_p): search superclasses as same as actual
nobu
2011-02-05
Surpress warnings: possibly useless use of :: in void context
naruse
2011-02-05
* load.c (rb_get_expanded_load_path): always expand load paths.
nobu
2009-09-09
* load.c (rb_feature_provided): fixed for autoloading extension
nobu