about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-03-31librustc: replace unimplemented!() with bug!()Benjamin Herr-69/+71
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-21/+21
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-176/+162
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-132/+95
2016-03-31librustc: add {span_,}bug! macrosBenjamin Herr-0/+49
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-518/+236
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-291/+396
2016-03-30Auto merge of #32628 - Manishearth:rollup, r=Manishearthbors-810/+973
2016-03-31Rollup merge of #32618 - ProgVal:patch-1, r=steveklabnikManish Goregaokar-1/+1
2016-03-31Rollup merge of #32612 - frewsxcv:unnecessary-coercions, r=alexcrichtonManish Goregaokar-12/+0
2016-03-31Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrcManish Goregaokar-11/+50
2016-03-31Rollup merge of #32259 - oli-obk:move_const_eval, r=alexcrichtonManish Goregaokar-786/+922
2016-03-30Fix fallout in testsJeffrey Seyfried-285/+285
2016-03-30Add method `visible_item_path` to `CStore`Jeffrey Seyfried-6/+111
2016-03-30Improve testsJeffrey Seyfried-15/+30
2016-03-30privacy: Cleanup check_fieldVadim Petrochenkov-55/+26
2016-03-30Clean up the privacy visitorJeffrey Seyfried-414/+25
2016-03-30Add tests for #12808 and #22684Jeffrey Seyfried-0/+77
2016-03-30Fix fallout in testsJeffrey Seyfried-4/+3
2016-03-30Autoderef privacy for methodsJeffrey Seyfried-14/+46
2016-03-30Autoderef privacy for fieldsJeffrey Seyfried-35/+48
2016-03-30fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-11/+31
2016-03-30Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+19
2016-03-30Auto merge of #32621 - steveklabnik:rollup, r=steveklabnikbors-24/+24
2016-03-30Book: Fix phrasing: “an associated type” → “a trait with an associate...Valentin Lorentz-1/+1
2016-03-30Rollup merge of #32608 - tshepang:grammar, r=aturonSteve Klabnik-8/+8
2016-03-30Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422Steve Klabnik-1/+1
2016-03-30Rollup merge of #32606 - tshepang:typo, r=blussSteve Klabnik-1/+1
2016-03-30Rollup merge of #32605 - tshepang:not-needed, r=ManishearthSteve Klabnik-2/+2
2016-03-30Rollup merge of #32603 - tshepang:capitalise, r=blussSteve Klabnik-1/+1
2016-03-30Rollup merge of #32591 - CryZe:patch-1, r=steveklabnikSteve Klabnik-2/+2
2016-03-30Rollup merge of #32580 - durka:patch-17, r=steveklabnikSteve Klabnik-10/+10
2016-03-30Remove no longer necessary coercions to fn pointer types.Corey Farwell-12/+0
2016-03-30Auto merge of #32603 - tshepang:capitalise, r=blussbors-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-754/+890
2016-03-30doc: no need for an explicit iter()Tshepang Lekhonkhobe-1/+1
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-30/+30
2016-03-30Auto merge of #32581 - GuillaumeGomez:patch-3, r=steveklabnikbors-0/+85
2016-03-30doc: "of the" seems more correct than "to the"Tshepang Lekhonkhobe-8/+8
2016-03-29Auto merge of #32593 - alexcrichton:fix-i586-msvc, r=brsonbors-3/+3
2016-03-29Auto merge of #32576 - alexcrichton:metadata-for-our-crates, r=brsonbors-9/+5
2016-03-29mk: A few build fixes for i586-pc-windows-msvcAlex Crichton-3/+3
2016-03-29Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichtonbors-44/+22
2016-03-29Fix panic_fmt in the BookChristopher Serr-2/+2
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-17/+152
2016-03-29doc: "mut" not needed for the examplesTshepang Lekhonkhobe-3/+3
2016-03-29doc: fix typoTshepang Lekhonkhobe-1/+1
2016-03-29mk: move rustc_const_eval to RUSTC_CRATES where it belongs.Eduard Burtescu-2/+3
2016-03-29rustc_platform_intrinsics: remove unused rustc dependency.Eduard Burtescu-23/+12
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-19/+7