summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-11test: Move some test outputs into $(TMPDIR)Alex Crichton-8/+12
2016-03-11alloc: Add unstable issue for FnBox APIsAlex Crichton-4/+4
2016-03-11Auto merge of #31925 - aturon:inherent-overlap, r=nikomatsakisbors-109/+253
2016-03-12Further simplify Windows stdout/stderrOliver Middleton-13/+8
2016-03-12Removed integer suffixes in libsyntax cratesrinivasreddy-5/+5
2016-03-11Auto merge of #32200 - Manishearth:rollup, r=Manishearthbors-69/+279
2016-03-12Rollup merge of #32197 - andoriyu:patch-1, r=alexcrichtonManish Goregaokar-0/+1
2016-03-12Rollup merge of #32186 - srinivasreddy:libcoretest, r=steveklabnikManish Goregaokar-23/+23
2016-03-12Rollup merge of #32183 - bluss:doc-index, r=alexcrichtonManish Goregaokar-0/+58
2016-03-12Rollup merge of #32181 - srinivasreddy:librustfront, r=steveklabnikManish Goregaokar-2/+2
2016-03-12Rollup merge of #32180 - srinivasreddy:type_check_lib, r=steveklabnikManish Goregaokar-3/+3
2016-03-11Comment `resolve_item_in_lexical_scope`Jeffrey Seyfried-1/+8
2016-03-11Auto merge of #32132 - arcnmx:cargobuild-std-target, r=alexcrichtonbors-5/+5
2016-03-11Adjust rustdoc test for new restrictionAaron Turon-3/+3
2016-03-12Rollup merge of #32178 - naltun:patch-1, r=steveklabnikManish Goregaokar-13/+1
2016-03-12Rollup merge of #32174 - cmbrandenburg:spell_fix, r=steveklabnikManish Goregaokar-3/+3
2016-03-12Rollup merge of #32171 - frewsxcv:compiletest, r=alexcrichtonManish Goregaokar-16/+14
2016-03-12Rollup merge of #32158 - seanmonstar:dead-associated-type, r=alexcrichtonManish Goregaokar-9/+30
2016-03-12Rollup merge of #32137 - nathankleyn:improve-docs-for-binaryheap, r=steveklabnikManish Goregaokar-0/+144
2016-03-11Adjust tests to new error messageAaron Turon-8/+8
2016-03-11Add regression test for duplicate items in overlapping impls. Note that a reg...Aaron Turon-0/+44
2016-03-11Forbid items with the same name being defined in overlapping inherentAaron Turon-45/+113
2016-03-11Introduce `ImplHeader`Aaron Turon-75/+107
2016-03-11Add FreeBSD amd64 snapshotAndrey Cherkashin-0/+1
2016-03-11Auto merge of #32134 - jseyfried:forbid_type_alias_as_module, r=nikomatsakisbors-5/+25
2016-03-11removed integer suffixes in libcollections and libcollectionstestsrinivasreddy-12/+12
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-299/+811
2016-03-11undo changes to run-pass tests that aren't errors anymoreOliver Schneider-5/+5
2016-03-10Auto merge of #32034 - alexcrichton:old-x86-msvc, r=aturonbors-14/+23
2016-03-10Auto merge of #32121 - GuillaumeGomez:help_e0514, r=cmrbors-8/+10
2016-03-11cleanup int suffixes in libcoretestsrinivasreddy-23/+23
2016-03-10Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturonbors-1/+36
2016-03-10Simplify Windows stdout/stderrOliver Middleton-4/+2
2016-03-10Auto merge of #32117 - mitaa:patch-3, r=alexcrichtonbors-1/+1
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-21/+26
2016-03-10Clarify doc for slice slicing (Index impls)Ulrik Sverdrup-0/+58
2016-03-11removed suffixes for librustc_frontsrinivasreddy-2/+2
2016-03-10Auto merge of #32107 - Stebalien:partial-write, r=alexcrichtonbors-2/+32
2016-03-11removed integer constants in librustc_typecksrinivasreddy-3/+3
2016-03-10Update getting-started.mdNoah-13/+1
2016-03-10first round of removal of integer suffixessrinivasreddy-6/+6
2016-03-10Auto merge of #32101 - SimonSapin:patch-11, r=alexcrichtonbors-1/+2
2016-03-10break enum variant discriminant inference in case of 32-bitOliver Schneider-6/+4
2016-03-10Auto merge of #32173 - steveklabnik:rollup, r=steveklabnikbors-23/+58
2016-03-10Spell fixes for std::ffi doc commentsCraig M. Brandenburg-3/+3
2016-03-10don't be a breaking change, even in presence of overflowing literalsOliver Schneider-83/+57
2016-03-10fix rustdocOliver Schneider-3/+3
2016-03-10simplify const path lookup for constants and associated constantsOliver Schneider-115/+65
2016-03-10prefer the (associated) const's type over the type hintOliver Schneider-10/+6
2016-03-10also print the expected type in the error messageOliver Schneider-13/+27