helix-mirror/helix-tui/src
Cole Helbling 8b0ae3d279
bump MSRV to 1.70.0 (#8877)
* rust-toolchain.toml: bump MSRV to 1.70.0

With Firefox 120 released on 21 November 2023, the MSRV is now 1.70.0.

* Fix cargo fmt with Rust 1.70.0

* Fix cargo clippy with Rust 1.70.0

* Fix cargo doc with Rust 1.70.0

* rust-toolchain.toml: add clippy component

* .github: bump dtolnay/rust-toolchain to 1.70

* helix-term: bump rust-version to 1.70

* helix-view/gutter: use checked_ilog10 to count digits

* helix-core/syntax: use MAIN_SEPARATOR_STR constant

* helix-view/handlers/dap: use Display impl for displaying process spawn error

* WIP: helix-term/commands: use checked math to assert ranges cannot overlap
2023-11-25 13:55:49 +01:00
..
backend Use terminfo to reset terminal cursor style (#8591) 2023-10-26 18:36:34 -05:00
widgets Fix style overwriting in table rows with multiple cells (#7281) 2023-06-08 13:28:26 +09:00
buffer.rs bump MSRV to 1.70.0 (#8877) 2023-11-25 13:55:49 +01:00
layout.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
lib.rs Add undercurl config option #6196 (#6253) 2023-03-14 11:53:38 +09:00
symbols.rs Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
terminal.rs Stop Terminal::drop from overriding work of Terminal::restore. (#7931) 2023-08-15 12:19:24 +09:00
text.rs Fix highlighting in picker with multiple columns (#6333) 2023-03-18 11:16:40 -05:00