Jason Newcomb

Results 26 issues of Jason Newcomb

Given a `macro_rules` definition containing only a matcher without a body, rustfmt will delete the matcher text. e.g. ```rust macro_rules! foo { (foo) } ``` Is converted to: ```rust macro_rules!...

bug
a-macros

fixes #11915 Fixes only the first ICE in #10508 `is_normalizable` is used in a few places to avoid an ICE due to a delayed bug in normalization which occurs when...

S-waiting-on-author

I've now finished pulling out all the motion smoothing code from D2DX into a separate module, making it independent of the renderer. Can be loaded by calling the init function...

Based off the changes in #11787. Still a fair bit of work to do to catch more patterns. changelog: Add new lint `manual_checked_op`

S-blocked

Short overview of the functional changes: * `possible_missing_comma`: * Actually check that the formatting looks like a unary op. * Also lint in tuples, parenthesis and argument lists. * Check...

S-waiting-on-review

The following code fails to format `line formatted, but exceeded maximum width`: ```rust impl EarlyLintPass for NeedlessContinue { fn check_expr(&mut self, cx: &EarlyContext

good first issue
e-max width