You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-view/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
12 months ago
..
handlers bump MSRV to 1.70.0 (#8877) 12 months ago
base64.rs Fix new clippy lints (#5892) 2 years ago
clipboard.rs Detect tmux clipboard provider on macOS (#8182) 1 year ago
document.rs Fix various typos (#8233) 1 year ago
editor.rs bump MSRV to 1.70.0 (#8877) 12 months ago
env.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
graphics.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2 years ago
gutter.rs bump MSRV to 1.70.0 (#8877) 12 months ago
info.rs Use refactored Registers type 1 year ago
input.rs Make parse_macro work for "-" outside "<..>" (#8475) 1 year ago
keyboard.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2 years ago
lib.rs Refactor Registers to take Editor 1 year ago
macros.rs Apply transactions to all views (#4733) 2 years ago
register.rs Swap system and primary clipboard registers (#8703) 1 year ago
theme.rs Add tree-sitter-highlight-name command (#8170) 1 year ago
tree.rs Fix warnings from clippy (#7013) 2 years ago
view.rs Skip rendering gutters when gutter width exceeds view width (#7821) 1 year ago