index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
mk_builtin_loader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the trailing comma comment for builtin [ci skip]
Takashi Kokubun
2022-09-20
1
-1
/
+1
*
Support trailing commas in builtin
Takashi Kokubun
2022-09-20
1
-1
/
+6
*
Support sub-library in builtin-loader
Nobuyoshi Nakada
2022-09-09
1
-0
/
+36
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-1
/
+1
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-1
/
+4
*
Use `VALUE` instead of `intptr_t`
Nobuyoshi Nakada
2021-08-16
1
-1
/
+1
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
Method ID of call and fcall can be const not only ident
Nobuyoshi Nakada
2021-01-01
1
-1
/
+1
*
Access to reserved word parameter like as `__builtin.arg!(:if)`
Nobuyoshi Nakada
2020-12-31
1
-0
/
+6
*
tool/mk_builtin_loader.rb: prevent "assigned but unused variable"
Yusuke Endoh
2020-12-12
1
-2
/
+2
*
skip inlining cexpr! that are not attr! inline
卜部昌平
2020-07-16
1
-22
/
+26
*
mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable
卜部昌平
2020-07-13
1
-2
/
+2
*
%p is not portable accross platforms
卜部昌平
2020-07-13
1
-1
/
+1
*
add comments
卜部昌平
2020-07-13
1
-1
/
+1
*
fix typo
卜部昌平
2020-07-13
1
-1
/
+1
*
inline Primitive.cexpr!
卜部昌平
2020-07-13
1
-27
/
+54
*
precalc invokebuiltin destinations
卜部昌平
2020-07-13
1
-2
/
+21
*
fix up Primitive.cinit! code
Koichi Sasada
2020-07-05
1
-2
/
+2
*
support all locals for cexpr!, cstmt!
Koichi Sasada
2020-07-04
1
-27
/
+50
*
Calculate header line count instead of hardcoding
Nobuyoshi Nakada
2020-06-28
1
-1
/
+2
*
Replace separators in input file name in header too
Nobuyoshi Nakada
2020-06-28
1
-4
/
+4
*
Replace ALT_SEPARATOR with SEPARATOR also in output file name
Nobuyoshi Nakada
2020-06-28
1
-1
/
+5
*
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
1
-0
/
+6
*
[Feature #16254] Allow `Primitive.func` style
Nobuyoshi Nakada
2020-06-19
1
-0
/
+5
*
[Feature #16254] Allow `__builtin.func` style
Nobuyoshi Nakada
2020-06-19
1
-3
/
+20
*
Support arguments of singleton method
Nobuyoshi Nakada
2020-06-14
1
-0
/
+1
*
Fixed up rest, keywords, keyword rest and block arguments
Nobuyoshi Nakada
2020-06-14
1
-2
/
+9
*
Make __builtin_cexpr! and __builtin_cstmt! work again
Takashi Kokubun
2020-06-13
1
-2
/
+17
*
Make builtin loader sources by Ripper
Nobuyoshi Nakada
2020-05-19
1
-44
/
+70
*
Also scan `rescue` clauses
Nobuyoshi Nakada
2020-04-04
1
-1
/
+1
*
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-29
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-2
/
+7
*
Fixed a typo in an exception class name
Nobuyoshi Nakada
2019-12-23
1
-1
/
+1
*
readable function names for inline functions.
Koichi Sasada
2019-12-13
1
-20
/
+52
*
rename __builtin_inline!(code) and introduce others.
Koichi Sasada
2019-11-27
1
-22
/
+54
*
Write rbinc files to the source directory
Nobuyoshi Nakada
2019-11-26
1
-3
/
+11
*
Strip the last line which become trailing spaces
Nobuyoshi Nakada
2019-11-12
1
-1
/
+1
*
Get rid of `__` prefix which is presereved by C standard
Nobuyoshi Nakada
2019-11-12
1
-1
/
+1
*
__builtin_inline!
Koichi Sasada
2019-11-11
1
-5
/
+53
*
Full-path of builtin scripts no longer needed
Nobuyoshi Nakada
2019-11-09
1
-4
/
+2
*
Revert "don't embed full-path."
Koichi Sasada
2019-11-09
1
-1
/
+2
*
don't embed full-path.
Koichi Sasada
2019-11-09
1
-2
/
+1
*
tool/mk_builtin_loader.rb: check if op is an array or not
Yusuke Endoh
2019-11-08
1
-1
/
+1
*
Add file mode to generated files [ci skip]
Nobuyoshi Nakada
2019-11-08
1
-0
/
+1
*
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
1
-2
/
+2
*
Stop compiling if type mismatch was found.
Koichi Sasada
2019-11-08
1
-0
/
+6
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+76