about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-10-19allow constant evaluation of function callsOliver Schneider-52/+155
2015-10-18Auto merge of #29117 - mseri:patch-5a, r=nrcbors-145/+261
2015-10-18Auto merge of #29141 - marcusklaas:pat-expr, r=alexcrichtonbors-2/+2
2015-10-18Auto merge of #29142 - liigo:patch-6, r=alexcrichtonbors-1/+1
2015-10-18docs: change where clause to boundLiigo Zhuang-1/+1
2015-10-18Auto merge of #29131 - apasel422:transmute, r=blussbors-20/+5
2015-10-18Fix span for pattern literalsMarcus Klaas-2/+2
2015-10-18Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelixbors-194/+376
2015-10-18Auto merge of #29134 - wthrowe:linker-output-ICE, r=pnkfelixbors-3/+15
2015-10-17Don't ICE if the linker prints something non-UTF-8William Throwe-3/+15
2015-10-18Auto merge of #29091 - luqmana:29073-overflow-cabi, r=pnkfelixbors-3/+28
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-20/+5
2015-10-17Auto merge of #29105 - billpmurphy:master, r=alexcrichtonbors-4/+3
2015-10-17Auto merge of #29089 - kickinbahk:edit-testing-docs, r=steveklabnikbors-0/+3
2015-10-17Auto merge of #28933 - fhahn:issue-28837-partialeq-note, r=alexcrichtonbors-0/+81
2015-10-17Re-formatted macros by hand with rustfmt styleMarcello Seri-16/+32
2015-10-17Auto merge of #29114 - apasel422:issue-27105, r=alexcrichtonbors-0/+24
2015-10-17Auto merge of #29110 - apasel422:shared, r=alexcrichtonbors-12/+148
2015-10-17attitional tests fixupsMarcello Seri-86/+26
2015-10-17Auto merge of #29109 - nxnfufunezn:master, r=Manishearthbors-9/+28
2015-10-17Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichtonbors-11/+12
2015-10-17Auto merge of #29079 - fhahn:remove-unused-files-libcoretest, r=alexcrichtonbors-20/+11
2015-10-16Add test for #27105Andrew Paseltiner-0/+24
2015-10-16trans: Use an isize to count the number of registers so we don't underflow fo...Luqman Aden-3/+28
2015-10-16Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichtonbors-64/+107
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-12/+148
2015-10-17Improve error handling by providing Error struct with Path informationGuillaume Gomez-64/+107
2015-10-16Tests fixupMarcello Seri-100/+29
2015-10-16Added attributes to allow rustfmt_skip in librandMarcello Seri-0/+2
2015-10-16fixupMarcello Seri-1028/+264
2015-10-16rustfmt src/librandMarcello Seri-418/+1411
2015-10-17Updated librustc_lint/builtin.rs to use span_lint_notenxnfufunezn-9/+6
2015-10-16Auto merge of #29082 - DenisKolodin:patch-3, r=alexcrichtonbors-2/+2
2015-10-17Add span_lint_note and span_lint_help to the LintContextnxnfufunezn-0/+22
2015-10-16Add unused modules to libcoretestFlorian Hahn-20/+11
2015-10-16Update the testing doc to be more clear and include dynamic linkkickinbahk-1/+2
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-886/+329
2015-10-16Update explanation about offset methodDenisKolodin-2/+2
2015-10-16Auto merge of #29074 - Manishearth:astconv-doc, r=eddybbors-0/+2
2015-10-16book: Change raw pointer conversion examplebillpmurphy-4/+3
2015-10-16Auto merge of #29020 - goyox86:goyox86/rustfmting-libarena, r=nrcbors-3/+9
2015-10-16Provide span for visit_enum_defVadim Petrochenkov-11/+12
2015-10-16Auto merge of #29086 - fhahn:book-update-lint-plugin-example, r=alexcrichtonbors-8/+22
2015-10-16Auto merge of #28957 - GuillaumeGomez:patch-5, r=Manishearthbors-12/+12
2015-10-16Change error message in rustbookGuillaume Gomez-5/+5
2015-10-16Auto merge of #29085 - petrochenkov:nonzero, r=alexcrichtonbors-6/+24
2015-10-16Auto merge of #29081 - rust-lang:arc-example-edit, r=alexcrichtonbors-1/+1
2015-10-16Auto merge of #29080 - Havvy:remove_doc_style_changing, r=alexcrichtonbors-66/+0
2015-10-15Add to Testing docs to make more clearkickinbahk-0/+2
2015-10-15Update lint plugin example in book to work with recent masterFlorian Hahn-8/+22