summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-09-08Auto merge of #28291 - nrc:shr_span_fix, r=sfacklerbors-0/+20
2015-09-08Fix span bug with >> and type bindingsNick Cameron-0/+20
2015-09-08Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichtonbors-1/+1
2015-09-08Allow tracking issues for lang features.Huon Wilson-1/+1
2015-09-06Don't add unnamed address attributes to intrinsics.Richard Diamond-0/+22
2015-09-06Auto merge of #28270 - arielb1:raw-fat-ops, r=nrcbors-0/+141
2015-09-06implement raw fat pointer opsAriel Ben-Yehuda-0/+141
2015-09-06add MIR code (unused thus far)Niko Matsakis-1/+1
2015-09-06generalize graphviz library to handle HTML tags and other such thingsNiko Matsakis-2/+2
2015-09-05Auto merge of #28190 - arielb1:generic-key-entry, r=eddybbors-0/+15
2015-09-05Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichtonbors-6/+19
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-6/+19
2015-09-04Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakisbors-0/+39
2015-09-04Auto merge of #28069 - alexcrichton:rt-atexit, r=brsonbors-0/+25
2015-09-04Auto merge of #28004 - Diggsey:win-backtrace, r=alexcrichtonbors-11/+19
2015-09-04Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichtonbors-14/+29
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-11/+19
2015-09-03Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakisSteve Klabnik-7/+7
2015-09-04Rollup merge of #28193 - dhuseby:fixing_bitrig_alloc_crate_tests, r=alexcrichtonManish Goregaokar-2/+5
2015-09-03Fix multiple mutable autoderefs with `Box`Andrew Paseltiner-0/+39
2015-09-03Move lints to HIRManish Goregaokar-10/+9
2015-09-03Fixes #27886 -- bitrig does not use jemalloc (yet)Dave Huseby-2/+5
2015-09-03create a region-map for types in genericsAriel Ben-Yehuda-0/+15
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-7/+7
2015-09-03Fix hygienic-label-x testsSimonas Kazlauskas-4/+4
2015-09-03Fix #28105 test and add a test for #28109Simonas Kazlauskas-10/+25
2015-09-02std: Run at_exit cleanup on process::exitAlex Crichton-0/+25
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