about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-01auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichtobors-5/+36
2015-01-01Reviewer changeNick Cameron-5/+1
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-5/+40
2015-01-01auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakisbors-224/+248
2014-12-31rustc_trans: replace `EnterPatterns` alias with an unboxed closureJorge Aparicio-9/+9
2014-12-31rustc: replace `pick` alias with an unboxed closureJorge Aparicio-5/+1
2014-12-31rustc: replace `GetCrateDataCb` alias with an unboxed closureJorge Aparicio-18/+19
2014-12-31time: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-15/+15
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-5/+5
2014-12-31rustdoc: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_typeck: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_trans: unbox closures used in let bindingsJorge Aparicio-16/+16
2014-12-31rustc_resolve: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31rustc_driver: unbox closures used in let bindingsJorge Aparicio-6/+6
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
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-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-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