• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gitext-rs / git-stack
29%

Build:
DEFAULT BRANCH: main
Repo Added 26 Apr 2024 04:47PM CUT
Token dsbc7OdiAtcSPwWXTcD7WT2n5dMVnyNCC regen
Build 102 Last
Files 30
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • edition
  • fix
  • main
  • renovate/compatible
  • renovate/downcast-rs-2.x
  • renovate/git2-0.x
  • renovate/itertools-0.x
  • renovate/migrate-config
  • renovate/petgraph-0.x
  • renovate/stable-1.x
  • reword
  • template

26 Jun 2025 07:29PM CUT coverage: 29.083% (-0.04%) from 29.119%
15910782617

push

github

web-flow
chore(deps): Update Rust Stable to v1.88 (#398)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.87`
-> `1.88` |

---

### Release Notes

<details>
<summary>rust-lang/rust (STABLE)</summary>

###
[`v1.88`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1880-2025-06-26)

[Compare
Source](https://redirect.github.com/rust-lang/rust/compare/1.87.0...1.88.0)

\==========================

<a id="1.88.0-Language"></a>

## Language

- [Stabilize `#![feature(let_chains)]` in the 2024
edition.](https://redirect.github.com/rust-lang/rust/pull/132833)
This feature allows `&&`-chaining `let` statements inside `if` and
`while`, allowing intermixture with boolean expressions. The patterns
inside the `let` sub-expressions can be irrefutable or refutable.
- [Stabilize
`#![feature(naked_functions)]`.](https://redirect.github.com/rust-lang/rust/pull/134213)
Naked functions allow writing functions with no compiler-generated
epilogue and prologue, allowing full control over the generated assembly
for a particular function.
- [Stabilize
`#![feature(cfg_boolean_literals)]`.](https://redirect.github.com/rust-lang/rust/pull/138632)
This allows using boolean literals as `cfg` predicates, e.g.
`#[cfg(true)]` and `#[cfg(false)]`.
- [Fully de-stabilize the `#[bench]`
attribute](https://redirect.github.com/rust-lang/rust/pull/134273).
Usage of `#[bench]` without `#![feature(custom_test_frameworks)]`
already triggered a deny-by-default future-incompatibility lint since
Rust 1.77, but will now become a hard error.
- [Add warn-by-default `dangerous_implicit_autorefs` lint against
implicit autoref of raw pointer
dereference.](https://redirect.github.com/rust-lang/rust/pull/123239)
The lint [will be bumped to
deny-by-default](https://redirect.github.com/rust-lang/rust/pull/141661)
in the next version of Rust.
- [Add `invalid_null_arguments` lint to prevent ... (continued)

1624 of 5584 relevant lines covered (29.08%)

0.61 hits per line

Relevant lines Covered
Build:
Build:
5584 RELEVANT LINES 1624 COVERED LINES
0.61 HITS PER LINE
Source Files on main
  • Tree
  • List 30
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
src/bin/git-stack/alias.rs258 127 0 127 0.0
0.0
src/bin/git-stack/amend.rs425 201 0 201 0.0
0.0
src/bin/git-stack/args.rs165 27 0 27 0.0
0.0
src/bin/git-stack/config.rs92 52 0 52 0.0
0.0
src/bin/git-stack/logger.rs111 42 0 42 0.0
0.0
src/bin/git-stack/main.rs59 24 0 24 0.0
0.0
src/bin/git-stack/next.rs182 74 0 74 0.0
0.0
src/bin/git-stack/ops.rs487 194 0 194 0.0
0.0
src/bin/git-stack/prev.rs214 88 0 88 0.0
0.0
src/bin/git-stack/reword.rs236 114 0 114 0.0
Showing 1 to 10 of 30 entries
  • Previous
  • 1
  • 2
  • 3
  • Next
  • ►
    29.08
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15910782617 main chore(deps): Update Rust Stable to v1.88 (#398) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.87` -> `1.88` | --- ### Release Notes <det... push 26 Jun 2025 07:33PM CUT web-flow github
29.08
15910713067 renovate/stable-1.x Merge b21c4019d into 9f06c782e Pull #398 26 Jun 2025 07:29PM CUT web-flow github
29.07
15539079183 main chore(ci): Update from windows-2019 push 09 Jun 2025 04:11PM CUT epage github
29.12
15425563794 main Merge pull request #397 from epage/template chore: Update from _rust/main template push 03 Jun 2025 07:02PM CUT web-flow github
29.14
15425486036 template Merge 7f0f7cb1d into 9fc603e10 Pull #397 03 Jun 2025 06:59PM CUT web-flow github
29.14
15146470227 main chore: Release git-stack version 0.10.19 push 20 May 2025 07:49PM CUT epage github
29.12
15146352661 fix Merge dcf3841a8 into f991d4680 Pull #396 20 May 2025 07:41PM CUT web-flow github
29.12
15090168378 main chore(deps): Update Rust Stable to v1.87 (#395) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.86` -> `1.87` | --- ### Release Notes <det... push 17 May 2025 11:43PM CUT web-flow github
29.08
15090138677 renovate/stable-1.x Merge 935d5abdf into 42e2b4204 Pull #395 17 May 2025 11:38PM CUT web-flow github
29.15
14883246783 renovate/migrate-config Merge 592039942 into 42e2b4204 Pull #394 07 May 2025 12:27PM CUT web-flow github
29.12
See All Builds (102)

Badge your Repo: git-stack

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc