about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-22De-spanned<T> and renamed ast::field (now ast::Field)Michael Woerister-61/+52
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-503/+501
2013-07-22auto merge of #7941 : dotdash/rust/codegen, r=huonwbors-688/+1246
2013-07-22auto merge of #7926 : brson/rust/issue-4116, r=graydonbors-16/+82
2013-07-22Note incompatibility with global-whitespace-mode.Felix S. Klock II-0/+5
2013-07-21auto merge of #7955 : thestinger/rust/snapshot, r=huonwbors-814/+27
2013-07-22temporarily disable 3 rustpkg testsDaniel Micay-3/+5
2013-07-22new snapshotDaniel Micay-811/+22
2013-07-21auto merge of #7938 : crabtw/rust/foreign-vis, r=huonwbors-2/+2
2013-07-21Cleanup libsyntax a bitSteven Stewart-Gallus-100/+100
2013-07-21Minor cleanup of hashmapSteven Stewart-Gallus-11/+5
2013-07-21Merge pull request #7936 from thestinger/cleanupDaniel Micay-37/+0
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-16/+82
2013-07-21Eliminated SmallIntSetSteven Fackler-369/+0
2013-07-21auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonwbors-1/+51
2013-07-21dlist: Remove extraneous unwrap in .pop_back_node()blake2-ppc-3/+3
2013-07-21auto merge of #7923 : alexcrichton/rust/add-tests, r=graydonbors-0/+48
2013-07-21dlist: Use Ord for .insert_ordered()blake2-ppc-3/+2
2013-07-21dlist: Remove bench tests for vecblake2-ppc-37/+1
2013-07-21dlist: Add bench test for rotate_to_{front, back}blake2-ppc-0/+19
2013-07-21auto merge of #7921 : bytewiseand/rust/smallint-iter, r=huonwbors-139/+177
2013-07-21Remove what appears to be redundant indirection fromGareth Smith-10/+10
2013-07-21dlist: Add .rotate_to_front(), .rotate_to_back()blake2-ppc-0/+43
2013-07-21dlist: Factor out pop and push operations by list nodeblake2-ppc-54/+104
2013-07-21dlist: Simplify match clauses to use Option methodsblake2-ppc-65/+33
2013-07-21serialize: implement Encodable for DListblake2-ppc-0/+13
2013-07-21Avoid blocks for static allocas and loading the closure environmentBjörn Steinbrink-112/+79
2013-07-21Provide lower level access to the LLVM IR builderBjörn Steinbrink-568/+1149
2013-07-21Remove an unnecessary block/jump from the drop glue for @-pointerBjörn Steinbrink-12/+17
2013-07-21Avoid creating llenv blocks when there's nothing to loadBjörn Steinbrink-0/+5
2013-07-21Add slice_from and slice_to methods for vec, like theGareth Smith-3/+47
2013-07-21Doc for ast::PathCorey Richardson-8/+12
2013-07-21syntax: print visibilities of foreign itemsJyun-Yan You-2/+2
2013-07-21Added bitv iterator benchmarksSteven Fackler-0/+36
2013-07-21Added iterator testsSteven Fackler-0/+19
2013-07-21Removed unecessary indirection in BitvSteven Fackler-16/+16
2013-07-21Derive Clone for bitv stuffSteven Fackler-18/+24
2013-07-21Switched bitv to external iteratorsSteven Fackler-17/+54
2013-07-20auto merge of #7913 : brson/rust/rm-install-snap, r=graydonbors-34/+2
2013-07-20auto merge of #7912 : graydon/rust/extra-new-benchmarks-1, r=catamorphismbors-68/+409
2013-07-20auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwaltonbors-811/+728
2013-07-20auto merge of #7896 : pcwalton/rust/pub-extern, r=pcwaltonbors-701/+825
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-701/+825
2013-07-20rm obsolete no-op lintsDaniel Micay-37/+0
2013-07-20auto merge of #7882 : blake2-ppc/rust/iterator-clone, r=thestingerbors-0/+120
2013-07-20auto merge of #7910 : brson/rust/rm-fixme, r=graydonbors-5/+0
2013-07-20auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brsonbors-82/+81
2013-07-20dlist: Implement Clone for immutable iteratorsblake2-ppc-0/+23
2013-07-20std: Implement Clone for VecIterator and iterators using itblake2-ppc-0/+26
2013-07-20iterator: Add test for .cycle()blake2-ppc-0/+14