about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+113
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-26/+24
2018-04-22Add tracking issue number for doc alias featureGuillaume Gomez-1/+1
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-14/+130
2018-04-21Add alias testsGuillaume Gomez-0/+96
2018-04-21Add specific never searchGuillaume Gomez-0/+17
2018-04-21Auto merge of #50093 - alexcrichton:android-uwtable, r=michaelwoeristerbors-0/+1
2018-04-21rustc: Always emit `uwtable` on AndroidAlex Crichton-0/+1
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-44/+170
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-3/+1
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-21/+21
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-2/+2
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+11
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-44/+170
2018-04-20fix two compile-fail tests that were still using -ZeditionKurtis Nusbaum-2/+2
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+5
2018-04-20Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-3/+7
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-8/+107
2018-04-20Rollup merge of #50031 - krk:issue-46336, r=estebankkennytm-5/+38
2018-04-20Auto merge of #50069 - alexcrichton:fix-proc-macro, r=nrcbors-0/+2
2018-04-19Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakisbors-256/+249
2018-04-19Sign extend constants in range patternsOliver Schneider-0/+19
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-0/+2
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-1/+1
2018-04-18Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obkbors-0/+25
2018-04-18When running under compare-mode=nll, generate expected output to `foo.nll.std...Felix S. Klock II-0/+6
2018-04-18Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima...Felix S. Klock II-9/+12
2018-04-18Removed `.nll.stderr` files that currently match their corresponding `.stderr...Felix S. Klock II-140/+0
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-57/+57
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-50/+174
2018-04-18Auto merge of #49981 - nox:fix-signed-niches, r=eddybbors-0/+20
2018-04-18Clarified E0015 message, r=estebankkrk-5/+38
2018-04-18Auto merge of #49950 - Zoxc:default-span, r=estebankbors-133/+83
2018-04-17Auto merge of #50033 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-9/+18
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-0/+8
2018-04-17Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavusGuillaume Gomez-0/+20
2018-04-17Rollup merge of #49699 - zesterer:master, r=joshtriplettGuillaume Gomez-19/+0
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-331/+430
2018-04-17Auto merge of #49626 - fanzier:chalk-lowering, r=scalexmbors-1/+16
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-1/+24
2018-04-17stabilize `nonnull_cast` featuretinaun-1/+1
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-83/+46
2018-04-16Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfacklerbors-0/+46
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-2/+2
2018-04-16Fix nitsGuillaume Gomez-2/+0
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-0/+25
2018-04-16Update testsJohn Kåre Alsaker-133/+83
2018-04-16Separately gate each target_feature featureAlex Crichton-3/+46
2018-04-17Rollup merge of #49931 - csmoe:end_span, r=estebankkennytm-1/+1