about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-12-31rustc_borrowck: unbox closures used in let bindingsJorge Aparicio-11/+11
2014-12-31rustc_back: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31rustc: unbox closures used in let bindingsJorge Aparicio-14/+14
2014-12-31getopts: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-3/+3
2014-12-31rustc_borrowck: unbox closures used in function argumentsJorge Aparicio-4/+12
2014-12-31rustc_trans: unbox closures used in function argumentsJorge Aparicio-7/+11
2014-12-31rustc: unbox closures used in function argumentsJorge Aparicio-53/+59
2014-12-31syntax: unbox closures used in function argumentsJorge Aparicio-31/+35
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-5/+7
2014-12-31collections: fix falloutJorge Aparicio-1/+1
2014-12-31unicode: unbox closures used in function argumentsJorge Aparicio-12/+15
2014-12-31auto merge of #20360 : alexcrichton/rust/rollup, r=alexcrichtonbors-4370/+4308
2014-12-31rollup merge of #20375: brson/windistfixAlex Crichton-2/+2
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-191/+245
2014-12-31mk: Fix the location of a temp dir when building installer on winBrian Anderson-2/+2
2014-12-31Test fixes and rebase conflictsAlex Crichton-17/+21
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2048/+2049
2014-12-30Fallout from stabilizationAaron Turon-424/+409
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-756/+11
2014-12-30rollup merge of #20350: fhahn/issue-20340-rustdoc-versionAlex Crichton-1/+2
2014-12-30rollup merge of #20348: frewsxcv/rm-reexportsAlex Crichton-21/+22
2014-12-30rollup merge of #20344: brson/srctarballsAlex Crichton-1/+1
2014-12-30rollup merge of #20332: js-ojus/masterAlex Crichton-1/+1
2014-12-30rollup merge of #20330: fhahn/issue-15877-model-lexer-range-2Alex Crichton-4/+77
2014-12-30rollup merge of #20329: vhbit/ios-rand-fixAlex Crichton-0/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-3/+130
2014-12-30rollup merge of #20326: rohitjoshi/masterAlex Crichton-0/+6
2014-12-30rollup merge of #20325: nick29581/obj-safety-staticAlex Crichton-11/+40
2014-12-30rollup merge of #20323: brson/betaAlex Crichton-2/+6
2014-12-30rollup merge of #20321: epall/patch-1Alex Crichton-2/+2
2014-12-30rollup merge of #20316: seanmonstar/patch-1Alex Crichton-15/+16
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-2/+49
2014-12-30rollup merge of #20247: steveklabnik/gh20088Alex Crichton-3/+2
2014-12-30rollup merge of #20217: luqmana/pcAlex Crichton-53/+7
2014-12-30rollup merge of #20115: gereeter/split-module-buildingAlex Crichton-1298/+1308
2014-12-30rollup merge of #20065: aturon/stab-2-cmpAlex Crichton-83/+182
2014-12-30rollup merge of #20045: alexcrichton/issue-20012Alex Crichton-247/+192
2014-12-30rollup merge of #19954: michaelwoerister/rust-gdbAlex Crichton-71/+396
2014-12-30Register new snapshotsAlex Crichton-756/+11
2014-12-30Stabilize cmpAaron Turon-83/+182
2014-12-30std: Re-enable at_exit()Alex Crichton-247/+192
2014-12-30Add verbose option to rustdoc in order to fix problem with --versionFlorian Hahn-1/+2
2014-12-30Adjustments from reviewAaron Turon-8/+12
2014-12-30Libs: Unify concat and concat_vecAaron Turon-59/+35
2014-12-30Second pass stabilization: sliceAaron Turon-822/+886
2014-12-30Second pass stabilization: vecAaron Turon-762/+677
2014-12-30std::iter: Add partition and unzip methods to iteratorsAaron Turon-17/+78
2014-12-30mk: Append -src to source tarballs for easier identificationBrian Anderson-1/+1
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-21/+22