Jason Newcomb

Results 33 issues of Jason Newcomb

### Description `never_loop` currently only checks loop bodies (`loop`, `while` and `for`), but iterator reduction functions that always diverge are just as likely to be bugs. ```rust fn f(x: i32)...

good first issue
C-enhancement

This is a further rework of our snippet accessing/creating code. The general design goals with this: * Avoid allocating when not strictly necessary. * Make it easy to avoid linting...

S-waiting-on-review

Neither `DeInteger` nor `DeFloat` have an easy way to get their parsed value. `to_string().parse()` can (almost) be used, but that's not really a great interface. The existing `to_*` private would...

C-enhancement
A-parse