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
/
template
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-7
/
+7
*
Remove obsoleted mjit_sp_inc.inc.erb
Takashi Kokubun
2023-03-06
1
-2
/
+1
*
Remove obsoleted tool/mjit_tabs.rb
Takashi Kokubun
2023-03-06
1
-1
/
+0
*
Remove obsoleted mjit_config.h
Takashi Kokubun
2023-03-06
1
-25
/
+0
*
Stop building mjit_build_dir.so
Takashi Kokubun
2023-03-06
1
-10
/
+0
*
Drop obsoleted MJIT header (#7458)
Takashi Kokubun
2023-03-06
1
-26
/
+2
*
Add .DELETE_ON_ERROR to Makefile
Alan Wu
2023-02-06
1
-0
/
+4
*
Silence dozens of useless warnings from `nm` on macOS
Nobuyoshi Nakada
2023-01-31
1
-1
/
+1
*
YJIT: Fix shared/static library symbol leaks
Alan Wu
2023-01-27
1
-11
/
+2
*
Silence dozens of useless warnings from `ranlib` on macOS [ci skip]
Nobuyoshi Nakada
2023-01-23
1
-1
/
+1
*
tool/leaked-globals: ignore function typedef [ci skip]
Nobuyoshi Nakada
2023-01-21
1
-1
/
+1
*
Switch to use gem version of simplecov, not git clone
Hiroshi SHIBATA
2023-01-18
1
-17
/
+0
*
Move the dependency of makefiles on revision header [ci skip]
Nobuyoshi Nakada
2023-01-14
1
-1
/
+1
*
MSVS lacks `touch` [ci skip]
Nobuyoshi Nakada
2022-12-20
1
-0
/
+1
*
Fix missing parentheses [ci skip]
Nobuyoshi Nakada
2022-12-20
1
-1
/
+1
*
Handle depend files on nmake
Nobuyoshi Nakada
2022-12-05
1
-0
/
+2
*
MJIT: Rename mjit_compile_attr to mjit_sp_inc
Takashi Kokubun
2022-11-29
1
-2
/
+2
*
Fix infinite loop when out-of-place build
Nobuyoshi Nakada
2022-11-02
1
-1
/
+1
*
Suppress warning for fgrep
Hiroshi SHIBATA
2022-10-19
1
-1
/
+1
*
Extract `RUBY_RELEASE_DATE` from also revision.h
Nobuyoshi Nakada
2022-09-25
1
-1
/
+1
*
Move mjit/instruction.rb rule to common.mk
Takashi Kokubun
2022-09-18
1
-5
/
+0
*
Introduce --basedir to insns2vm.rb
Takashi Kokubun
2022-09-18
1
-2
/
+2
*
Revert "Preserve the directory structure under tool/ruby_vm/views"
Takashi Kokubun
2022-09-18
1
-1
/
+1
*
Preserve the directory structure under tool/ruby_vm/views
Takashi Kokubun
2022-09-18
1
-1
/
+1
*
Demote mjit_instruction.rb from builtin to stdlib
Takashi Kokubun
2022-09-18
1
-4
/
+5
*
Fix parallel build on MINGW
Lars Kanis
2022-09-10
1
-0
/
+1
*
Fix missing replacement in 1f91dcdab3b
Nobuyoshi Nakada
2022-09-07
1
-1
/
+1
*
Define BOOTSTRAPRUBY from HAVE_BASERUBY
Nobuyoshi Nakada
2022-09-07
1
-2
/
+5
*
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-04
1
-7
/
+6
*
Make sources by BASERUBY if available instead of miniruby
Nobuyoshi Nakada
2022-09-03
1
-1
/
+1
*
Exclude LIBPATHENV wrapper from PREP
Nobuyoshi Nakada
2022-09-03
1
-0
/
+2
*
Move duplicate dependencies
Nobuyoshi Nakada
2022-09-03
1
-5
/
+0
*
Silent configure does not output cached configurations
Nobuyoshi Nakada
2022-08-14
1
-2
/
+3
*
Fix race conditions when cleaning extensions
Nobuyoshi Nakada
2022-08-11
1
-0
/
+4
*
The "gems" build directory was rename as ".bundle"
Nobuyoshi Nakada
2022-08-11
1
-5
/
+5
*
Add `--enable-devel` configure option
Nobuyoshi Nakada
2022-08-11
1
-1
/
+3
*
Add yjit.o to DTRACE_DEPENDENT_OBJS
Jakub KulĂk
2022-05-30
1
-1
/
+2
*
Reduce duplicate replacements
Nobuyoshi Nakada
2022-05-30
1
-5
/
+5
*
Run find in PATH [ci skip]
Nobuyoshi Nakada
2022-05-25
1
-1
/
+1
*
Clean intermediate files for update-deps [ci skip]
Nobuyoshi Nakada
2022-05-25
1
-0
/
+1
*
Clean intermediate object files
Nobuyoshi Nakada
2022-05-18
1
-0
/
+1
*
Verbose mode on libyjit merge
Nobuyoshi Nakada
2022-05-18
1
-2
/
+2
*
Extract YJIT_LIBS directly without copying
Nobuyoshi Nakada
2022-05-18
1
-2
/
+1
*
`AR` does not need the absolute path
Nobuyoshi Nakada
2022-05-18
1
-5
/
+6
*
Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791
Nobuyoshi Nakada
2022-05-17
1
-0
/
+1
*
YJIT: Handle spaces in build dir path using find(1) `-exec`
Alan Wu
2022-04-28
1
-9
/
+3
*
Try to fix error on Solaris
Kazuhiro NISHIYAMA
2022-04-28
1
-1
/
+1
*
Work around shell syntax error on Solaris
Alan Wu
2022-04-27
1
-3
/
+9
*
Rust YJIT
Alan Wu
2022-04-27
1
-1
/
+19
*
Load fake.rb at `BTESTRUBY`
Nobuyoshi Nakada
2022-04-05
1
-2
/
+1
[next]