about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-09-03Add an intital HIR and lowering stepNick Cameron-11/+12
2015-09-02Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichtonbors-2/+2
2015-09-01Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakisbors-2/+1
2015-09-01Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brsonbors-0/+39
2015-09-01std: Run TLS destructors in a statically linked binaryAlex Crichton-0/+39
2015-09-01Auto merge of #28137 - nrc:remove-non-multi, r=huonwbors-19/+0
2015-09-01Add missing stability markings to BinaryHeap.Eli Friedman-2/+2
2015-09-01Remove the Modifier and Decorator kinds of syntax extensions.Nick Cameron-19/+0
2015-08-31Auto merge of #28079 - huonw:simd, r=alexcrichtonbors-7/+18
2015-08-31remove the is_instantiable checkAriel Ben-Yehuda-2/+1
2015-08-31Auto merge of #28123 - Aatch:fix-silly-tuple-constructor, r=eddybbors-0/+21
2015-08-31Translate constructor arguments for zero-sized tuple structsJames Miller-0/+21
2015-08-31Auto merge of #28103 - GuillaumeGomez:fix-intrinsic, r=huonwbors-0/+24
2015-08-30Auto merge of #27983 - barosl:respect-color, r=nrcbors-2/+3
2015-08-30Assign correct span to continue expressionMarcus Klaas-0/+23
2015-08-30Add compile-fail test for E0444Guillaume Gomez-0/+24
2015-08-29Separate integers into signed and unsigned.Huon Wilson-7/+18
2015-08-29Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonwbors-0/+17
2015-08-29Allow #[derive()] to generate unsafe trait implsMichael Layzell-0/+2
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-0/+17
2015-08-28add test for #20803Andrew Paseltiner-0/+19
2015-08-28Rollup merge of #28033 - Manishearth:compilerexpn, r=eddybManish Goregaokar-6/+4
2015-08-28Move ExpnInfo to NameManish Goregaokar-6/+4
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