about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-484/+436
2016-03-31librustc_typeck: use bug!(), span_bug!()Benjamin Herr-151/+129
2016-03-31librustc_save_analysis: remove duplicate macro defBenjamin Herr-12/+0
2016-03-31librustc_save_analysis: use bug!(), span_bug!()Benjamin Herr-71/+63
2016-03-31librustc_resolve: use bug!(), span_bug!()Benjamin Herr-13/+14
2016-03-31librustc_privacy: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-31librustc_passes: use bug!(), span_bug!()Benjamin Herr-16/+16
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-74/+62
2016-03-31librustc_mir: use bug!(), span_bug!()Benjamin Herr-72/+75
2016-03-31librustc_lint: use bug!(), span_bug!()Benjamin Herr-8/+8
2016-03-31librustc_borrowck: use bug!(), span_bug!()Benjamin Herr-35/+28
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-55/+55
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-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-775/+908
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-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 #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-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-744/+877
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-29/+29
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 #32571 - eddyb:llvm-back-to-back, r=alexcrichtonbors-39/+16
2016-03-29Fix panic_fmt in the BookChristopher Serr-2/+2
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-17/+152