| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-06 | Check for AsRef/AsMut arguments in wrong_self_convention | Andre Bogus | -0/+1 | |
| This fixes #451 | ||||
| 2017-06-05 | Rustup to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)* | mcarton | -9/+6 | |
| 2017-06-05 | Finish rustup. | Eduard-Mihai Burtescu | -16/+13 | |
| 2017-06-04 | Continue work on rustup | mcarton | -5/+4 | |
| 2017-06-02 | Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01) | messense | -12/+4 | |
| 2017-05-26 | Rustup to rustc 1.19.0-nightly (557967766 2017-05-26) | Manish Goregaokar | -1/+1 | |
| 2017-05-26 | Update to fix array_indexing failures: RangeInclusive::NonEmpty is gone | Georg Brandl | -4/+2 | |
| 2017-05-24 | Rustup to rustc 1.19.0-nightly (5b13bff52 2017-05-23) | Oliver Schneider | -3/+3 | |
| 2017-05-19 | Fix build failure on rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18) | messense | -2/+0 | |
| 2017-05-14 | Update to rustc 1.19.0-nightly (826d8f385 2017-05-13) | Oliver Schneider | -17/+15 | |
| fixes #1759, #1758 | ||||
| 2017-05-12 | Run rustfmt | Oliver Schneider | -2/+2 | |
| 2017-05-11 | Fix #1730 | Oliver Schneider | -0/+2 | |
| 2017-05-10 | Merge pull request #1738 from Manishearth/serde | Oliver Schneider | -89/+62 | |
| Update serde to 1.0 | ||||
| 2017-05-09 | Forgot doc comments | Oliver Schneider | -0/+3 | |
| 2017-05-09 | Merge pull request #1728 from Manishearth/inspector | Oliver Schneider | -29/+30 | |
| Print type adjustments in the inspector | ||||
| 2017-05-09 | Update our config reading to serde 1.0 | Oliver Schneider | -89/+59 | |
| 2017-05-06 | Add KiB to doc-valid-idents | Niklas Fiekas | -1/+1 | |
| 2017-05-05 | Also print type adjustments in the inspector | Oliver Schneider | -29/+30 | |
| 2017-05-03 | Run rustfmt | Oliver Schneider | -1/+0 | |
| 2017-05-02 | Update to latest nightly | Oliver Schneider | -9/+4 | |
| 2017-04-28 | Rustup | Oliver Schneider | -2/+2 | |
| 2017-04-27 | Update to latest rustc version | Oliver Schneider | -8/+8 | |
| 2017-04-25 | Merge pull request #506 from yati-sagade/master | Oliver Schneider | -0/+1 | |
| Lint for pointing out needless continue statements, fixes #111 | ||||
| 2017-04-25 | Add "MinGW" to doc-valid-idents | Trevor Spiteri | -0/+1 | |
| 2017-04-25 | Merge remote-tracking branch 'origin/master' into yati_master | Oliver Schneider | -6/+12 | |
| 2017-04-16 | Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15) | Mrmaxmeier | -1/+3 | |
| 2017-04-13 | needless_continue: Remove indentation of suggestion code. | Yati Sagade | -189/+0 | |
| As per a suggestion by Oliver on the PR thread, maintaining indentation in the suggested code is futile because of the changes in the compiler and the messiness of real-world code. rustfmt will do the indentation if required, so we don't need to do it. | ||||
| 2017-04-12 | Run rustfmt | Oliver Schneider | -5/+9 | |
| 2017-04-12 | Dogfood tests | Oliver Schneider | -3/+5 | |
| 2017-04-09 | needless_continue: Refactor to use stuff from utils, and move some stuff to ↵ | Yati Sagade | -0/+188 | |
| utils. I had my own implementation of what `trim_multiline()` seems to be doing, so I just started using `trim_multiline()`. Some other functions, like those block alignment, are general enough to be used elsewhere, so moved them to utils. | ||||
| 2017-04-06 | Fix fallout | Oliver Schneider | -3/+3 | |
| 2017-04-06 | fix various rustup failures | Oliver Schneider | -0/+3 | |
| 2017-04-01 | Remove unused cs parameter for is_macro and friends | Enrico Schmitz | -4/+4 | |
| 2017-03-31 | First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30 | Enrico Schmitz | -35/+23 | |
| 2017-03-30 | Do some additional cleanup around `InternedString` and `Symbol` | Oliver Schneider | -1/+1 | |
| 2017-03-30 | Fix fallout | Oliver Schneider | -1/+1 | |
| 2017-03-21 | Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19) | Enrico Schmitz | -10/+6 | |
| 2017-03-16 | Rustup: Add ExprKind::Catch | Andre Bogus | -0/+1 | |
| 2017-03-07 | Don't lint `nan_cmp` and `zero_ptr` in constants | Oliver Schneider | -0/+12 | |
| 2017-03-05 | Mostly apply rustfmt | Oliver Schneider | -3/+3 | |
| 2017-03-03 | Simplify `snippet` body by forwarding to `snippet_opt` | Oliver Schneider | -1/+1 | |
| 2017-03-03 | Add ECMAScript to default `doc-valid-idents` | Sander Maijers | -0/+1 | |
| FYI, https://en.wikipedia.org/wiki/ECMAScript . | ||||
| 2017-03-02 | Fix invalid_upcast_comparisons lint for same size sign casts | Oliver Schneider | -0/+7 | |
| 2017-03-01 | Using f.unsafety() instead of f.skip_binder().unsafety | Enrico Schmitz | -1/+1 | |
| 2017-03-01 | Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) | Enrico Schmitz | -2/+2 | |
| 2017-02-27 | Run rustfmt | Oliver Schneider | -2/+5 | |
| 2017-02-27 | rustup | Oliver Schneider | -7/+7 | |
| 2017-02-25 | Enable `len_zero` for slices | sinkuu | -1/+1 | |
| 2017-02-21 | Merge pull request #1491 from Manishearth/into_iter_on_ref | Oliver Schneider | -0/+11 | |
| fix explicit_into_iter_loop on references | ||||
| 2017-02-21 | rustfmt | Oliver Schneider | -1/+1 | |
