about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-09-21Workaround rust-lang/rust#54222 by just ignoring the warning about the linker...Felix S. Klock II-0/+2
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+296
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-0/+55
2018-09-20Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn...kennytm-0/+35
2018-09-20Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau...bors-6/+169
2018-09-20Rollup merge of #54292 - memoryruins:issue-53712, r=estebankkennytm-0/+20
2018-09-20fix intra-links for trait implsQuietMisdreavus-0/+40
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-0/+23
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-4/+62
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-0/+28
2018-09-20ignore rustdoc/doc-proc-macro on stage1QuietMisdreavus-0/+2
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-3/+15
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-0/+71
2018-09-19Add regression test for thread local static mut borrowsSantiago Pastorino-0/+35
2018-09-19Auto merge of #54101 - osa1:issue_54099, r=nikomatsakisbors-12/+18
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-33/+10
2018-09-19Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakisbors-114/+54
2018-09-18Use expr's spanmemoryruins-1/+3
2018-09-18Set diagnostic applicability based on array lengthmemoryruins-2/+2
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-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-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-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