about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-11extra: improvements & bug fixes to rl.Huon Wilson-18/+26
2013-09-11extra: stop rl from leaking each line that is read.Huon Wilson-1/+11
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-28/+62
2013-09-11debuginfo: Renamed NamespaceTree to NamespaceTreeNode.Michael Woerister-13/+13
2013-09-11auto merge of #9107 : catamorphism/rust/rustpkg-command-line-flags, r=brsonbors-65/+704
2013-09-11auto merge of #9007 : dcrewi/rust/random-bigints, r=huonwbors-0/+64
2013-09-11auto merge of #9093 : pnkfelix/rust/fsk-remove-oldvisit, r=alexcrichtonbors-780/+0
2013-09-11Flag unsafe blocks from format! as compiler-generatedAlex Crichton-5/+21
2013-09-11Implement the notion of a "generated unsafe block"Alex Crichton-7/+11
2013-09-10Don't fail in TcpStream.flushSteven Fackler-1/+1
2013-09-10auto merge of #9091 : sfackler/rust/buffered, r=alexcrichtonbors-0/+358
2013-09-10Buffered I/O wrappersSteven Fackler-0/+358
2013-09-10remove redundant tycat line from the binop tableDaniel Micay-5/+2
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-65/+704
2013-09-10added test caseJohn Clements-0/+19
2013-09-10change type of ExprLoop and ExprBreak elts from ident->name.John Clements-27/+37
2013-09-10debuginfo: Support for namespaces for typesMichael Woerister-136/+343
2013-09-10debuginfo: Support for namespaces (functions only)Michael Woerister-104/+316
2013-09-10debuginfo: Wrapped namespace facilities of llvm::DIBuilderMichael Woerister-3/+26
2013-09-10auto merge of #9094 : pnkfelix/rust/fsk-visitor-ports, r=huonwbors-102/+81
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-384/+532
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-384/+532
2013-09-10middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}.Felix S. Klock II-14/+9
2013-09-10gather_loans/mod.rs Visitor refactoring (#7081): unify GatherLoan{Ctxt,Visitor}.Felix S. Klock II-51/+42
2013-09-10check_loans.rs Visitor refactoring (#7081): unify CheckLoan{Ctxt,Visitor}.Felix S. Klock II-37/+30
2013-09-10auto merge of #9090 : jbclements/rust/let-var-hygiene, r=luqmanabors-17/+33
2013-09-10Remove oldvisit.rs (yay!); part of #7081 refactoring.Felix S. Klock II-780/+0
2013-09-09auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonwbors-0/+50
2013-09-09added run-pass test for issue #9049John Clements-0/+25
2013-09-09auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichtonbors-274/+268
2013-09-09undo cowardly hiding of eq-checkJohn Clements-13/+2
2013-09-10std::at_vec and vec: Unify build_sized, build_sized_opt into buildblake2-ppc-97/+27
2013-09-10std::vec: Remove the function same_lengthblake2-ppc-7/+2
2013-09-10std::vec: Update module doc textblake2-ppc-19/+60
2013-09-10std::vec: Replace each_permutation with a new Permutations iteratorblake2-ppc-119/+165
2013-09-09ident->name in middleJohn Clements-4/+6
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-32/+14
2013-09-09auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajackbors-538/+792
2013-09-09auto merge of #9086 : pcwalton/rust/writeback-port, r=brsonbors-26/+26
2013-09-09auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brsonbors-0/+79
2013-09-09librustc: Port writeback to the new API.Patrick Walton-26/+26
2013-09-09auto merge of #9071 : thestinger/rust/noalias, r=alexcrichtonbors-9/+38
2013-09-09add `noalias` attribute to ~ return valuesDaniel Micay-9/+38
2013-09-09auto merge of #9005 : alexcrichton/rust/rusty-log, r=brsonbors-195/+115
2013-09-09Implement bitwise operations on BigUintDavid Creswick-0/+79
2013-09-09Merge RandBigUint and RandBigInt into single traitDavid Creswick-21/+17
2013-09-09Convert between BigInts, BigUints, ints, and uintsDavid Creswick-53/+100
2013-09-09Add test for issue #8587, about calling nested functions of the same nameblake2-ppc-0/+50
2013-09-09auto merge of #9051 : bjz/rust/master, r=huonwbors-384/+419
2013-09-09Some work on std::ascii: Marked unsafe function unsafe, added moving implemen...Marvin Löbel-20/+77