about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-42/+88
2018-11-12miri-engine value visitor update to VariantIdxOliver Scherer-1/+1
2018-11-12Fix fulldeps test with NodeIdOliver Scherer-1/+1
2018-11-12Auto merge of #55701 - tromey:ice-fix, r=matthewjasperbors-0/+63
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-25/+51
2018-11-11Fix typos.Bruce Mitchener-2/+2
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-28/+97
2018-11-11Rollup merge of #55630 - petrochenkov:noprelude, r=Centrilkennytm-1/+25
2018-11-11Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddybPietro Albini-0/+74
2018-11-11Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelixPietro Albini-0/+37
2018-11-11Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli...Pietro Albini-0/+23
2018-11-11Rollup merge of #55802 - wesleywiser:inlined_calls_2_electric_boogaloo, r=nagisaPietro Albini-0/+36
2018-11-11Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da...Pietro Albini-86/+103
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-0/+72
2018-11-11Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u...Pietro Albini-202/+52
2018-11-11Rollup merge of #55792 - oli-obk:propsicle, r=RalfJungPietro Albini-0/+28
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-51/+158
2018-11-10Use non-short suggestion for parenthesised ..=varkor-2/+2
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-2/+20
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-3/+25
2018-11-10Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...bors-0/+31
2018-11-10Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelixbors-1/+2
2018-11-09Don't inline virtual calls (take 2)Wesley Wiser-0/+36
2018-11-10make PhantomData #[structural_match].Mazdak Farrokhzad-0/+53
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-3/+15
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-15/+19
2018-11-10Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ...Oliver Scherer-4/+4
2018-11-10Add a few tests around raw pointers and interior mutabilityOliver Scherer-0/+73
2018-11-10fix mod-static-with-const-fn.rs.Mazdak Farrokhzad-3/+1
2018-11-10--bless mod-static-with-const-fn.stderrMazdak Farrokhzad-9/+2
2018-11-10constify parts of libcore.Mazdak Farrokhzad-32/+2
2018-11-09Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`Oliver Scherer-0/+74
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-0/+64
2018-11-09Fix ICE and find correct return span.David Wood-0/+37
2018-11-09Typecheck patterns of all match arms first, so we get types for bindings.Felix S. Klock II-0/+23
2018-11-09Fix tidyOliver Scherer-2/+2
2018-11-08Rollup merge of #55783 - stjepang:deprecate-select, r=SimonSapinMark Rousskov-0/+1
2018-11-08Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelixMark Rousskov-0/+26
2018-11-08Rollup merge of #55742 - F001:fix-55718, r=petrochenkovMark Rousskov-0/+27
2018-11-08Rollup merge of #55736 - estebank:elide-anon-lt, r=petrochenkovMark Rousskov-3/+3
2018-11-08Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfi...Mark Rousskov-13/+38
2018-11-08Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_...Mark Rousskov-0/+33
2018-11-08Rollup merge of #55633 - nikic:memcpy-align, r=nagisaMark Rousskov-4/+4
2018-11-09Fix the expected error annotations.Felix S. Klock II-65/+65
2018-11-09Switch to using `// revisions` to explicit encode NLL's change to `Box` treat...Felix S. Klock II-8/+22
2018-11-08Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`Esteban Küber-0/+72
2018-11-09Make test robust to NLL, in sense of ensuring borrows extend to something app...Felix S. Klock II-14/+17
2018-11-09Removed an unneeded instance of `// revisions`; the compare-mode NLL shows th...Felix S. Klock II-202/+52
2018-11-08Deprecate channel selectionStjepan Glavina-0/+1
2018-11-08Add more regression testsOliver Scherer-0/+15