summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-08-27Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelixbors-3/+53
2015-08-26Auto merge of #27992 - wthrowe:dead-main-2, r=alexcrichtonbors-0/+90
2015-08-25handle dtors having generics in an order different from their ADTAriel Ben-Yehuda-0/+48
2015-08-25use the parameter environment when checking dtorsAriel Ben-Yehuda-3/+5
2015-08-25Respect `--color` when printing early errorsBarosl Lee-2/+3
2015-08-25Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichtonbors-0/+31
2015-08-25Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichtonbors-0/+15
2015-08-24Remove #[start] as well as #[main] in --testWilliam Throwe-0/+16
2015-08-24Move main removal to its own pass in --test modeWilliam Throwe-0/+24
2015-08-24Mark main-like functions allow(dead_code) in testsWilliam Throwe-0/+50
2015-08-24Add test for LookupHost iterator Send/Sync traitsGuillaume Gomez-0/+31
2015-08-24Auto merge of #27239 - apasel422:issue-19102, r=huonwbors-0/+20
2015-08-24Update hoedown to latest version (3.0.4).Eljay-0/+15
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-0/+14
2015-08-22Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichtonbors-4/+28
2015-08-22Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrcbors-0/+68
2015-08-22Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelixbors-0/+81
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-8/+8
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+25
2015-08-21fix accidental reversal of 'static, and add a testNiko Matsakis-0/+25
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-0/+14
2015-08-20Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rsFelix S. Klock II-4/+28
2015-08-19fallout of reworking rc and arc APIsAlexis Beingessner-2/+3
2015-08-19Auto merge of #27677 - sylvestre:issue-27628, r=dotdashbors-6/+6
2015-08-19Issue #27628 - Also support the LLVM 3.6 IR format in two testsSylvestre Ledru-6/+6
2015-08-19Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrcbors-0/+27
2015-08-19Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakisbors-1/+1
2015-08-18Auto merge of #27850 - alexcrichton:fix-musl, r=brsonbors-0/+3
2015-08-18add a regression test for #27583. Fixes #27583.Niko Matsakis-0/+56
2015-08-17trans: Call `fmod` manually for 32-bit float remAlex Crichton-0/+27
2015-08-17core: Shuffle around float parsingAlex Crichton-8/+8
2015-08-17Auto merge of #27169 - huonw:simd, r=alexcrichtonbors-569/+967
2015-08-17Revamp SIMD intrinsic trans error handling.Huon Wilson-49/+58
2015-08-17Shim some of the old std::simd functionality.Huon Wilson-1/+1
2015-08-17Add tests for various intrinsic behaviours.Huon Wilson-0/+911
2015-08-17Fix existing tests for new `#[repr(simd)]`.Huon Wilson-604/+43
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-2/+27
2015-08-17Auto merge of #27833 - arielb1:robust-construction, r=eddybbors-17/+134
2015-08-17rustdoc: Add test for #27759Martin Wernstål-0/+25
2015-08-17Implement `repr(simd)` as an alias for `#[simd]`.Huon Wilson-0/+14
2015-08-17use the correct substs when checking struct patternsAriel Ben-Yehuda-0/+38
2015-08-17Add regression tests for #23304Corey Farwell-0/+51
2015-08-15test: Fix tests for requiring issuesAlex Crichton-84/+91
2015-08-15test: Fix tests for MUSLAlex Crichton-0/+3
2015-08-15Slightly improved macro diagnostics + Indentation fixesJonas Schievink-1/+1
2015-08-15prevent non-dict-structs from being intialized via FRUAriel Ben-Yehuda-1/+35
2015-08-15clean-up ExprStruct and PatStruct type-checkingAriel Ben-Yehuda-14/+39
2015-08-15Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichtonbors-0/+19
2015-08-15Fix issue with for loop expansionw00ns-0/+19
2015-08-15Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichtonbors-0/+19