summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-17std: Split the `std_misc` featureAlex Crichton-117/+92
2015-06-17collections: Split the `collections` featureAlex Crichton-155/+197
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-35/+53
2015-06-17core: Split apart the global `core` featureAlex Crichton-288/+379
2015-06-17Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonwbors-7/+95
2015-06-17collections: fix a couple of typosIvan Ukhov-3/+3
2015-06-17Add a testSeo Sanghyeon-0/+22
2015-06-17Auto merge of #26261 - tshepang:more-brief-example, r=huonwbors-11/+2
2015-06-17Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonwbors-3/+76
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-108/+301
2015-06-16rustc: Update LLVMAlex Crichton-108/+301
2015-06-17style: typo fixTshepang Lekhonkhobe-1/+1
2015-06-16Add regression tests for #22864Corey Farwell-0/+30
2015-06-17Auto merge of #22681 - mzabaluev:extend-faster, r=huonwbors-39/+39
2015-06-16Fix error message for E0256 in certain cases.Nick Hamann-4/+32
2015-06-16Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwaltonbors-42/+90
2015-06-17Document behavior of bitwise operators with boolean argumentsVadim Petrochenkov-5/+7
2015-06-16Remove unused type InteriorSafety.Eli Friedman-37/+8
2015-06-16Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturonbors-32/+48
2015-06-16Remove superfluous variableSimonas Kazlauskas-2/+0
2015-06-16Add a test for issue 26322Simonas Kazlauskas-0/+36
2015-06-16Fix file!(), line!() and column!() macrosSimonas Kazlauskas-72/+72
2015-06-16Auto merge of #24738 - joliv:patch-2, r=steveklabnikbors-2/+5
2015-06-16Fix merge errorsNiko Matsakis-2/+3
2015-06-16One more consistency fix in the referenceSteve Klabnik-3/+14
2015-06-16Avoid deref/ref cycles for no-op coercions between unsafe pointersBjörn Steinbrink-7/+40
2015-06-16test: Fix a bug in bench result formattingUlrik Sverdrup-4/+4
2015-06-16Auto merge of #26323 - steveklabnik:gh26320, r=alexcrichtonbors-10/+9
2015-06-16Auto merge of #26318 - steveklabnik:gh26268, r=alexcrichtonbors-2/+2
2015-06-16Auto merge of #26317 - steveklabnik:gh25956, r=alexcrichtonbors-4/+0
2015-06-16Auto merge of #24719 - :patch-1, r=steveklabnikbors-0/+1
2015-06-15Add unit type info and update associated linkjoliv-2/+5
2015-06-16Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichtonbors-10/+10
2015-06-15Auto merge of #26311 - jooert:fix25855, r=steveklabnikbors-33/+13
2015-06-15This new caching sometimes suppresses duplicate errors that occur inNiko Matsakis-20/+31
2015-06-15Rather than expanding the where-clauses in the environment over and overNiko Matsakis-23/+79
2015-06-15Add a (somewhat hacky) cache to the tcx that tracks "global" trait refsNiko Matsakis-17/+142
2015-06-15Auto merge of #26282 - arielb1:probe-leak, r=nikomatsakisbors-21/+114
2015-06-15Significantly simplify generic exampleSteve Klabnik-10/+9
2015-06-15Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakisbors-3/+46
2015-06-15src/rt/arch/i386/morestack.S: call rust_stack_exhausted via pltSteven Walter-3/+2
2015-06-15Auto merge of #26293 - mihneadb:rustdoc-search-orphan-methods, r=alexcrichtonbors-1/+3
2015-06-15Clarify that the following will errorSteve Klabnik-2/+2
2015-06-15Remove confusing paragraph from Trait ObjectsSteve Klabnik-4/+0
2015-06-15Update example in "Rust Inside Other Languages"Johannes Oertel-33/+13
2015-06-15remove confusing 1i32Steve Klabnik-1/+1
2015-06-15Fix up Split docsSteve Klabnik-10/+10
2015-06-15Make impl-trait-ref associated types work in methodsAriel Ben-Yehuda-28/+85
2015-06-15Don't call instantiate_type_scheme during method probingAriel Ben-Yehuda-1/+37
2015-06-15Auto merge of #26302 - aidanhs:aphs-fix-musl-libc, r=alexcrichtonbors-1/+4