summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Use sundown for markdown highlightingAlex Crichton-52/+103
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-0/+5454
2013-09-25auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmrbors-14/+16
2013-09-25Rename from_utf8 to from_bytes againFlorian Hahn-4/+4
2013-09-25auto merge of #9498 : catamorphism/rust/rust-path-hack-fix, r=cmr,metajackbors-30/+132
2013-09-25Don't die in try_unsafe_borrow if tls isn't readyAlex Crichton-6/+30
2013-09-25auto merge of #9493 : huonw/rust/move-tuples, r=thestingerbors-102/+104
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-52/+109
2013-09-25std: Add an is_parent_of method to PathTim Chevalier-0/+45
2013-09-25auto merge of #9428 : alexcrichton/rust/llvm-zlib-and-libffi, r=pnkfelixbors-1/+1
2013-09-25auto merge of #9491 : thestinger/rust/noreturn, r=huonwbors-0/+6
2013-09-25#7752: use fcnptr for glob errfunc.Felix S. Klock II-2/+1
2013-09-25auto merge of #9492 : pnkfelix/rust/fsk-syntax-visit-refactor-remainder, r=huonwbors-259/+250
2013-09-25auto merge of #9455 : jesseray/rust/master, r=pnkfelixbors-0/+24
2013-09-25auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmrbors-18/+62
2013-09-25Fold env into CheckItemRecursionVisitor.Felix S. Klock II-15/+17
2013-09-25Fold ErrorCheckVisitor into Liveness. Removed some @allocation.Felix S. Klock II-35/+31
2013-09-25Fold KindAnalysisVisitor into the Context. Removed unused current_item state.Felix S. Klock II-45/+38
2013-09-25std: Replace CloneableTuple with Tuple, which takes self by-val.Huon Wilson-102/+104
2013-09-25Move unchanging portions of Context over to the Visitor.Felix S. Klock II-67/+70
2013-09-25Move unchanging portions of context over to the Visitor.Felix S. Klock II-37/+32
2013-09-25Fold context into CalleeTranslationVisitor.Felix S. Klock II-11/+12
2013-09-25Fold context into TransItemVisitor.Felix S. Klock II-12/+14
2013-09-25Fold type_use.rs Context into its Visitor.Felix S. Klock II-21/+18
2013-09-25Move the linearly-updated flag state into the Visitor.Felix S. Klock II-16/+18
2013-09-25add `noreturn` attribute to functions returning !Daniel Micay-0/+6
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-304/+639
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-143/+145
2013-09-24auto merge of #9480 : brson/rust/noexit, r=thestingerbors-45/+45
2013-09-24auto merge of #9470 : luqmana/rust/bba, r=brsonbors-20/+15
2013-09-24auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestingerbors-21/+89
2013-09-24Disallow char literals which should be escapedAlex Crichton-21/+89
2013-09-24auto merge of #9474 : thestinger/rust/internal, r=alexcrichtonbors-18/+19
2013-09-24Remove the annihilate function from the crate map. Fixes #8431Luqman Aden-20/+15
2013-09-24Don't use libc::exit. #9473Brian Anderson-45/+45
2013-09-24added test case for tokenization of macro_rulesJohn Clements-0/+45
2013-09-24mark functions internal if not building a libraryDaniel Micay-18/+19
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-35/+36
2013-09-24renumbered due to bug shufflingJohn Clements-5/+5
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-35/+36
2013-09-24cleanupJohn Clements-10/+7
2013-09-24comment changes onlyJohn Clements-3/+5
2013-09-24auto merge of #9471 : brson/rust/rustexit, r=thestingerbors-4/+6
2013-09-24rust: Don't call libc::exitBrian Anderson-4/+6
2013-09-24Correctly encode item visibility in metadataAlex Crichton-161/+494
2013-09-24auto merge of #9463 : pnkfelix/rust/fsk-syntax-visit-refactor-rest-of-typeck,...bors-111/+101
2013-09-24Part of #7081: Fold remainder of typeck's visit env into their visitor structs.Felix S. Klock II-111/+101
2013-09-24Do not imply that str is sometimes null-terminated.Simon Sapin-2/+2
2013-09-24auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichtonbors-2/+2
2013-09-24auto merge of #9453 : pnkfelix/rust/fsk-further-syntax-visit-refactors, r=ale...bors-144/+123