about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-17Enforce 80 char lines in extended errors.Michael Sproul-9/+20
2015-04-17Update/add messages for E0{267,268,296,303}.Michael Sproul-10/+29
2015-04-17Validate format of extended error descriptions.Michael Sproul-0/+12
2015-04-17Auto merge of #24512 - steveklabnik:rollup, r=steveklabnikbors-62/+175
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-3/+3
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-16Suppress improper_ctypes warnings when compiling liballoc with external_featuresKrzysztof Drewniak-0/+1
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-16deprecate Unicode functions that will be moved to crates.iokwantam-49/+106
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
2015-04-16Auto merge of #24181 - jgallagher:aarch64-hfa, r=pnkfelixbors-0/+84
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-1/+54
2015-04-16Remove `&` from redirected outputThomas Jespersen-1/+1
2015-04-16Auto merge of #24437 - fhahn:issue-24434, r=alexcrichtonbors-2/+19
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+45
2015-04-16Fix Debug impl for RangeFullUlrik Sverdrup-1/+1
2015-04-16Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichtonbors-0/+5
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-259/+262
2015-04-15syntax: Clean up the indentation for #[derive(Eq)]Erick Tryzelaar-12/+14