]> git.lizzy.rs Git - rust.git/log
rust.git
5 years agoMerge pull request #2938 from flip1995/travis
Philipp Krones [Thu, 19 Jul 2018 12:36:30 +0000 (14:36 +0200)]
Merge pull request #2938 from flip1995/travis

Remove duplication of the cargo and rls repos from travis

5 years agoRemove duplication of the cargo and rls repos from travis
flip1995 [Thu, 19 Jul 2018 12:14:12 +0000 (14:14 +0200)]
Remove duplication of the cargo and rls repos from travis

5 years agoMerge pull request #2934 from pickfire/patch-1
Manish Goregaokar [Thu, 19 Jul 2018 06:50:37 +0000 (23:50 -0700)]
Merge pull request #2934 from pickfire/patch-1

Improve website panel heading experience

5 years agoImprove website panel heading experience
Ivan Tham [Thu, 19 Jul 2018 06:12:47 +0000 (14:12 +0800)]
Improve website panel heading experience

5 years agoTemporarily allow macro_use_extern_crate
Manish Goregaokar [Thu, 19 Jul 2018 03:24:37 +0000 (20:24 -0700)]
Temporarily allow macro_use_extern_crate

5 years agoMerge pull request #2923 from rust-lang-nursery/kind
Manish Goregaokar [Mon, 16 Jul 2018 23:41:50 +0000 (16:41 -0700)]
Merge pull request #2923 from rust-lang-nursery/kind

Rustup to 1ecf6929dc3b309cdfcb7239260777dab38242b9

5 years agoUpdate mini-macro post proc macro stabilization
Manish Goregaokar [Mon, 16 Jul 2018 23:29:09 +0000 (16:29 -0700)]
Update mini-macro post proc macro stabilization

https://github.com/rust-lang/rust/pull/52081 stabilized proc macros, but
quote is still unstable, so you need to explicitly enable that feature.

5 years agoMerge pull request #2922 from rust-lang-nursery/rm-clip
Manish Goregaokar [Mon, 16 Jul 2018 22:32:19 +0000 (15:32 -0700)]
Merge pull request #2922 from rust-lang-nursery/rm-clip

Fix travis build by removing cargo-clippy

5 years agoFix travis build by removing cargo-clippy
Manish Goregaokar [Mon, 16 Jul 2018 20:55:32 +0000 (13:55 -0700)]
Fix travis build by removing cargo-clippy

5 years agosome readme clarifications
Manish Goregaokar [Mon, 16 Jul 2018 20:39:38 +0000 (13:39 -0700)]
some readme clarifications

5 years agoMerge pull request #2921 from yaahallo/master
Manish Goregaokar [Mon, 16 Jul 2018 20:38:09 +0000 (13:38 -0700)]
Merge pull request #2921 from yaahallo/master

Update readme for new clippy install method

5 years agoUpdate readme for new clippy install method
Jane Lusby [Mon, 16 Jul 2018 20:05:02 +0000 (13:05 -0700)]
Update readme for new clippy install method

5 years agoUpdate test output to changes in rustc
Oliver Schneider [Mon, 16 Jul 2018 13:43:30 +0000 (15:43 +0200)]
Update test output to changes in rustc

5 years agoUpdate for hir renamings in rustc
Oliver Schneider [Mon, 16 Jul 2018 13:07:39 +0000 (15:07 +0200)]
Update for hir renamings in rustc

5 years agoDeclKind
csmoe [Thu, 12 Jul 2018 08:55:41 +0000 (16:55 +0800)]
DeclKind

5 years agoStmtKind
csmoe [Thu, 12 Jul 2018 08:53:53 +0000 (16:53 +0800)]
StmtKind

5 years agoTyKind
csmoe [Thu, 12 Jul 2018 08:03:06 +0000 (16:03 +0800)]
TyKind

5 years agoBinOpKind
csmoe [Thu, 12 Jul 2018 07:50:09 +0000 (15:50 +0800)]
BinOpKind

5 years agoExprKind
csmoe [Thu, 12 Jul 2018 07:30:57 +0000 (15:30 +0800)]
ExprKind

5 years agoMerge pull request #2920 from rust-lang-nursery/rustup
Oliver Schneider [Mon, 16 Jul 2018 08:20:29 +0000 (10:20 +0200)]
Merge pull request #2920 from rust-lang-nursery/rustup

Rustup

5 years agoRemove use of ty_to_def_id
Oliver Schneider [Sun, 15 Jul 2018 00:04:23 +0000 (02:04 +0200)]
Remove use of ty_to_def_id

5 years agoIgnore spans when comparing expressions
Oliver Schneider [Sat, 14 Jul 2018 22:00:27 +0000 (00:00 +0200)]
Ignore spans when comparing expressions

6 years agoMerge pull request #2911 from phansch/add_toolchain_file
Oliver Schneider [Wed, 11 Jul 2018 08:28:15 +0000 (10:28 +0200)]
Merge pull request #2911 from phansch/add_toolchain_file

Add rust-toolchain file

6 years agoAdd rust-toolchain file
Philipp Hansch [Wed, 11 Jul 2018 05:59:37 +0000 (07:59 +0200)]
Add rust-toolchain file

Using `nightly` means that the latest available nightly version will be
used when cd'ing to a clippy checkout.

6 years agoMerge pull request #2902 from mikerite/missing_inline_refactor
Philipp Krones [Mon, 9 Jul 2018 17:46:17 +0000 (19:46 +0200)]
Merge pull request #2902 from mikerite/missing_inline_refactor

Remove duplication in missing_inline

6 years agoRemove duplication in missing_inline
Michael Wright [Sun, 8 Jul 2018 06:03:11 +0000 (08:03 +0200)]
Remove duplication in missing_inline

6 years agoBump to 0.0.212
Manish Goregaokar [Sat, 7 Jul 2018 06:23:19 +0000 (23:23 -0700)]
Bump to 0.0.212

6 years agoMerge branch 'pr-2889'
Manish Goregaokar [Sat, 7 Jul 2018 06:20:01 +0000 (23:20 -0700)]
Merge branch 'pr-2889'

6 years agoMerge pull request #2898 from dwijnand/Clippy
Philipp Hansch [Fri, 6 Jul 2018 08:11:18 +0000 (09:11 +0100)]
Merge pull request #2898 from dwijnand/Clippy

Consistently call it "Clippy", not clippy or rust-clippy

6 years agoMerge pull request #2899 from nrc/rustup
Oliver Schneider [Thu, 5 Jul 2018 23:20:17 +0000 (01:20 +0200)]
Merge pull request #2899 from nrc/rustup

Add some more winapi features

6 years agoAdd some more winapi features
Nick Cameron [Thu, 5 Jul 2018 23:16:36 +0000 (11:16 +1200)]
Add some more winapi features

6 years agoRustup
Oliver Schneider [Tue, 3 Jul 2018 16:23:21 +0000 (18:23 +0200)]
Rustup

6 years agoConsistently call it "Clippy", not clippy or rust-clippy
Dale Wijnand [Thu, 5 Jul 2018 10:37:50 +0000 (11:37 +0100)]
Consistently call it "Clippy", not clippy or rust-clippy

As per discussion on the Clippy 1.0 RFC

6 years agoMerge pull request #2895 from gnzlbg/lint_no_inline
Oliver Schneider [Thu, 5 Jul 2018 05:54:22 +0000 (07:54 +0200)]
Merge pull request #2895 from gnzlbg/lint_no_inline

Add missing_inline lint

6 years agorefactor function
gnzlbg [Wed, 4 Jul 2018 23:53:40 +0000 (01:53 +0200)]
refactor function

6 years agodo not apply lint to executable crate type
gnzlbg [Wed, 4 Jul 2018 14:39:52 +0000 (16:39 +0200)]
do not apply lint to executable crate type

6 years agoaddress reviews
gnzlbg [Wed, 4 Jul 2018 13:32:55 +0000 (15:32 +0200)]
address reviews

6 years agoadd missing_inline lint
gnzlbg [Wed, 4 Jul 2018 08:51:04 +0000 (10:51 +0200)]
add missing_inline lint

When turned on, the lint warns on all exported functions, methods,
trait methods (default impls, impls), that are not `#[inline]`.

Closes #1503.

6 years agoRustup
Oliver Schneider [Tue, 3 Jul 2018 08:52:59 +0000 (10:52 +0200)]
Rustup

6 years agoRustup
Oliver Schneider [Mon, 2 Jul 2018 17:07:12 +0000 (19:07 +0200)]
Rustup

6 years agoHACK: make sure clippy builds the same deps as cargo and rls
Oliver Schneider [Mon, 2 Jul 2018 08:16:55 +0000 (10:16 +0200)]
HACK: make sure clippy builds the same deps as cargo and rls

6 years agoRustup
Oliver Schneider [Sun, 1 Jul 2018 11:36:14 +0000 (13:36 +0200)]
Rustup

6 years agoMerge pull request #2888 from mikerite/refactor_lifetimename_static
llogiq [Sun, 1 Jul 2018 10:54:06 +0000 (12:54 +0200)]
Merge pull request #2888 from mikerite/refactor_lifetimename_static

Use slightly neater check for static lifetimes

6 years agoUse slightly neater check for static lifetimes
Michael Wright [Sun, 1 Jul 2018 09:58:29 +0000 (11:58 +0200)]
Use slightly neater check for static lifetimes

6 years agoVersion bump
Oliver Schneider [Fri, 29 Jun 2018 08:22:01 +0000 (10:22 +0200)]
Version bump

6 years agoMerge pull request #2880 from mati865/rustup_hir
Oliver Schneider [Fri, 29 Jun 2018 08:20:19 +0000 (10:20 +0200)]
Merge pull request #2880 from mati865/rustup_hir

Rustup

6 years agoBump the version
Mateusz Mikuła [Fri, 29 Jun 2018 07:55:20 +0000 (09:55 +0200)]
Bump the version

6 years agoRustup
Mateusz Mikuła [Thu, 28 Jun 2018 13:46:58 +0000 (15:46 +0200)]
Rustup

6 years agoFix warnings
Mateusz Mikuła [Thu, 28 Jun 2018 11:33:11 +0000 (13:33 +0200)]
Fix warnings

6 years agoMerge pull request #2832 from kennytm/non-copy-const
Oliver Schneider [Thu, 28 Jun 2018 06:39:54 +0000 (08:39 +0200)]
Merge pull request #2832 from kennytm/non-copy-const

Lint against const items which are interior mutable.

6 years agoMerge pull request #2876 from AVerm/patch-1
Oliver Schneider [Wed, 27 Jun 2018 08:02:14 +0000 (10:02 +0200)]
Merge pull request #2876 from AVerm/patch-1

Removed placeholder doc-comments

6 years agoRemoved placeholder doc-comments
Alex Vermillion [Wed, 27 Jun 2018 01:22:36 +0000 (20:22 -0500)]
Removed placeholder doc-comments

There were comments instructing someone to insert an example, but an example was already present

6 years agoMerge pull request #2872 from rust-lang-nursery/pedantic-default
Manish Goregaokar [Tue, 26 Jun 2018 20:03:31 +0000 (13:03 -0700)]
Merge pull request #2872 from rust-lang-nursery/pedantic-default

Move default_trait_access to pedantic

6 years agoMerge pull request #2873 from mati865/edition2018_next_step
Oliver Schneider [Tue, 26 Jun 2018 09:11:53 +0000 (11:11 +0200)]
Merge pull request #2873 from mati865/edition2018_next_step

Next step towards Rust 2018...

6 years agoMerge pull request #2849 from mikerite/issue_2741
Oliver Schneider [Tue, 26 Jun 2018 09:08:19 +0000 (11:08 +0200)]
Merge pull request #2849 from mikerite/issue_2741

Fix #2741

6 years agoMerge branch 'master' into issue_2741
Michael Wright [Tue, 26 Jun 2018 05:46:56 +0000 (07:46 +0200)]
Merge branch 'master' into issue_2741

6 years agoMerge pull request #2867 from flip1995/ice-2865
Philipp Krones [Mon, 25 Jun 2018 21:00:58 +0000 (23:00 +0200)]
Merge pull request #2867 from flip1995/ice-2865

Use utils::opt_def_id() instead of def_id() to prevent ICE

6 years agoUse utils::opt_def_id() instead of def_id() to prevent ICE
flip1995 [Fri, 22 Jun 2018 14:20:26 +0000 (16:20 +0200)]
Use utils::opt_def_id() instead of def_id() to prevent ICE

6 years agoFormat the code
Mateusz Mikuła [Mon, 25 Jun 2018 19:28:23 +0000 (21:28 +0200)]
Format the code

6 years agoFix clippy_lints doc-tests
Mateusz Mikuła [Mon, 25 Jun 2018 19:22:53 +0000 (21:22 +0200)]
Fix clippy_lints doc-tests

6 years agoEnable rust_2018_idioms warning
Mateusz Mikuła [Mon, 25 Jun 2018 18:50:20 +0000 (20:50 +0200)]
Enable rust_2018_idioms warning

6 years agoMove default_trait_access to pedantic
Manish Goregaokar [Mon, 25 Jun 2018 18:39:48 +0000 (11:39 -0700)]
Move default_trait_access to pedantic

6 years agoVersion bump
Oliver Schneider [Mon, 25 Jun 2018 16:18:50 +0000 (18:18 +0200)]
Version bump

6 years agoMerge pull request #2871 from flip1995/gen_gen_nightly
Oliver Schneider [Mon, 25 Jun 2018 16:14:48 +0000 (18:14 +0200)]
Merge pull request #2871 from flip1995/gen_gen_nightly

The Great Generics Generalisation: Clippy edition

6 years agoresolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726
flip1995 [Mon, 25 Jun 2018 09:53:00 +0000 (11:53 +0200)]
resolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726

6 years agoFix the tests that got broken by the fixes
flip1995 [Mon, 25 Jun 2018 00:06:57 +0000 (02:06 +0200)]
Fix the tests that got broken by the fixes

6 years agoResolve conflicts produced by GenericArgs
flip1995 [Sun, 24 Jun 2018 21:42:52 +0000 (23:42 +0200)]
Resolve conflicts produced by GenericArgs

Addresses the move/zip of Lifetimes and Types vectors from hir::PathParameters into the args vector of GenericArgs

6 years agoResolve field, struct and function renaming
flip1995 [Sun, 24 Jun 2018 13:32:40 +0000 (15:32 +0200)]
Resolve field, struct and function renaming

Addresses the errors produced by (re)moving, merging or renaming
structs, fields and methods by rust-lang/rust#48149 and rust-lang/rust#51580

6 years agoLint against const items which are interior mutable. Fix #1560.
kennytm [Wed, 6 Jun 2018 15:20:22 +0000 (23:20 +0800)]
Lint against const items which are interior mutable. Fix #1560.

6 years agoMerge pull request #2864 from flip1995/issue-2862
Oliver Schneider [Thu, 21 Jun 2018 14:14:40 +0000 (16:14 +0200)]
Merge pull request #2864 from flip1995/issue-2862

Fix panic on map_clone lint

6 years agoCheck for arguments before accessing the first arg
flip1995 [Thu, 21 Jun 2018 12:43:13 +0000 (14:43 +0200)]
Check for arguments before accessing the first arg

6 years agoMerge pull request #2790 from shnewto/vectors-to-indexing-slicing-lint
Oliver Schneider [Thu, 21 Jun 2018 08:30:40 +0000 (10:30 +0200)]
Merge pull request #2790 from shnewto/vectors-to-indexing-slicing-lint

Extend `indexing_slicing` lint

6 years agoMerge pull request #2863 from Fraser999/exit_code
Oliver Schneider [Thu, 21 Jun 2018 08:26:32 +0000 (10:26 +0200)]
Merge pull request #2863 from Fraser999/exit_code

Ensure a non-zero value is returned by clippy if compilation fails

6 years agoMerge pull request #2592 from phansch/link_to_correct_appveyor_build
Philipp Hansch [Thu, 21 Jun 2018 05:57:24 +0000 (06:57 +0100)]
Merge pull request #2592 from phansch/link_to_correct_appveyor_build

Link to correct AppVeyor project in Readme

6 years agoLink to correct AppVeyor project in Readme
Philipp Hansch [Thu, 29 Mar 2018 22:12:19 +0000 (00:12 +0200)]
Link to correct AppVeyor project in Readme

6 years agoEnsure a non-zero value is returned by clippy if compilation fails
Fraser Hutchison [Thu, 21 Jun 2018 04:20:14 +0000 (05:20 +0100)]
Ensure a non-zero value is returned by clippy if compilation fails

6 years agoMerge pull request #2861 from rust-lang-nursery/oli-obk-patch-1
Manish Goregaokar [Wed, 20 Jun 2018 18:48:14 +0000 (11:48 -0700)]
Merge pull request #2861 from rust-lang-nursery/oli-obk-patch-1

Mention the RFC on top of the README

6 years agoUpdate README.md
Oliver Schneider [Wed, 20 Jun 2018 18:37:22 +0000 (20:37 +0200)]
Update README.md

6 years agoMerge pull request #2859 from 0ndorio/fix/false_positive_on_assert_in_neg_cmp_partial
Oliver Schneider [Wed, 20 Jun 2018 11:03:37 +0000 (13:03 +0200)]
Merge pull request #2859 from 0ndorio/fix/false_positive_on_assert_in_neg_cmp_partial

Allows neg_cmp_op_on_partial_ord for external macros (fixes #2856).

6 years agoAllows neg_cmp_op_on_partial_ord for external macros (fixes #2856).
Bruno Kirschner [Wed, 20 Jun 2018 09:07:41 +0000 (11:07 +0200)]
Allows neg_cmp_op_on_partial_ord for external macros (fixes #2856).

The macro always negates the result of the given comparison in its
internal check which automatically triggered the lint. As its an
external macro there was no chance to do anything about it which lead
to a white listing of all external macros to prevent further issues.

6 years agoMerge pull request #2858 from phansch/update_allowed_failures
Philipp Hansch [Wed, 20 Jun 2018 05:35:24 +0000 (06:35 +0100)]
Merge pull request #2858 from phansch/update_allowed_failures

No more allowed failures in integration tests

6 years agoNo more allowed failures in integration tests
Philipp Hansch [Wed, 20 Jun 2018 05:12:50 +0000 (07:12 +0200)]
No more allowed failures in integration tests

They have all been working for some time now.

6 years agoRemoving lint for constant `usize` array indexing
Shea Newton [Tue, 19 Jun 2018 21:30:43 +0000 (21:30 +0000)]
Removing lint for constant `usize` array indexing

This commit removes the logic in this PR that linted out-of-bounds constant `usize` indexing on arrays. That case is already handled by rustc's `const_err` lint. Beyond removing the linting logic, the test file and its associated stderr were updated to verify that const `usize` indexing operations on arrays are no longer handled by this `indexing_slicing` lint.

6 years agoAdd tests that index with a `const` value.
Shea Newton [Fri, 15 Jun 2018 15:54:38 +0000 (15:54 +0000)]
Add tests that index with a `const` value.

In this commit tests were added to ensure that tests with a `const` index behaved as expected.
In order to minimize the changes to the test's corresponding `stderr`, the tests were appended to
the end of the file.

6 years agoRevisiting indexing_slicing test cases
Shea Newton [Thu, 14 Jun 2018 20:04:37 +0000 (20:04 +0000)]
Revisiting indexing_slicing test cases

This commit contains a few changes. In an attempt to clarify which test cases should and should not produce stderr it became clear that some cases were being handled incorrectly. In order to address these test cases, a minor re-factor was made to the linting logic itself.

The re-factor was driven by edge case handling including a need for additional match conditions for `ExprCall` (`&x[0..=4]`) and `ExprBinary` (`x[1 << 3]`). Rather than attempt to account for each potential `Expr*` the code was re-factored into simply "if ranged index" and an "otherwise" conditions.

6 years agoSecond pass at addressing changes requested
Shea Newton [Thu, 14 Jun 2018 16:41:56 +0000 (16:41 +0000)]
Second pass at addressing changes requested

The changes reflected in this commit (requested in PR #2790) are as follows:

- Extended `INDEXING_SLICING` documentation to include the array type so that it is clearer when indexing operations are allowed.
- Variable `ty` defined identically in multiple scopes was moved to an outer scope so it's only defined once.
- Added a missing return statement to ensure only one lint is triggered by a scenario.
- Prettified match statement with a `let` clause. (I learned something new!)
- Added `&x[5..].iter().map(|x| 2 * x).collect::<Vec<i32>>()` and `&x[2..].iter().map(|x| 2 * x).collect::<Vec<i32>>()` to the test cases. The first _should trigger the lint/stderr_ and the second _should not_.

6 years agoThis commit represents an attempt to address changes requested in the process of...
Shea Newton [Wed, 13 Jun 2018 23:28:57 +0000 (23:28 +0000)]
This commit represents an attempt to address changes requested in the process of reviewing PR #2790.
The changes reflected in this commit are as follows:

- Revised `IndexingSlicingPass` struct name to IndexingSlicing for consistency with the rest of the code base.
- Revised match arm condition to use `(..)` shorthand in favor of `(_, _, _)`.
- Restored a couple telling variable names.
- Calls to `cx.span_lint` were revised to use `utils::span_help_and_lint`.
- Took a stab at refactoring some generalizable calls to `utils::span_help_and_lint` to minimize duplicate code.
- Revised INDEXING_SLICING declaration to pedantic rather than restriction.
- Added `&x[0..].get(..3)` to the test cases.

6 years agoRename instances of `array_indexing`
Shea Newton [Wed, 23 May 2018 05:02:07 +0000 (22:02 -0700)]
Rename instances of `array_indexing`

This commit renames instances of `array_indexing` to `indexing_slicing` and moves the `indexing_slicing` lint to the `clippy_pedantic` group. The justification for this commit's changes are detailed in the previous commit's message.

6 years ago Extend `indexing_slicing` lint
Shea Newton [Wed, 23 May 2018 04:56:02 +0000 (21:56 -0700)]
Extend `indexing_slicing` lint

    Hey there clippy team! I've made some assumptions in this PR and I'm not at all certain they'll look like the right approach to you. I'm looking forward to any feedback or revision requests you have, thanks!

    Prior to this commit the `indexing_slicing` lint was limited to indexing/slicing operations on arrays. This meant that the scope of a really useful lint didn't include vectors. In order to include vectors in the `indexing_slicing` lint a few steps were taken.

    The `array_indexing.rs` source file in `clippy_lints` was renamed to `indexing_slicing.rs` to more accurately reflect the lint's new scope. The `OUT_OF_BOUNDS_INDEXING` lint persists through these changes so if we can know that a constant index or slice on an array is in bounds no lint is triggered.

    The `array_indexing` tests in the `tests/ui` directory were also extended and moved to `indexing_slicing.rs` and `indexing_slicing.stderr`.

    The `indexing_slicing` lint was moved to the `clippy_pedantic` lint group.

    A specific "Consider using" string was added to each of the `indexing_slicing` lint reports.

    At least one of the test scenarios might look peculiar and I'll leave it up to y'all to decide if it's palatable. It's the result of indexing the array `x` after `let x = [1, 2, 3, 4];`

    ```
    error: slicing may panic. Consider using `.get(..n)`or `.get_mut(..n)`instead
      --> $DIR/indexing_slicing.rs:23:6
       |
    23 |     &x[0..][..3];
       |      ^^^^^^^^^^^
    ```

    The error string reports only on the second half's range-to, because the range-from is in bounds!

    Again, thanks for taking a look.

    Closes #2536

6 years agoMerge pull request #2855 from uHOOCCOOHu/impl-fn-lifetime
Oliver Schneider [Tue, 19 Jun 2018 16:00:21 +0000 (18:00 +0200)]
Merge pull request #2855 from uHOOCCOOHu/impl-fn-lifetime

Fix false positive `unused_lifetime` when referenced in generic bounds.

6 years agoAdd notes for test examples.
uHOOCCOOHu [Tue, 19 Jun 2018 15:12:17 +0000 (23:12 +0800)]
Add notes for test examples.

6 years agoCheck lifetimes in Fn traits in generic bounds.
uHOOCCOOHu [Tue, 19 Jun 2018 13:25:38 +0000 (21:25 +0800)]
Check lifetimes in Fn traits in generic bounds.
Add tests.

6 years agoMerge pull request #2837 from fanzier/panicking_unwrap
Oliver Schneider [Tue, 19 Jun 2018 11:30:38 +0000 (13:30 +0200)]
Merge pull request #2837 from fanzier/panicking_unwrap

Implement lint checking for `unwrap`s that will always panic.

6 years agoMerge pull request #2844 from illicitonion/default_trait_access
Oliver Schneider [Tue, 19 Jun 2018 08:10:20 +0000 (10:10 +0200)]
Merge pull request #2844 from illicitonion/default_trait_access

Add default_trait_access lint

6 years agoVersion bump
Oliver Schneider [Tue, 19 Jun 2018 07:56:37 +0000 (09:56 +0200)]
Version bump

6 years agoMerge branch 'master' into issue_2741
Michael Wright [Tue, 19 Jun 2018 05:41:52 +0000 (07:41 +0200)]
Merge branch 'master' into issue_2741

6 years agoReplace `Constant::partial_cmp`
Michael Wright [Tue, 19 Jun 2018 05:37:09 +0000 (07:37 +0200)]
Replace `Constant::partial_cmp`

6 years agoExclude generated code
Daniel Wagner-Hall [Sun, 17 Jun 2018 21:58:08 +0000 (22:58 +0100)]
Exclude generated code

6 years agoBump min_version.txt
Oliver Schneider [Mon, 18 Jun 2018 08:48:24 +0000 (10:48 +0200)]
Bump min_version.txt

6 years agoMerge pull request #2851 from mati865/master
Oliver Schneider [Mon, 18 Jun 2018 08:43:42 +0000 (01:43 -0700)]
Merge pull request #2851 from mati865/master

Version bump