]> git.lizzy.rs Git - rust.git/history - tests/ui/indexing_slicing.rs
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / indexing_slicing.rs
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-07-23 borsAuto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime...
2019-07-18 borsAuto merge of #4274 - daxpedda:implicit_return_fixes...
2019-07-17 borsAuto merge of #4280 - phansch:uitests_matches, r=flip1995
2019-07-17 borsAuto merge of #4259 - Darth-Revan:origin/inherent_to_st...
2019-07-17 borsAuto merge of #4278 - phansch:uitestcleanup_indexing...
2019-07-16 Philipp Hanschcargo fmt
2019-07-16 Philipp HanschUI Test Cleanup: Split out out_of_bounds_indexing
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
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-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-10-27 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-25 bors[bot]Merge #3331
2018-10-24 bors[bot]Merge #3312
2018-10-13 Josh McguiganOUT_OF_BOUNDS_INDEXING fix #3102 false negative
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-29 flip1995Adapt ui-tests to the tool_lints
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-21 Oliver SchneiderMerge pull request #2790 from shnewto/vectors-to-indexi...
2018-06-19 Shea NewtonRemoving lint for constant `usize` array indexing
2018-06-19 Shea NewtonAdd tests that index with a `const` value.
2018-06-19 Shea NewtonRevisiting indexing_slicing test cases
2018-06-19 Shea NewtonSecond pass at addressing changes requested
2018-06-19 Shea NewtonThis commit represents an attempt to address changes...
2018-06-19 Shea NewtonRename instances of `array_indexing`