summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-232-2/+9
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-2321-41/+73
|\
| * Merge pull request #1611 from pry/respond_to-2.4-warningsrobert2017-06-1321-42/+74
| |\
| | * use Integer instead of `1.class`robert2017-06-131-1/+1
| | * update changelog.mdrobert2017-06-131-7/+7
| | * update changelog.mdrespond_to-2.4-warningsrobert2017-06-131-0/+3
| | * 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
| | * fix warning about unused variable on 2.4robert2017-06-041-2/+1
| | * remove duplicated requirerobert2017-06-041-2/+0
| | * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-033-8/+58
| | |\
| | * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-032-3/+3
| | * | fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
| | * | fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-036-14/+32
| | * | test against 2.4 on travisrobert2017-05-271-0/+1
| | * | 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-238-51/+49
|/ / /
* | | 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
| |/ |/|
* | add recent PRs to changelogrobert2017-05-301-0/+3
* | Merge pull request #1588 from dgutov/completion_speedrobert2017-05-272-8/+55
|\ \ | |/ |/|
| * Work around an unexpected success under JRubyDmitry Gutov2016-12-131-7/+10
| * Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-122-1/+13
| * Move uniq! before sort!Dmitry Gutov2016-12-121-1/+1
| * Use a better method in the blacklisting testDmitry 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-122-7/+30
* | Revert "helpers/text: respect RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE"robert2017-05-271-2/+3
* | Merge pull request #1603 from deborasetton/masterrobert2017-05-271-2/+2
|\ \
| * | Pry::ColorPrinter.pp: add `newline` argument and pass it on to PPDébora Setton2017-04-191-2/+2
| |/
* | Merge pull request #1608 from scmountain/patch-1robert2017-05-091-4/+3
|\ \ | |/ |/|
| * Update README.mdSpencer Carter2017-05-091-2/+2
| * Update Readme.md style change to allow logoSpencer Carter2017-05-081-3/+2
|/
* Merge pull request #1586 from amatsuda/ruby2.4Ryan Fitzgerald2016-12-072-3/+16
|\
| * Fixnum and Bignum are unified into Integer since Ruby 2.4Akira Matsuda2016-12-081-2/+9
| * Avoid calling Ruby 2.4+ String#pretty_print in ColorPrinterAkira Matsuda2016-12-081-1/+7
|/
* Merge pull request #1581 from zachlatta/patch-1jazzonmymind2016-11-031-1/+1
|\
| * Fix link to Gaslight's homepageZach Latta2016-11-031-1/+1
|/
* Merge pull request #1578 from deivid-rodriguez/patch-1Kyrylo Silin2016-10-181-1/+1
|\
| * Bring version up to dateDavid Rodríguez2016-10-181-1/+1
|/
* Merge pull request #1572 from takiy33/fix-typoRobert2016-09-101-1/+1
|\
| * Fix typotakiy332016-09-101-1/+1
|/
* Merge pull request #1567 from takiy33/test-against-ruby-2.3.1Robert2016-08-261-0/+1
|\