helix-mods/helix-term/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
..
commands bump MSRV to 1.70.0 (#8877) 2023-11-25 13:55:49 +01:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui Revert "Fix precedence of ui.virtual.whitespace (#8750)" 2023-11-22 16:00:28 +09:00
application.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00
args.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00
commands.rs bump MSRV to 1.70.0 (#8877) 2023-11-25 13:55:49 +01:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
health.rs Add support for showing all LSPs in --health (#7315) 2023-10-16 11:42:25 +02:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs Fix broken indentation that causes the indentation tests to fail. 2023-08-11 23:44:02 +09:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00