]> git.lizzy.rs Git - rust.git/history - tests/ui/checked_unwrap.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / checked_unwrap.rs
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
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-26 Michael WrightMerge branch 'master' into issue_2741
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-12 Fabian ZaiserCategorize the unwrap lints correctly.
2018-06-12 Fabian ZaiserImplement lint checking for `unwrap`s that will always...
2018-06-11 Oliver SchneiderMerge pull request #2815 from darArch/master
2018-06-09 Oliver SchneiderMerge pull request #2836 from mati865/upcoming_breakage
2018-06-08 Oliver SchneiderMerge pull request #2811 from fanzier/checked_unwrap
2018-06-08 Fabian ZaiserAddress review comments.
2018-06-08 Fabian ZaiserImplement lint that checks for unidiomatic `unwrap...