index
:
delta/ruby-gems/pry.git
0-10-stable
0-10-stable-windows-fix
0-11-stable
0-9-11-stable
0-9-12-defer-readline
0-9-12-stable
1316-xdg-history
1369-blank-prefix-fix
1452-show-source-fix
1804-jruby-source-location
1824-frozen-string-literal
1889-truffle-ruby-support
1991-output-winsize-fix
2185-pager-bug-fix
663-plugin-management
add-clear-screen-command
backup-master
base-helpers-backport
basicobj-inspect
changelog
changelog-next-version
circleci
color-printer-refactoring
command-global-state
command-refactoring
config-code-format
configuration-refactoring
control-d-handler-removal
control-d-ruby-3-friendly
copyrights
eastereggs/music
exception-handler-refactoring
extend-command-bundle-removal
extensible-prompts
feature/explicit_block
feature/pipe-syntax
feature/pipes
feature/plugin-class
feature/pryrc_repl
feature/save-source
fix-957
fix-jruby-head-build
gem-deps-cleanup
hacks
improve_basic_object_support
include-text-module
inline-restore-default-behaviour
issue-1633
list-prompts
make-global-config-greppable
master
master-backup-18-oct-2017
minitest-bacon
more-rubocop-fixes
possible-release-sha
prompt-api
prompt-commands
prompt-simpler-api
pry-and-fakefs
pry-configure
pry-gem-extraction
pry-helpers
pry-lazy
pryfork-deprecate
randomize-tests
rbx-removal
readme-rework
refactor/dont-throwaway-pry-instance
refactor/optimize_prefix
remove-global-config
remove_mri18_support
require-relative-cli
require_relative
respond_to-2.4-warnings
revert-1404-add-pwd
rubocop
rubocop-fixes
rubocop-fixes-4
rubocop-lint-ambiguous-block-assosication
show-source-doc-examples-refactoring
snowman-prompt
test-suite-silence-warnings
universal-architecture
update-pryrepl-org-refs
use-bundle-exec-in-rakefile
use-bundler-quiet-instead-of-monkey-patch
v0.11.0.pre
v0.12.x
v0.13.x
wip.refactor.callbacks
wip.refactor.decompose_repl
wip.refactor.repl
wip.refactor.repl.amc
wip.show-source-doc-super-kw-support
github.com: pry/pry.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
history: cache @history.count to improve performance
Kyrylo Silin
2019-05-02
1
-6
/
+8
*
Refactor Config
Kyrylo Silin
2019-05-02
15
-546
/
+359
*
Reduce the influence of Pry::Config
Kyrylo Silin
2019-04-30
4
-4
/
+7
*
pry_instance: factor out command state to be global
command-global-state
Kyrylo Silin
2019-04-29
5
-5
/
+37
*
commands/watch_expression: use command state instead of config
Kyrylo Silin
2019-04-28
1
-1
/
+1
*
config: factor out control_d_handler to ControlDHandler
Kyrylo Silin
2019-04-15
3
-21
/
+27
*
config: factor out 'system' to SystemCommandHandler
Kyrylo Silin
2019-04-15
3
-8
/
+17
*
config: factor out exception_handler hook to a separate class
exception-handler-refactoring
Kyrylo Silin
2019-04-15
3
-22
/
+43
*
config: factor out color printer proc to ColorPrinter
Kyrylo Silin
2019-04-14
4
-10
/
+10
*
config: factor out default hook definition to Pry::Hooks
Kyrylo Silin
2019-04-14
2
-8
/
+11
*
Move history file detection to Pry::History
Kyrylo Silin
2019-04-10
3
-16
/
+20
*
Move `default_editor_for_platform` to Pry::Editor
Kyrylo Silin
2019-04-10
4
-12
/
+12
*
spec/command: refactor to cover more, and more clearly
Kyrylo Silin
2019-04-09
1
-12
/
+11
*
command: rename #correct_arg_arity to #normalize_method_args
Kyrylo Silin
2019-04-08
3
-11
/
+13
*
block_command: delete backwards compatibility code
Kyrylo Silin
2019-04-08
1
-3
/
+0
*
command: reorder methods
Kyrylo Silin
2019-04-08
1
-54
/
+52
*
command: move BlockCommand to a separate file
Kyrylo Silin
2019-04-08
3
-22
/
+24
*
command: move ClassCommand to a separate file
Kyrylo Silin
2019-04-08
3
-191
/
+193
*
command: delete #hooks
Kyrylo Silin
2019-04-08
1
-7
/
+1
*
command_set: refactor specs
Kyrylo Silin
2019-04-04
1
-24
/
+21
*
command_set: delete #disabled_commands
Kyrylo Silin
2019-03-31
1
-11
/
+0
*
Delete commands/disabled_commands
Kyrylo Silin
2019-03-31
4
-5
/
+2
*
helpers/command_helpers: add tests, refactor variable names
Kyrylo Silin
2019-03-30
3
-66
/
+40
*
color_printer: cosmetic refactoring
Kyrylo Silin
2019-03-30
1
-40
/
+32
*
color_printer: inline OBJ_COLOR so it's testable
Kyrylo Silin
2019-03-30
1
-10
/
+3
*
color_printer: require English
Kyrylo Silin
2019-03-28
1
-0
/
+1
*
color_printer: move class documentation above the class definition
Kyrylo Silin
2019-03-28
1
-1
/
+1
*
Stop requiring coderay in files that don't use it
Kyrylo Silin
2019-03-28
8
-13
/
+0
*
Factor out all CodeRay code to Pry::SyntaxHighlighter
Kyrylo Silin
2019-03-28
9
-11
/
+38
*
rubocop: "fix" the Lint/ShadowedException cop
Kyrylo Silin
2019-03-24
1
-1
/
+1
*
rubocop: fix the Lint/Void cop
Kyrylo Silin
2019-03-24
1
-1
/
+0
*
rubocop: fix the Naming/AccessorMethodName cop
Kyrylo Silin
2019-03-24
2
-4
/
+4
*
rubocop: fix the Naming/BinaryOperatorParameterName cop
Kyrylo Silin
2019-03-24
1
-6
/
+4
*
rubocop: fix the Naming/ConstantName cop
Kyrylo Silin
2019-03-24
1
-2
/
+2
*
rubocop: fix the Naming/UncommunicativeMethodParamName cop
Kyrylo Silin
2019-03-24
11
-63
/
+58
*
rubocop: fix Naming/HeredocDelimiterNaming cop
Kyrylo Silin
2019-03-24
4
-8
/
+8
*
rubocop: fix Naming/MemoizedInstanceVariableName offences
Kyrylo Silin
2019-03-24
1
-1
/
+1
*
rubocop: "fix" offences of the Security/Eval cop
Kyrylo Silin
2019-03-24
3
-9
/
+16
*
rubocop: fix offences of the Style/CaseEquality cop
Kyrylo Silin
2019-03-24
21
-32
/
+37
*
rubocop: fix offences of the Style/AccessModifierDeclarations cop
Kyrylo Silin
2019-03-23
5
-42
/
+41
*
rubocop: fix offences of the Style/AsciiComments cop
Kyrylo Silin
2019-03-23
2
-2
/
+2
*
rubocop: fix offences of the Style/ClassVars cop
Kyrylo Silin
2019-03-23
1
-0
/
+2
*
rubocop: disable Style/DoubleNegation
Kyrylo Silin
2019-03-23
2
-5
/
+3
*
rubocop: fix offences of the Style/EvalWithLocation cop
Kyrylo Silin
2019-03-23
2
-10
/
+18
*
rubocop: fix offences of the Style/FormatStringToken cop
Kyrylo Silin
2019-03-23
3
-3
/
+9
*
rubocop: fix offences of the Style/MethodMissingSuper cop
Kyrylo Silin
2019-03-23
8
-25
/
+46
*
rubocop: fix offences of the Style/MissingRespondToMissing cop
Kyrylo Silin
2019-03-23
4
-2
/
+14
*
rubocop: fix offences of the Lint/UnderscorePrefixedVariableName cop
Kyrylo Silin
2019-03-23
2
-5
/
+5
*
rubocop: fix offences of the Style/PerlBackrefs cop
Kyrylo Silin
2019-03-23
3
-8
/
+8
*
rubocop: fix offences of the Style/GuardClause cop
Kyrylo Silin
2019-03-23
22
-142
/
+133
[next]