about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-10-18Inline read_{un,}signed_leb128 and opaque::Decoder functions.Nicholas Nethercote-0/+18
2016-10-17Add stable example to TypeIdJethro Beekman-4/+2
2016-10-17Auto merge of #37237 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-38/+14
2016-10-17Add regression test.Jeffrey Seyfried-0/+14
2016-10-17Fix partially consumed tokens in macro matchers.Jeffrey Seyfried-15/+38
2016-10-17Fix typoMichael Woerister-1/+1
2016-10-17Rollup merge of #37215 - flodiebold:comment-fix, r=sfacklerGuillaume Gomez-1/+1
2016-10-17Rollup merge of #37200 - zackmdavis:llvm_version_in_verbose_version, r=sanxiynGuillaume Gomez-0/+4
2016-10-17Rollup merge of #37194 - johnthagen:fix-const-static-header, r=blussGuillaume Gomez-1/+1
2016-10-17Rollup merge of #37189 - nabeelomer:master, r=blussGuillaume Gomez-3/+5
2016-10-17Rollup merge of #37177 - michaelwoerister:fix-check-stage1, r=petrochenkovGuillaume Gomez-0/+2
2016-10-17Rollup merge of #37172 - michaelwoerister:cleanup-dibuilder, r=eddybGuillaume Gomez-33/+1
2016-10-17Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakisbors-6/+28
2016-10-17Set stalled=false when encountering an errorJonas Schievink-0/+1
2016-10-17std::collections: Reexport libcollections's range moduleUlrik Sverdrup-0/+4
2016-10-17Auto merge of #37112 - pnkfelix:fix-issue-36744, r=arielb1bors-17/+110
2016-10-17ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge...Michael Woerister-38/+460
2016-10-17Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree.Felix S. Klock II-2/+166
2016-10-17Review feedback: expand comment and simplify some code.Felix S. Klock II-9/+5
2016-10-17Review feedback: add linebreak and reindent to make braces match better.Felix S. Klock II-3/+4
2016-10-17remove fixme that i no longer think appropriate.Felix S. Klock II-11/+0
2016-10-17Fix Subst construction: use subst from adt_def rather than Drop impl's subst.Felix S. Klock II-13/+247
2016-10-17Auto merge of #37162 - matklad:static-mut-lint, r=jseyfriedbors-50/+33
2016-10-17Expand .zip() specialization to .map() and .cloned()Ulrik Sverdrup-1/+186
2016-10-17Use one message for uppercase global lintAleksey Kladov-6/+3
2016-10-17Auto merge of #37153 - michaelwoerister:spread-arg-debuginfo, r=eddybbors-21/+13
2016-10-16Auto merge of #37082 - frewsxcv:session, r=jseyfriedbors-45/+37
2016-10-17Don't process cycles when stalledJonas Schievink-0/+10
2016-10-17Mark enums with non-zero discriminant as non-zeroVadim Petrochenkov-15/+58
2016-10-16impl Debug for ReadDirDavid Henningsson-0/+17
2016-10-16Run rustfmt on libcore/prelude folderSrinivas Reddy Thatiparthy-14/+28
2016-10-16Run rustfmt on libcore/sync folderSrinivas Reddy Thatiparthy-56/+58
2016-10-16Update comment in Vec::dedup_byFlorian Diebold-1/+1
2016-10-16Auto merge of #37129 - arielb1:erased-normal, r=eddybbors-38/+38
2016-10-16run rustfmt on various foldersSrinivas Reddy Thatiparthy-39/+26
2016-10-16run rustfmt on bootstrap/bin folderSrinivas Reddy Thatiparthy-13/+16
2016-10-15Auto merge of #37098 - ollie27:rustdoc_playground, r=GuillaumeGomezbors-115/+131
2016-10-15include LLVM version in `--version --verbose`Zack M. Davis-0/+4
2016-10-15Treat custom derive extern crates like empty modules.Jeffrey Seyfried-27/+7
2016-10-15Use the macro namespace for custom derives.Jeffrey Seyfried-47/+62
2016-10-15Auto merge of #37152 - arielb1:drop-cache, r=pnkfelixbors-27/+41
2016-10-15Refactor `syntax::ext::base::Resolver::resolve_invoc`.Jeffrey Seyfried-21/+23
2016-10-15Remove un-rendered ticks from title.johnthagen-1/+1
2016-10-15correct erroneous pluralization of '1 type argument' error messagesZack M. Davis-7/+10
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-115/+131
2016-10-15Fixed typoNabeel Omer-1/+1
2016-10-15Auto merge of #37132 - petrochenkov:intern, r=alexcrichtonbors-39/+48
2016-10-15Corrected broken markdown linkNabeel Omer-1/+1
2016-10-15Remove FIXMEJohn Firebaugh-1/+0
2016-10-15Updated the docs for Error::descriptionNabeel Omer-3/+5