Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.
Needs review
19 commits sit in this repo's top risk tercile, which is 34% of the 56scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 8.1 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.
Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.
Consistently chore-driven across its history.
Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.
| # | Commit | Author | When | Lines | Risk | Top driver |
|---|---|---|---|---|---|---|
| 1 | b17c2be1chore: initial commit | arexon | 1y ago | +7.3K -0 | 99%Elevated | more lines added than baseline |
| 2 | 92fb62c9test: move test cases to `.nolana` files (#50) | arexon | 11mo ago | +2.3K -2.7K | 96%Elevated | more lines added than baseline |
| 3 | 2486c736fix(ast, parser): proper statement handling (#20) | arexon | 1y ago | +1.6K -1.4K | 96%Elevated | more lines added than baseline |
| 4 | 4026ae65feat: implement a transformer with support for new operators (#24) | arexon | 11mo ago | +2.0K -97 | 92%Elevated | more lines added than baseline |
| 5 | 11c3f84erefactor(ast): introduce `ProgramBody` (#27) | arexon | 11mo ago | +1.4K -1.5K | 92%Elevated | more lines added than baseline |
| 6 | 366309earefactor: remove `oxc_allocator` (#14) | arexon | 1y ago | +2.0K -2.3K | 92%Elevated | more lines added than baseline |
| 7 | 0b9576d2feat(ast): introduce empty statements (#37) | arexon | 11mo ago | +776 -16 | 88%Elevated | more lines added than baseline |
| 8 | e7d2c6ccfix(visit): `Visit(Mut)` without walk calls and enter/exit per-node (#19) | arexon | 1y ago | +534 -446 | 88%Elevated | more lines added than baseline |
| 9 | 62fdb55erefactor(ast, parser): rename lifetime `'a` to `'src` (#45) | arexon | 11mo ago | +330 -296 | 84%Elevated | more lines added than baseline |
| 10 | a939de92fix(ast, parser): use `LoopStatement` and `ForEachStatement` (#29) | arexon | 11mo ago | +387 -283 | 84%Elevated | more lines added than baseline |
| 11 | d17b12c9fix(parser): semicolon handling in different expressions/statements (#44) | arexon | 11mo ago | +418 -247 | 79%Elevated | more lines added than baseline |
| 12 | d6047a94test: simplify integration tests (#33) | arexon | 11mo ago | +587 -165 | 79%Elevated | more lines added than baseline |
| 13 | 3f927a5frefactor(traverse): merge `Visit` and `VisitMut` into `Traverse` (#31) | arexon | 1y ago | +431 -1.0K | 79%Elevated | more lines added than baseline |
| 14 | 33ffeec7refactor(ast): split `ParenthesizedExpression` into a struct and enum (#30) | arexon | 11mo ago | +285 -256 | 76%Elevated | more lines added than baseline |
| 15 | 1c631df7refactor(ast, parser): remove `new` constructors usage | arexon | 1y ago | +237 -514 | 74%Elevated | more lines added than baseline |
| 16 | cd98213erefactor(diagnostics): revamp handling (#54) | arexon | 11mo ago | +236 -234 | 72%Elevated | more lines added than baseline |
| 17 | 14ffff83refactor(ast): impl `From<T>` on statements and expressions (#28) | arexon | 1y ago | +132 -0 | 71%Elevated | more lines added than baseline |
| 18 | 0e1f6d06feat(codegen): implement pretty formatting | arexon | 1y ago | +157 -110 | 69%Elevated | more lines added than baseline |
| 19 | 9f834125feat: introduce `ReplaceWith` trait (#47) | arexon | 11mo ago | +104 -36 | 67%Elevated | more lines added than baseline |
| 20 | 39d5406afeat: implement bitwise NOT (#56) | arexon | 11mo ago | +154 -58 | 65%Typical | more lines added than baseline |
| 21 | 31369929test: move some vars | arexon | 11mo ago | +95 -98 | 63%Typical | more lines added than baseline |
| 22 | 77254e18refactor(ast): rename `Identifier` and use `Cow` (#42) | arexon | 11mo ago | +71 -72 | 62%Typical | more lines added than baseline |
| 23 | 3fcb1634refactor(flake, rust): use flake-parts and update toolchain | arexon | 6mo ago | +62 -60 | 58%Typical | more lines added than baseline |
| 24 | 1f85c8f6refactor: update to 2024 edition (#39) | arexon | 11mo ago | +142 -145 | 58%Typical | more lines added than baseline |
| 25 | a0302009ci: add release-plz | arexon | 1y ago | +60 -0 | 58%Typical | more lines added than baseline |
| 26 | 43e3787frefactor(parser): `ParserReturn` -> `ParseResult` | arexon | 11mo ago | +61 -61 | 54%Typical | more lines added than baseline |
| 27 | 8f67ea7echore(rustfmt): set `use_small_heuristics` to `Max` | arexon | 1y ago | +53 -227 | 53%Typical | more lines added than baseline |
| 28 | 09a1571frefactor(parser): call `.into()` when constructing AST nodes | arexon | 11mo ago | +37 -69 | 50%Typical | more lines added than baseline |
| 29 | 16dacd95refactor(token): rename `Kind` variants | arexon | 1y ago | +35 -35 | 50%Typical | more lines added than baseline |
| 30 | 40e37c12refactor(ast): implement `Clone`, `Copy`, and `PartialEq` (#17) | arexon | 1y ago | +26 -26 | 47%Typical | more lines added than baseline |
| 31 | 793ee453feat(lexer): support comments (#55) | arexon | 11mo ago | +27 -0 | 46%Typical | more lines added than baseline |
| 32 | f8a156e9feat(visit): implement `(enter/exit)_statements()` | arexon | 1y ago | +21 -1 | 44%Typical | more lines added than baseline |
| 33 | 7b6a0914refactor(parser, ast, token): rename vars, cleanup some abstractions | arexon | 1y ago | +18 -14 | 42%Typical | more lines added than baseline |
| 34 | 78b9134fchore: release v1.0.0 | arexon | 1y ago | +15 -0 | 40%Typical | more lines added than baseline |
| 35 | e135e474chore: add badges to readme | arexon | 1y ago | +14 -0 | 38%Typical | more lines added than baseline |
| 36 | 7dcd2709chore(flake): update inputs | arexon | 5mo ago | +12 -12 | 36%Typical | more focused than baseline |
| 37 | 315b6b80refactor: better organize library re-exports (#25) | arexon | 11mo ago | +18 -18 | 36%Typical | more scattered than baseline |
| 38 | 3395551crefactor(ast): rename `expression` in loops to `block` | arexon | 1y ago | +10 -10 | 32%Below typical | more scattered than baseline |
| 39 | 7f0d5f45refactor(token): use direct `Kind` variant names for `?` and `??` | arexon | 1y ago | +12 -12 | 32%Below typical | more lines added than baseline |
| 40 | 5e1ad529chore(toolchain, flake): update rust and add toolchain file (#4) | arexon | 1y ago | +10 -9 | 29%Below typical | more scattered than baseline |
| 41 | dd0a9941refactor(parser): remove `panicked` field from `ParseResult` (#52) | arexon | 11mo ago | +9 -64 | 28%Below typical | more scattered than baseline |
| 42 | 0e3a5e3echore(toolchain, flake): update to v1.91.0 | arexon | 9mo ago | +7 -7 | 24%Below typical | fewer lines added than baseline |
| 43 | 98b42f80chore(toolchain, flake): update to v1.90.0 (#58) | arexon | 9mo ago | +7 -7 | 24%Below typical | fewer lines added than baseline |
| 44 | 5089d06fci: ignore markdown files | arexon | 1y ago | +6 -0 | 24%Below typical | fewer lines added than baseline |
| 45 | f732a4barefactor(ast): remove span info from `VariableMember` | arexon | 11mo ago | +4 -181 | 20%Below typical | fewer lines added than baseline |
| 46 | da2d19a9refactor(token): `Kind::to_str()` -> `Kind::as_str()` | arexon | 1y ago | +4 -4 | 20%Below typical | fewer lines added than baseline |
| 47 | a1c27ce6chore(cargo): update dependencies | arexon | 1y ago | +4 -4 | 17%Below typical | fewer lines added than baseline |
| 48 | d3da45fbchore(clippy): apply lints | arexon | 1y ago | +2 -2 | 15%Below typical | fewer lines added than baseline |
| 49 | cacb6c4fchore(flake): remove some tools and `cargo-edit` | arexon | 1y ago | +1 -3 | 13%Below typical | fewer lines added than baseline |
| 50 | 72ac0ee7chore: update readme | arexon | 1y ago | +1 -1 | 13%Below typical | fewer lines added than baseline |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.
The 56 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.
arexon/nolana has 56 commits in its history from 1 contributor, the first of them Dec 13, 2024. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.