about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-18Set diagnostic applicability based on array lengthmemoryruins-2/+2
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-0/+125
2018-09-18Update mir-opt test suiteRémy Rakic-13/+48
2018-09-18Update NLL 3-point error message for fake reads in optimized let patternsRemy Rakic-27/+30
2018-09-18Switched from FxHashMap to BTreeMap to preserve ordering when iterating.David Wood-8/+8
2018-09-18De-duplicate moved variable errors.David Wood-122/+62
2018-09-18Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni...bors-11/+265
2018-09-18Auto merge of #54319 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-6/+96
2018-09-18Remove outdated rustdoc PinBox testsTaylor Cramer-21/+0
2018-09-18Rollup merge of #54299 - snaedis:issue-54246, r=varkorGuillaume Gomez-6/+6
2018-09-18Rollup merge of #54273 - csmoe:lint_ty_lit, r=estebankGuillaume Gomez-0/+53
2018-09-18Rollup merge of #54225 - pnkfelix:issue-53675-add-test-called-panic, r=petroc...Guillaume Gomez-0/+36
2018-09-18Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd...Guillaume Gomez-0/+1
2018-09-18Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakisbors-0/+14
2018-09-18Regression test for this particular change.Felix S. Klock II-0/+94
2018-09-18Updates to tests reflecting the diangostic changes in previous commit.Felix S. Klock II-52/+53
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-12/+10
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-4/+68
2018-09-17Inspect parents paths when checking for movesSantiago Pastorino-0/+71
2018-09-17libsyntax: add optional help message for deprecated featuresAlva Snædís-2/+2
2018-09-17Suggest array indexing when tuple indexing on an array.memoryruins-0/+18
2018-09-17libsyntax: fix casing in error messageAlva Snædís-4/+4
2018-09-17On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ...Felix S. Klock II-0/+57
2018-09-17Tests for `feature(bind_by_move_pattern_guards)`.Felix S. Klock II-11/+208
2018-09-17add test for float/integercsmoe-5/+30
2018-09-16Treat `dyn` as a keyword in the 2018 editionvarkor-0/+58
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-2/+2
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-4/+68
2018-09-16Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-51/+201
2018-09-16add test for numeric literal castcsmoe-0/+28
2018-09-16Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelixGuillaume Gomez-51/+51
2018-09-16Rollup merge of #54181 - vi:hint_and_or, r=estebankGuillaume Gomez-0/+120
2018-09-16Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomezGuillaume Gomez-0/+30
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-158/+169
2018-09-16Check the remaining nodesKazuyoshi Kato-0/+4
2018-09-15avoid leaking host details in proc macro metadata decodingAriel Ben-Yehuda-0/+77
2018-09-15rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.Eduard-Mihai Burtescu-1/+75
2018-09-15rustc_resolve: always include core, std and meta in the extern prelude.Eduard-Mihai Burtescu-2/+92
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-47/+105
2018-09-15Auto merge of #52896 - SergioBenitez:master, r=alexcrichtonbors-0/+170
2018-09-14Add a test to prevent regressionKazuyoshi Kato-0/+26
2018-09-15Regression test for rust-lang/rust#53675.Felix S. Klock II-0/+36
2018-09-15issue 54109: use short suggestionsVitaly _Vi Shukela-6/+6
2018-09-14Auto merge of #54069 - petrochenkov:subns, r=aturonbors-24/+46
2018-09-14Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkovbors-0/+16
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+25
2018-09-14Auto merge of #54080 - PramodBisht:issue/53692, r=estebankbors-0/+51
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-7/+32
2018-09-14Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebankkennytm-3/+93
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-34/+216