Merge remote-tracking branch 'upstream/master' into HEAD
* upstream/master: (342 commits) Update TODO list Fix some rustc warnings Fix some Clippy warnings Rustfmt Another fix for stderr support Rustfmt Simplify surrogate pair handling on windows Fix on windows when using stderr. Allow customization of the output stream Ignore all IO errors during completion Prepare 2.1.0 release Fix line refresh/redraw (#149) [unstable] Fix error: scoped lint `...` is experimental Update TODO list Flag ReadlineError, Cmd, KeyPress as non exhaustive Improve key press handling Fix clippy warnings Rename consts.rs to keys.rs Prepare 2.0.1 release Windows: fix enable_raw_mode ... Change-Id: I4a5ea48918ba09f93037b8cabdb259af9edab1f2
No related branches found
No related tags found
Showing
- .travis.yml 1 addition, 12 deletions.travis.yml
- Cargo.toml 14 additions, 9 deletionsCargo.toml
- README.md 40 additions, 33 deletionsREADME.md
- TODO.md 88 additions, 0 deletionsTODO.md
- appveyor.yml 4 additions, 9 deletionsappveyor.yml
- deploy-docs.sh 0 additions, 21 deletionsdeploy-docs.sh
- examples/example.rs 57 additions, 20 deletionsexamples/example.rs
- index.html 0 additions, 1 deletionindex.html
- rustfmt.toml 4 additions, 3 deletionsrustfmt.toml
- src/char_iter.rs 0 additions, 111 deletionssrc/char_iter.rs
- src/completion.rs 324 additions, 84 deletionssrc/completion.rs
- src/config.rs 204 additions, 24 deletionssrc/config.rs
- src/edit.rs 560 additions, 0 deletionssrc/edit.rs
- src/error.rs 10 additions, 18 deletionssrc/error.rs
- src/highlight.rs 64 additions, 0 deletionssrc/highlight.rs
- src/hint.rs 15 additions, 0 deletionssrc/hint.rs
- src/history.rs 45 additions, 25 deletionssrc/history.rs
- src/keymap.rs 388 additions, 239 deletionssrc/keymap.rs
- src/keys.rs 25 additions, 7 deletionssrc/keys.rs
- src/kill_ring.rs 55 additions, 34 deletionssrc/kill_ring.rs
Loading
Please register or sign in to comment