summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* version 0.11.1 releasev0.11.1John Mair2017-09-261-1/+1
* add 'JavaPackageModuleTemplate' as a deprecated constant (jruby).robert2017-09-201-0/+1
* solve 1.9 spec failures, that occur on default Travis envrobert2017-09-201-1/+1
* undo whitespace/unintended removal of commentrobert2017-09-201-0/+2
* jruby-ingrobert2017-09-201-4/+12
* whereami?!?!?!?! fix #1597r-obert2017-07-151-0/+1
* add docs [ci skip]r-obert2017-06-241-0/+21
* fix eager_load! whiler-obert2017-06-241-2/+1
* eager load all Pry::Config::Memoized objects that may be in chain.r-obert2017-06-241-4/+5
* last_default might not be a Pry::Config::Memoizedr-obert2017-06-231-0/+1
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-2316-31/+59
|\
| * Merge pull request #1611 from pry/respond_to-2.4-warningsrobert2017-06-1316-31/+59
| |\
| | * use Integer instead of `1.class`robert2017-06-131-1/+1
| | * add TimeoutError to the listrobert2017-06-041-1/+1
| | * hide deprecated constants from `ls` output by default.robert2017-06-042-2/+14
| | * fix warning about splatrobert2017-06-041-1/+1
| | * remove duplicated requirerobert2017-06-041-2/+0
| | * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-031-8/+31
| | |\
| | * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-031-1/+1
| | * | fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-036-14/+32
| | * | fix warning about signature of respond_to? on 2.4robert2017-05-277-12/+12
* | | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-235-29/+27
|/ / /
* | | use Set instead of Array.robert2017-06-031-6/+3
* | | avoids intermediate string's and to_sym coercion in to_ignore.robert2017-06-031-5/+3
| |/ |/|
* | Merge pull request #1588 from dgutov/completion_speedrobert2017-05-271-8/+31
|\ \ | |/ |/|
| * Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-121-1/+1
| * Move uniq! before sort!Dmitry Gutov2016-12-121-1/+1
| * Fix a typoDmitry Gutov2016-12-121-1/+1
| * Skip modules that mess with Class#hashDmitry Gutov2016-12-121-1/+1
| * Compute them just one, of courseDmitry Gutov2016-12-121-1/+2
| * Generate the ignored modules list a different wayDmitry Gutov2016-12-121-14/+22
| * Speed up completion by caching the ignored modulesDmitry Gutov2016-12-121-7/+21
* | Revert "helpers/text: respect RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE"robert2017-05-271-2/+3
* | Pry::ColorPrinter.pp: add `newline` argument and pass it on to PPDébora Setton2017-04-191-2/+2
|/
* Avoid calling Ruby 2.4+ String#pretty_print in ColorPrinterAkira Matsuda2016-12-081-1/+7
* Bring version up to dateDavid Rodríguez2016-10-181-1/+1
* fix bug discovered while investigating #1552robert2016-07-091-2/+2
* Remove exclamation point from #no_definition_messageWaldyr2016-04-021-1/+1
* Added support for FAIL_PRY which will make pry raise a RuntimeError if it is ...Ozer Chagatai2016-04-011-0/+3
* log full backtrace when failing to print a valueTom Crayford2016-02-261-1/+1
* Merge pull request #1484 from bronzdoc/feature/add_histignoreKyrylo Silin2016-02-122-3/+23
|\
| * Fixed comments indent, make histignore lines match patternbronzdoc2016-02-111-4/+3
| * Comment is not needed anymore, since the last command could be anything nowbronzdoc2016-02-111-1/+0
| * Fixed comments indentation and line widthbronzdoc2016-02-111-5/+7
| * Improved coding stylebronzdoc2016-02-111-4/+3
| * Improved namingbronzdoc2016-02-101-6/+6
| * Filter historybronzdoc2015-10-251-2/+3
| * Adding methods to check for histignorebronzdoc2015-10-251-1/+21
* | Merge branch 'merge1328'strcmp2016-01-145-18/+19
|\ \
| * | Pager: Condition to use where.exe in Windows, instead of 'which'.Silver Phoenix2016-01-141-1/+5