- Dec 30, 2019
-
-
Benjamin Brittain authored
underlying call has been broken for a while. This isn't a great long-term solution, so removing bad dependency instead of investing engineering effort. Change-Id: Ie6788aee43f147f1d15e3a222630eaf20599e1f5
-
- Sep 10, 2019
-
-
Tyler Mandry authored
Change-Id: I6029fe6db4b7b02c16476cc39534fab304cdb5ea
-
- Aug 20, 2019
-
-
Taylor Cramer authored
Change-Id: I0cdacee08b4e8e9336490ea3ae442ceb6dc47823
-
- Jul 31, 2019
-
-
Taylor Cramer authored
Trait objects without explicit `dyn` are deprecated, as is the `...` syntax for ranges in patterns. Change-Id: I1e5f1a4529e89b8504bbd556b7e503520e85cc77
-
- Jul 23, 2019
-
-
Taylor Cramer authored
as_ref is more ambiguous about the target type than &*. This change is necessary to allow rustyline to build on an updated toolchain. Change-Id: I1adfc84d5d10a71351f2a7c7d0fd3f2b43f553f8
-
- May 01, 2019
-
-
Taylor Cramer authored
Change-Id: I8ac2149fdcf077e06c1420fb1d4deec59a9a58d2
-
- Feb 23, 2019
-
-
Taylor Cramer authored
Test: built Change-Id: I319ef36272209d90e4a03e14399d3bd84e7a6a38
-
- Dec 05, 2018
-
-
Taylor Cramer authored
Change-Id: I916e6041c6f9c46acd855f271e818babb883771d
-
- Oct 12, 2018
-
-
Jeff Belgum authored
* cd/master: (344 commits) Add build file Update fuchsia tty to work with latest 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 ... Change-Id: I58774edb83e03b265979bb49b97459de77345070
-
Jeff Belgum authored
Change-Id: I51cd7c66c61c0fe544f4792e47ec339434e6d021
-
- Oct 10, 2018
-
-
Jeff Belgum authored
Change-Id: I930c7ec67ad87d7dee13f30fefdd673d2216aadf
-
Jeff Belgum authored
* 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
-
- Oct 09, 2018
-
-
Benjamin Brittain authored
Change-Id: I8aaaf369b85e4240df1d252609645389fefe4201
-
- Oct 06, 2018
-
-
gwenn authored
Misc
-
- Oct 05, 2018
- Sep 18, 2018
-
-
gwenn authored
Another fix for stderr support
-
Andrew Chin authored
-
- Sep 17, 2018
-
-
gwenn authored
Simplify surrogate pair handling on windows
-
gwenn authored
-
gwenn authored
-
gwenn authored
Fix on windows when using stderr.
-
Andrew Chin authored
This bug was introduced in #152
-
- Sep 15, 2018
-
-
gwenn authored
Allow customization of the output stream
-
Andrew Chin authored
-
- Sep 14, 2018
-
-
gwenn authored
Ignore all IO errors during completion
-
Andrew Chin authored
-
- Sep 09, 2018
-
-
gwenn authored
Misc
-
gwenn authored
-
gwenn authored
-
gwenn authored
A full refresh must be performed when last hint is removed.
-
gwenn authored
-
gwenn authored
-
gwenn authored
-
gwenn authored
BackTab (Shift-Tab) on both unix and windows F1...F5 on linux console Ctrl-Space on windows
-
gwenn authored
-
gwenn authored
-
- Sep 06, 2018
-
-
gwenn authored
Prepare 2.0.1 release
-