Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace expression closures (command/option/mapping definitions). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Move util.identity to the base module. | Doug Kearns | 2015-06-11 |
| | | | | Most other functions of its ilk live there. | ||
* | Replace expression closures (function expressions - named and dynamic this). | Doug Kearns | 2015-06-06 |
| | | | | | | | Expression closures are to be axed. See https://bugzil.la/1083458. Leaving deprecated() and literal() calls and method shorthand syntax conversions until after the ESR overlap. | ||
* | Replace expression closures (getters). | Doug Kearns | 2015-05-27 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (function expressions). | Doug Kearns | 2015-05-26 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (function declarations). | Doug Kearns | 2015-05-25 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Add missing semicolons. | Doug Kearns | 2015-05-25 |
| | |||
* | Remove straggling String#quote usage. | Doug Kearns | 2015-05-14 |
| | | | | | | String#quote is no more. Fixes :mkvimruntime. | ||
* | Fix charset validation. | Doug Kearns | 2015-05-14 |
| | |||
* | Remove unnecessary use of values() when iterating over arrays. | Doug Kearns | 2015-05-11 |
| | |||
* | Remove more unused vars. | Doug Kearns | 2015-04-25 |
| | |||
* | Rename 'array' class 'Ary'. | Kris Maglione | 2015-03-04 |
| | |||
* | Clean up some old-style iterator gunk. | Kris Maglione | 2015-02-25 |
| | |||
* | Cleanup crufty `apply` code. | Kris Maglione | 2015-02-21 |
| | |||
* | Fix all the things. And break most of the other things, in all likelihood. | Kris Maglione | 2015-02-21 |
| | |||
* | Fix charset bustage. | Kris Maglione | 2014-08-18 |
| | |||
* | Replace calls to octal() with octal integer literals. | Doug Kearns | 2014-06-30 |
| | |||
* | Hackier but more reliable `literal()` stuff. | Kris Maglione | 2014-06-18 |
| | |||
* | Make `.closure` a Proxy and rename `.bound` | Kris Maglione | 2014-03-16 |
| | |||
* | Promisify some callbackish functions, and remove spaces around = in default ↵ | Kris Maglione | 2014-02-15 |
| | | | | arguments, per Python conventions. | ||
* | Use real Sets rather than objects in most places. | Kris Maglione | 2014-02-15 |
| | |||
* | Make further use of default parameters. | Doug Kearns | 2013-10-06 |
| | | | | | --HG-- extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319 | ||
* | Default arguments ftw. | Kris Maglione | 2013-09-21 |
| | |||
* | More pointification and general code cleanup. Also massive, crazy, ↵ | Kris Maglione | 2013-09-21 |
| | | | | conflict-ridden merge. | ||
* | Convert expression closures to arrow syntax. | Doug Kearns | 2013-09-15 |
| | |||
* | Fix temporary file filename extensions and host annotation. | Doug Kearns | 2013-09-05 |
| | | | | Fixes issue #791. | ||
* | Add missing semicolons, fix whitespace and normalise Vim modelines. | Doug Kearns | 2013-08-03 |
| | |||
* | Stick an EOL on the last line of generated RC files. | Doug Kearns | 2013-07-29 |
| | | | | | | | Fixes issue #1040. --HG-- extra : amend_source : b8e7645c3b8dd7851d52c7e060f1288cde2ce718 | ||
* | More per-window private browsing fixes. | Kris Maglione | 2013-04-26 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-16 |
| | |||
* | Fix some more CPG breakage. | Kris Maglione | 2012-12-16 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-29 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-28 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-28 |
| | |||
* | Normalise naming of module initializer functions. | Doug Kearns | 2012-10-11 |
| | |||
* | Add missing header to the :mkv generated ftdetect file. | Doug Kearns | 2012-09-21 |
| | |||
* | Rename :mksyntax to :mkvimruntime. | Doug Kearns | 2011-07-07 |
| | | | | | | This now generates and installs all Vim runtime files. Closes issue #653. | ||
* | Closes issue #885. Closes issue #886. | Kris Maglione | 2012-06-25 |
| | |||
* | Correct the documentation of io.system(). | Štěpán Němec | 2012-06-05 |
| | |||
* | Merge addon-common module loading code to fix Minefield. | Kris Maglione | 2012-05-07 |
| | | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356 | ||
* | Refactor download listeners a bit. | Kris Maglione | 2012-03-02 |
| | |||
* | No more randomly generated package subtree paths. | Kris Maglione | 2012-01-13 |
| | |||
* | Kill strict mode for the moment. | Kris Maglione | 2011-11-27 |
| | |||
* | Don't walk through dot-directories when loading plugins. Grr. | Kris Maglione | 2011-10-24 |
| | |||
* | Fix mangled commit. | Kris Maglione | 2011-10-06 |
| | |||
* | Better temp file names for gF and friends. | Kris Maglione | 2011-10-06 |
| | |||
* | Kill :dia import. | Kris Maglione | 2011-10-05 |
| | |||
* | Allow loading plugins globally. | Kris Maglione | 2011-10-01 |
| |