about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-8/+8
2015-09-17Auto merge of #28476 - steveklabnik:rollup, r=steveklabnikbors-104/+142
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-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-17Auto merge of #28381 - ebfull:aint-fraid-a-no-ghosts-redux, r=mebors-2/+82
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-17Auto merge of #28438 - apasel422:issue-22872, r=alexcrichtonbors-36/+0
2015-09-17Fix the span for ! returnsNick Cameron-1/+1
2015-09-17Auto merge of #28349 - nrc:ast-lints, r=manishearthbors-434/+792
2015-09-17Add compiler option to keep mtwt tablesGarming Sam-1/+5
2015-09-17rebasingNick Cameron-23/+13
2015-09-17Change to a multi-trait approachNick Cameron-150/+266
2015-09-17Changes to testsNick Cameron-34/+20
2015-09-17Remove hir::ExprParenNick Cameron-103/+18
2015-09-17Change the unused parens lint to operate on the ASTNick Cameron-28/+28
2015-09-17Add an early lint pass for lints that operate on the ASTNick Cameron-212/+563
2015-09-16Change OSX version req wording to match Linux.Dongie Agnir-1/+1
2015-09-16Auto merge of #28436 - ranma42:faster-partialord, r=blussbors-23/+50
2015-09-16Auto merge of #28432 - aochagavia:docs2, r=alexcrichtonbors-2/+2
2015-09-16Remove incorrect test for #22872Andrew Paseltiner-36/+0
2015-09-16Explain explicit slicing in slice cmp and partial_cmp methodsAndrea Canciani-0/+6
2015-09-16Remove inline attributeAndrea Canciani-2/+0
2015-09-16Remove boundary checks in slice comparison operatorsAndrea Canciani-2/+6
2015-09-16Reuse cmp in totally ordered typesAndrea Canciani-3/+1
2015-09-16Add test for #24533Andrew Paseltiner-0/+32
2015-09-16Improve PartialOrd for slicesAndrea Canciani-18/+21
2015-09-16Specialize `PartialOrd` for totally ordered primitive typesAndrea Canciani-4/+22
2015-09-16Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearthbors-148/+295