Commits Between origin/release/0.6.pre10 and release/0.6.pre11

Commits Between Branches origin/release/0.6.pre10 and release/0.6.pre11

0b15301 2018-12-07 Andy Chu [release] Tweak the appearance of the release index.
4c99940 2018-12-09 Andy Chu [completion] Measure times in ms so we don't have to use %.2f.
f3e9f4f 2018-12-09 Andy Chu [completion] Trying to re-enable use of the OSH parser for completion.
c0e973a 2018-12-10 Andy Chu [completion] Unify $COMP_WORDBREAKS and the delims we pass to readline.
0b73828 2018-12-11 Andy Chu [completion] Try parsing with Lit_CompDummy.
9a63adf 2018-12-12 Andy Chu [completion] Rewrite completion using the actual OSH lexer and parser!
8b94b94 2018-12-13 Andy Chu [osh/lex] Don't reuse Id.VSub_Name for two purposes.
952c130 2018-12-13 Andy Chu [completion] More cases of variable name completion now work.
f304646 2018-12-14 Andy Chu [completion] Complete variable names in arith context.
cc11184 2018-12-14 Andy Chu [completion] Expand home dirs from ~prefix.
b8bf625 2018-12-14 Andy Chu [refactor] Tighten up the ParseContext API for completion.
fd775b8 2018-12-14 Andy Chu [build/cpython-defs] Regenerate methods, e.g. for getpwdall().
6ba75a0 2018-12-14 Andy Chu [completion] Complete path arguments to redirects.
fdd1c51 2018-12-14 Andy Chu [cleanup] Refactor internal completion logic.
6c63bbb 2018-12-14 Andy Chu [cleanup] Minor cleanup of core/completion.py.
58806e3 2018-12-14 Andy Chu [completion] Fix bug with extra space after interactive completions.
73fb20f 2018-12-14 Andy Chu [release] Bump version to 0.6.pre11.
0dc8d60 2018-12-14 Andy Chu [completion] Fix typo bug.