aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync_default_gems.rb
Commit message (Expand)AuthorAgeFilesLines
* Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada2023-10-041-1/+5
* Move CRuby-specific prism files to top levelKevin Newton2023-09-281-9/+0
* Rename YARP symbols to prismKevin Newton2023-09-271-2/+2
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-21/+21
* Rename compiler test to iseq testKevin Newton2023-09-271-5/+5
* Fix the case of file to be ignored with to be removedNobuyoshi Nakada2023-09-201-1/+1
* Ignore JRuby extension syncTakashi Kokubun2023-09-191-0/+1
* Fix `git cat-file` conditionNobuyoshi Nakada2023-09-181-4/+2
* Move special patterns to the common patternNobuyoshi Nakada2023-09-171-11/+3
* Ignore changed files under removed pathsNobuyoshi Nakada2023-09-161-9/+3
* Resurrect gem-specific patterns for syncTakashi Kokubun2023-09-151-1/+9
* sync_default_gems.rb: Deal with conflicts on ignored filesTakashi Kokubun2023-09-011-0/+1
* sync_default_gems.rb: Discard some error messagesNobuyoshi Nakada2023-08-311-2/+4
* sync_default_gems.rb: Remove the pattern for yarpNobuyoshi Nakada2023-08-311-6/+1
* sync_default_gems.rb: Remove the pattern for bundlerNobuyoshi Nakada2023-08-311-6/+0
* sync_default_gems.rb: RefactorNobuyoshi Nakada2023-08-311-68/+81
* sync_default_gems.rb: Move ignored_paths to ignore_file_pattern_forNobuyoshi Nakada2023-08-311-21/+9
* sync_default_gems.rb: Remove Java templatesNobuyoshi Nakada2023-08-301-0/+1
* sync_default_gems.rb: Fix typo in replace_rdoc_ref_allNobuyoshi Nakada2023-08-301-1/+2
* sync_default_gems.rb: Transform by procNobuyoshi Nakada2023-08-301-1/+1
* Tests for the YARP compilerKevin Newton2023-08-291-2/+4
* Fixed broken -a option behaviorHiroshi SHIBATA2023-08-291-4/+5
* sync_default_gems.rb: Continue if files added to the toplevel removedNobuyoshi Nakada2023-08-291-1/+3
* sync_default_gems.rb: Split `sync_default_gems_with_commits`Nobuyoshi Nakada2023-08-291-158/+179
* Add yarp/yarp_compiler.c (#8042)Jemma Issroff2023-08-281-0/+2
* sync_default_gems.rb: convert keys of REPOSITORIES to stringsNobuyoshi Nakada2023-08-281-9/+9
* Revert racc auto-sync supportTakashi Kokubun2023-08-281-5/+0
* Ignore test/regress/ for raccTakashi Kokubun2023-08-281-24/+38
* Add missing racc support to sync_default_gemsTakashi Kokubun2023-08-281-0/+1
* Sort repository names in sync_default_gemsTakashi Kokubun2023-08-281-51/+51
* Fix sync script for YARPKevin Newton2023-08-251-4/+1
* Sync YARP to c175f712522cc315f45cd2da308768b90f324dd0Kevin Newton2023-08-241-0/+1
* Improve comments in sync_default_gemsTakashi Kokubun2023-08-231-12/+12
* Use https for remotes by defaultTakashi Kokubun2023-08-231-1/+1
* Ignore more files for other gems as wellTakashi Kokubun2023-08-231-2/+2
* Avoid sync rule duplication between YARP and othersTakashi Kokubun2023-08-231-17/+5
* Place -a in the correct location [ci skip]Takashi Kokubun2023-08-211-1/+1
* Add a forgotten default value for ignored_pathsTakashi Kokubun2023-08-211-2/+3
* Skip commits that are empty after conflict resolutionTakashi Kokubun2023-08-211-3/+9
* Exclude docs/ from YARP syncTakashi Kokubun2023-08-211-5/+10
* Fix YARP syncKevin Newton2023-08-211-0/+8
* Attempt to recover from YARP sync failuresTakashi Kokubun2023-08-171-4/+15
* Attempt to explain what sync_default_gems_with_commits does [ci skip]Takashi Kokubun2023-08-171-5/+24
* Fix the scope of rubygems conflict resolutionTakashi Kokubun2023-08-171-11/+15
* Document the existence of sync_default_gems.rb -a [ci skip]Takashi Kokubun2023-08-171-0/+3
* Remove obsoleted yp_-renaming logicTakashi Kokubun2023-08-171-7/+0
* Render YARP templates in the build process (#8228)Takashi Kokubun2023-08-171-2/+3
* YARP: Ignore Rust sync failuresTakashi Kokubun2023-08-171-0/+1
* Refactor YARP_IGNORE_FILE_PATTERNTakashi Kokubun2023-08-171-2/+0
* Fix a regexp errorTakashi Kokubun2023-08-161-1/+1