about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-01auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakisbors-430/+886
2014-12-31collections: fix falloutJorge Aparicio-1/+1
2014-12-31unicode: unbox closures used in function argumentsJorge Aparicio-12/+15
2014-12-31rustc: Re-jigger -L and -l for MSYS compatibilityAlex Crichton-28/+45
2014-12-31stabilize more of collectionsAlexis Beingessner-364/+450
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-44/+145
2014-12-31Convert TODO to FIXME for nowNiko Matsakis-1/+1
2014-12-31Remove a TODO now that we handle normalization-derived bounds properly.Niko Matsakis-8/+2
2014-12-31Fix whitespace.Niko Matsakis-1/+1
2014-12-31Teach trans to drain fulfillment context. japaric encountered problemsNiko Matsakis-18/+36
2014-12-31Include projection bounds in superpredicates.Niko Matsakis-7/+43
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-191/+245
2014-12-31Add tests for two random issues that seem to be fixed on this branch.Niko Matsakis-0/+63
2014-12-31Rework normalization so that it works recursively, since the types extracted ...Niko Matsakis-375/+575
2014-12-31Test fixes and rebase conflictsAlex Crichton-17/+21
2014-12-31Normalize bounds also in the UFCS cases (and get more systematic about it)Niko Matsakis-26/+123
2014-12-31Add ignore pretty.Niko Matsakis-0/+2
2014-12-31Incorporate fix from japaric for cross-crate ICENiko Matsakis-0/+1
2014-12-31Patch projection to not be so eager to unify type variables. This codeNiko Matsakis-10/+55
2014-12-31Feature gate FFI imports of LLVM intrinsicsSimonas Kazlauskas-2/+51
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 #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 #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-51/+272
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-30Remove core::atomic::Ordering::* public reexportCorey Farwell-21/+22