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
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+0
*
Rewrite Symbol#to_sym and #intern in Ruby (#6683)
Takashi Kokubun
2022-11-15
1
-0
/
+2
*
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-11
1
-0
/
+22
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-2
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-168
/
+168
*
Ensure _id2ref finds symbols with the correct type
Daniel Colson
2022-07-20
1
-0
/
+6
*
[Bug #18905] Check symbol name types more strictly
Nobuyoshi Nakada
2022-07-20
1
-1
/
+1
*
[DOC] Move the documentations of moved Symbol methods
Nobuyoshi Nakada
2022-04-14
1
-0
/
+11
*
Assign temporary ID to anonymous ID [Bug #18250]
Nobuyoshi Nakada
2021-11-23
1
-0
/
+11
*
rb_id_serial_to_id: return unregistered ID as an internal ID
Nobuyoshi Nakada
2021-11-07
1
-1
/
+2
*
Fix STATIC_SYM2ID for large ID on IL32LLP64 platforms
Nobuyoshi Nakada
2021-10-14
1
-1
/
+1
*
`rb_id_serial_to_id` is used in `key2id` since 4c2d014e9216
Nobuyoshi Nakada
2021-10-13
1
-3
/
+0
*
include/ruby/internal/symbol.h: add doxygen
卜部昌平
2021-09-10
1
-23
/
+0
*
rb_enc_symname_type: indent
卜部昌平
2021-03-05
1
-21
/
+21
*
rb_enc_symname_type: refactor reduce goto
卜部昌平
2021-03-05
1
-5
/
+4
*
sync ruby_global_symbols
Koichi Sasada
2020-09-18
1
-103
/
+196
*
`rb_encoding` is defined as `const`
Nobuyoshi Nakada
2020-08-01
1
-1
/
+1
*
rb_enc_symname_type: refactor split
卜部昌平
2020-06-29
1
-44
/
+93
*
indent [ci skip]
卜部昌平
2020-06-29
1
-22
/
+22
*
rb_enc_synmane_type: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+8
*
[DOC] Added document for rb_check_symbol() [ci skip]
Nobuyoshi Nakada
2020-05-24
1
-0
/
+12
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+12
*
delete unused functions
卜部昌平
2019-11-14
1
-102
/
+0
*
Fix a use-after-free bug by avoiding rb_str_new_frozen
Yusuke Endoh
2019-09-06
1
-1
/
+2
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-16
/
+0
*
Prefix global_symbols with `ruby_`
Nobuyoshi Nakada
2019-05-16
1
-1
/
+2
*
Hide internal IDs
Nobuyoshi Nakada
2019-04-26
1
-6
/
+30
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-6
/
+1
*
Reverting compaction for now
tenderlove
2019-04-17
1
-1
/
+6
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-6
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+6
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-6
/
+1
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-2
/
+2
*
parse.y: ignore constant name captures
nobu
2018-12-20
1
-1
/
+1
*
symbol.c: dsymbol initial encoding
nobu
2018-06-28
1
-1
/
+1
*
symbol.c: non-ASCII constant names
nobu
2018-04-10
1
-1
/
+37
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
common conversion functions
nobu
2017-10-26
1
-0
/
+6
*
.gdbinit: print_id in rp_id [ci skip]
nobu
2017-10-06
1
-1
/
+1
*
symbol.c (rb_id2str): eliminate branch to set class
normal
2017-02-03
1
-9
/
+1
*
* symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum.
naruse
2016-05-26
1
-5
/
+5
*
symbol.c: more informative error message
nobu
2016-01-25
1
-1
/
+2
*
symbol.c: rb_sym_intern
nobu
2015-11-30
1
-1
/
+30
*
symbol.c: not freeze the receiver
nobu
2015-11-20
1
-7
/
+8
*
symbol.c: rb_cstr_intern
nobu
2015-11-08
1
-0
/
+8
*
id.def: token_ops
nobu
2015-11-05
1
-49
/
+0
*
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
1
-6
/
+2
*
symbol.c: dotq in ripper
nobu
2015-10-25
1
-0
/
+2
*
symbol.c: suppress warnings
nobu
2015-08-26
1
-0
/
+3
*
* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.
ko1
2015-08-21
1
-0
/
+6
[next]