about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-10/+15
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-520/+499
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-20/+63
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-100/+303
2015-04-17Fix some missing casesNiko Matsakis-2/+7
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-10/+127
2015-04-17Rewrite constrained type params code to operate generically overNiko Matsakis-39/+90
2015-04-17Create a struct to represent early-bound regionsNiko Matsakis-49/+79
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-17Remove info for path (fixup #24452)Manish Goregaokar-2/+0
2015-04-17Rollup merge of #24515 - steveklabnik:gh24070, r=GankroManish Goregaokar-2/+7
2015-04-17Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-17Rollup merge of #24491 - bluss:rangefull-debug, r=huonwManish Goregaokar-1/+1
2015-04-17Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixManish Goregaokar-59/+77
2015-04-17Rollup merge of #24454 - aochagavia:debug, r=alexcrichtonManish Goregaokar-8/+29
2015-04-17Rollup merge of #24452 - tbu-:pr_file_path, r=aturonManish Goregaokar-7/+6
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-5/+32
2015-04-17Workaround deliberate overflowing negation in serialize::json.Felix S. Klock II-1/+1
2015-04-17side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-17Add conditional overflow-checking to signed negate operator.Felix S. Klock II-3/+18
2015-04-17factor out useful helper.Felix S. Klock II-15/+20
2015-04-17Auto merge of #24512 - steveklabnik:rollup, r=steveklabnikbors-62/+175
2015-04-17Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakisbors-98/+417
2015-04-16Fix broken links in the docsFlorian Hartwig-10/+10
2015-04-16Descripe tuple indexing in TRPLSteve Klabnik-8/+24
2015-04-16Make note of documentation tests and binariesSteve Klabnik-1/+4
2015-04-16remove example usage of from_str in error docsSteve Klabnik-15/+18
2015-04-16Make note of possible XSS in RustdocSteve Klabnik-0/+10
2015-04-16Link up some stuff in the vectors chapterSteve Klabnik-2/+7
2015-04-16document missing attributes in the referenceSteve Klabnik-1/+11
2015-04-16Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-16Add Debug to MethodCalleePhilip Munksgaard-1/+1
2015-04-16Fix some broken links in the bookFlorian Hartwig-4/+4
2015-04-16Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-16Use BTreeMap in build_sidebar_itemsMathijs van de Nes-3/+4
2015-04-16Fix link id for stackoverflowTing-Yu Lin-2/+2
2015-04-16Fix some documentation typosLuke Gallagher-4/+4
2015-04-16rustc: Add long diagnostics for E0306 and E0307Chris Wong-2/+10
2015-04-16rustc: Add long diagnostics for E0170Chris Wong-1/+26
2015-04-16rustc: Add long diagnostics for E0161Chris Wong-1/+8
2015-04-16rustc: Add long diagnostics for E0158Chris Wong-1/+18
2015-04-16rustc: Add long diagnostics for E0152Chris Wong-1/+14
2015-04-16Omit 'obsolete' note for warning if -AwarningMathijs van de Nes-1/+2
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-1/+392
2015-04-17Fix test for 32-bit targets.Felix S. Klock II-2/+2
2015-04-17Update hello-cargo.mdNelo Onyiah-1/+1
2015-04-16Auto merge of #24396 - alexcrichton:rustdoc2, r=aturonbors-527/+510
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-66/+333
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-20/+51
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-447/+132