about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-03coretest: fix falloutJorge Aparicio-1/+3
2015-01-03fix rpass/cfail testsJorge Aparicio-18/+39
2015-01-03test: fix falloutJorge Aparicio-1/+1
2015-01-03regex_macros: fix falloutJorge Aparicio-1/+1
2015-01-03rustc_driver: fix falloutJorge Aparicio-1/+4
2015-01-03rustc_trans: fix falloutJorge Aparicio-6/+15
2015-01-03rustc_typeck: fix falloutJorge Aparicio-6/+6
2015-01-03rustc: fix falloutJorge Aparicio-21/+34
2015-01-03syntax: fix falloutJorge Aparicio-11/+19
2015-01-03serialize: fix falloutJorge Aparicio-3/+6
2015-01-03regex: fix falloutJorge Aparicio-7/+22
2015-01-03fmt_macros: fix falloutJorge Aparicio-1/+4
2015-01-03graphviz: fix falloutJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-37/+93
2015-01-03collections: fix falloutJorge Aparicio-124/+211
2015-01-03unicode: fix falloutJorge Aparicio-9/+20
2015-01-03rand: fix falloutJorge Aparicio-2/+7
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-289/+500
2015-01-03auto merge of #20456 : brson/rust/packaging2, r=alexcrichtonbors-495/+3
2015-01-02Remove .pkg and .exe installersBrian Anderson-494/+2
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-59/+53
2015-01-03auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestingerbors-0/+3
2015-01-02auto merge of #20436 : alexcrichton/rust/rollup, r=alexcrichtonbors-4791/+6697
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-588/+898
2015-01-02mk: Change package name from 'rust' to 'rustc'Brian Anderson-1/+1
2015-01-02Rebase test fixes v2Alex Crichton-10/+22
2015-01-02fix rpass test with s/Output/Target/gJorge Aparicio-4/+4
2015-01-02Handle recursive obligations without exiting the inference probeNiko Matsakis-16/+13
2015-01-02Temporarily do not evaluate subobligations.Niko Matsakis-2/+5
2015-01-02Evaluate projection predicates during trait selection. Fixes #20296.Niko Matsakis-12/+107
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-392/+1114
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-95/+56
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-365/+383
2015-01-02rollup merge of #20425: sanxiyn/opt-local-tyAlex Crichton-28/+50
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-172/+705
2015-01-02rollup merge of #20407: michaelwoerister/unreachable-localsAlex Crichton-5/+91
2015-01-02rollup merge of #20404: japaric/at-testsAlex Crichton-0/+255
2015-01-02rollup merge of #20392: daramos/travisAlex Crichton-0/+1
2015-01-02rollup merge of #20391: daramos/utf8_lossyAlex Crichton-3/+7
2015-01-02rollup merge of #20388: brson/install-tweaksAlex Crichton-1/+3
2015-01-02rollup merge of #20386: frewsxcv/rm-reexportsAlex Crichton-3/+4
2015-01-02rollup merge of #20385: nick29581/x-objectAlex Crichton-18/+50
2015-01-02rollup merge of #20380: dcrewi/fix-make-installAlex Crichton-0/+4
2015-01-02rollup merge of #20334: nagisa/ffi-llvmAlex Crichton-0/+49
2015-01-02rollup merge of #20227: FlashYoshi/patch-1Alex Crichton-1/+1
2015-01-02rollup merge of #19625: mrhota/guide_traitsAlex Crichton-122/+110
2015-01-02Do not ICE when projecting out of a value with type `ty::ty_err`Niko Matsakis-15/+66
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-107/+256
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-44/+145
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-792/+167