]> git.lizzy.rs Git - rust.git/history - tests/ui/infinite_loop.rs
Merge branch 'master' into rustfmt_tests
[rust.git] / tests / ui / infinite_loop.rs
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-09 Matthias Krügerrustfmt tests
2018-10-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3291 from JoshMcguigan/cmp_owned...
2018-10-12 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-11 Oliver SchererStabilize tool lints
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-09-13 Philipp HanschMerge pull request #3085 from mikerite/revert-98dbce
2018-09-02 Daniel Wagner-HallMerge branch 'master' into issue-2879
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
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