summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-18Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichtonbors-51/+15
2015-09-18Revert "Convert negate_unsigned feature gate to a warning"Simonas Kazlauskas-14/+15
2015-09-18Add url to rust-bookGuillaume Gomez-7/+11
2015-09-18Auto merge of #28336 - petrochenkov:empstr, r=pnkfelixbors-124/+187
2015-09-18add support for non-standard name of stdc++ librarySébastien Marie-2/+3
2015-09-18Use divs with ids rather than as with names.Ms2ger-2/+4
2015-09-18Skip no-op adjustments in transBjörn Steinbrink-1/+41
2015-09-18Add feature gateVadim Petrochenkov-2/+52
2015-09-18Add some more testsVadim Petrochenkov-2/+34
2015-09-18Implement empty struct with braces (RFC 218)Vadim Petrochenkov-133/+114
2015-09-18Warn on `pub extern crate`.Nick Cameron-5/+30
2015-09-18Fix crash with --save-analysisNick Cameron-5/+5
2015-09-17Clarify where let accepts a pattern, spatiallyColin Wallace-1/+1
2015-09-17Auto merge of #28476 - steveklabnik:rollup, r=steveklabnikbors-104/+142
2015-09-17Add span_err_with_code method for BorrowckCtxt structGuillaume Gomez-0/+4
2015-09-17Rollup merge of #28474 - tshepang:repetition, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28473 - tshepang:lowercase, r=steveklabnikSteve Klabnik-10/+10
2015-09-17Rollup merge of #28471 - tshepang:markup, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28470 - tshepang:idiom, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28466 - baskerville:trpl-heap-highest-addr, r=steveklabnikSteve Klabnik-86/+86
2015-09-17Rollup merge of #28451 - dagnir:osx-req-wording, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28435 - apasel422:issue-24533, r=nikomatsakisSteve Klabnik-0/+32
2015-09-17Rollup merge of #28422 - christopherdumas:label_code, r=steveklabnikSteve Klabnik-1/+4
2015-09-17Rollup merge of #28314 - tbu-:pr_atomics_are_send, r=brsonSteve Klabnik-0/+3
2015-09-17Rollup merge of #28276 - jackwilsonv:patch-5, r=ManishearthSteve Klabnik-3/+3
2015-09-17reference: actual keywords feel more appropriateTshepang Lekhonkhobe-10/+10
2015-09-17reference: mark that up to make it more clear it is a keywordTshepang Lekhonkhobe-1/+1
2015-09-17doc: follow idiom in code snippetTshepang Lekhonkhobe-1/+1
2015-09-17Auto merge of #28459 - apasel422:tests, r=alexcrichtonbors-0/+40
2015-09-17doc: no need to mention the method by nameTshepang Lekhonkhobe-1/+1
2015-09-17Auto merge of #28457 - VHaravy:test-run-pass-x86stdcall2, r=huonwbors-1/+1
2015-09-17trpl: Fix off-by-one highest memory addressBastien Dejean-86/+86
2015-09-17Auto merge of #28421 - alexcrichton:msvc-rmake, r=alexcrichtonbors-76/+148
2015-09-17Remove empty test filesAndrew Paseltiner-0/+0
2015-09-17rmake: Get all tests passing on MSVCAlex Crichton-76/+148
2015-09-17Auto merge of #28428 - dotdash:same_adjust, r=nikomatsakisbors-0/+32
2015-09-17Add tests for #23543, #23544Andrew Paseltiner-0/+40
2015-09-17Don't create adjustments from a type to itselfBjörn Steinbrink-0/+32
2015-09-17Auto merge of #28455 - nrc:span-bang, r=alexcrichtonbors-1/+1
2015-09-17Fix code broken by rebaseVadim Petrochenkov-3/+8
2015-09-17Resolve prefix in imports with empty bracesVadim Petrochenkov-10/+74
2015-09-17Workaround for imports with empty bracesVadim Petrochenkov-11/+13
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-50/+122
2015-09-17Auto merge of #28381 - ebfull:aint-fraid-a-no-ghosts-redux, r=mebors-2/+82
2015-09-17Fix test expectations because of #28439Simonas Kazlauskas-1/+3
2015-09-17Correct type definition of HANDLE.Vitali Haravy-1/+1
2015-09-17Auto merge of #28454 - GSam:master, r=nrcbors-1/+5
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-37/+7
2015-09-17libsyntax: forbid visibility modifiers for enum variantsAleksey Kladov-15/+7
2015-09-17Auto merge of #28438 - apasel422:issue-22872, r=alexcrichtonbors-36/+0