]> git.lizzy.rs Git - rust.git/history - tests/ui/infinite_loop.rs
Adapt the *.stderr files of the ui-tests to the tool_lints
[rust.git] / tests / ui / infinite_loop.rs
2018-08-29 flip1995Adapt ui-tests to the tool_lints
2018-08-01 Philipp HanschMerge pull request #2968 from phansch/first_an_ICE_and_...
2018-07-29 Philipp HanschMerge pull request #2959 from chrisduerr/master
2018-07-28 Michael WrightMerge branch 'master' into issue2894
2018-07-26 Oliver SchneiderMerge pull request #2963 from commandline/master
2018-07-25 Philipp HanschMerge pull request #2960 from matthiaskrgr/typos
2018-07-25 Matthias Krügerfix a bunch of typos found by codespell
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanNew Lint: Pass small trivially copyable objects by...
2018-04-05 Oliver SchneiderMerge pull request #2632 from phansch/fix_useless_forma...
2018-04-03 Oliver SchneiderMerge pull request #2622 from flip1995/imm_while_fields
2018-04-03 flip1995Don't trigger while_immutable_condition for mutable...
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-27 Oliver SchneiderMerge pull request #2572 from flip1995/immut_while
2018-03-26 flip1995Fix check of immutable condition in closure
2018-03-26 Oliver SchneiderMerge pull request #2576 from kimsnj/infinite_loop
2018-03-26 Karim Snjwhile_immutable_condition: fix handling of self
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-08 Oliver SchneiderMerge pull request #2515 from kimsnj/infinite_loop
2018-03-07 Karim Snjlint: while immutable condition: do not lint constants
2018-03-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-06 Karim Snjlint: immutable condition: add internally mutable test
2018-03-01 Karim Snjlint: while loop: detect if no var from the condition...
2018-03-01 Karim Snjlint: while immutable condition: refactor to use hir...
2018-02-25 Karim Snjlint: immutable only vars in while condition