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-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
6 months ago
..
commands bump MSRV to 1.70.0 (#8877) 6 months ago
keymap feat: smart_tab 10 months ago
ui Revert "Fix precedence of ui.virtual.whitespace (#8750)" 6 months ago
application.rs Resolve args.files before changing directory (#8676) 6 months ago
args.rs Resolve args.files before changing directory (#8676) 6 months ago
commands.rs bump MSRV to 1.70.0 (#8877) 6 months ago
compositor.rs add redraw command (#6949) 9 months ago
config.rs feat: smart_tab 10 months ago
health.rs Add support for showing all LSPs in --health (#7315) 8 months ago
job.rs bump msrv to 1.63 (#5570) 1 year ago
keymap.rs Fix broken indentation that causes the indentation tests to fail. 10 months ago
lib.rs Fix new clippy lints (#5892) 1 year ago
main.rs Resolve args.files before changing directory (#8676) 6 months ago