| Age | Commit message (Expand) | Author | Lines |
| 2016-03-31 | librustc_trans: use bug!(), span_bug!() | Benjamin Herr | -484/+436 |
| 2016-03-31 | librustc_typeck: use bug!(), span_bug!() | Benjamin Herr | -151/+129 |
| 2016-03-31 | librustc_save_analysis: remove duplicate macro def | Benjamin Herr | -12/+0 |
| 2016-03-31 | librustc_save_analysis: use bug!(), span_bug!() | Benjamin Herr | -71/+63 |
| 2016-03-31 | librustc_resolve: use bug!(), span_bug!() | Benjamin Herr | -13/+14 |
| 2016-03-31 | librustc_privacy: use bug!(), span_bug!() | Benjamin Herr | -1/+1 |
| 2016-03-31 | librustc_passes: use bug!(), span_bug!() | Benjamin Herr | -16/+16 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -74/+62 |
| 2016-03-31 | librustc_mir: use bug!(), span_bug!() | Benjamin Herr | -72/+75 |
| 2016-03-31 | librustc_lint: use bug!(), span_bug!() | Benjamin Herr | -8/+8 |
| 2016-03-31 | librustc_borrowck: use bug!(), span_bug!() | Benjamin Herr | -35/+28 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -55/+55 |
| 2016-03-31 | librustc: replace unimplemented!() with bug!() | Benjamin Herr | -69/+71 |
| 2016-03-31 | librustc: replace unreachable! with bug!() | Benjamin Herr | -21/+21 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -176/+162 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -132/+95 |
| 2016-03-31 | librustc: add {span_,}bug! macros | Benjamin Herr | -0/+49 |
| 2016-03-31 | Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakis | bors | -518/+236 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -291/+396 |
| 2016-03-31 | Rollup merge of #32618 - ProgVal:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-03-31 | Rollup merge of #32612 - frewsxcv:unnecessary-coercions, r=alexcrichton | Manish Goregaokar | -12/+0 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -11/+50 |
| 2016-03-31 | Rollup merge of #32259 - oli-obk:move_const_eval, r=alexcrichton | Manish Goregaokar | -775/+908 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -285/+285 |
| 2016-03-30 | Add method `visible_item_path` to `CStore` | Jeffrey Seyfried | -6/+111 |
| 2016-03-30 | Improve tests | Jeffrey Seyfried | -15/+30 |
| 2016-03-30 | privacy: Cleanup check_field | Vadim Petrochenkov | -55/+26 |
| 2016-03-30 | Clean up the privacy visitor | Jeffrey Seyfried | -414/+25 |
| 2016-03-30 | Add tests for #12808 and #22684 | Jeffrey Seyfried | -0/+77 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -4/+3 |
| 2016-03-30 | Autoderef privacy for methods | Jeffrey Seyfried | -14/+46 |
| 2016-03-30 | Autoderef privacy for fields | Jeffrey Seyfried | -35/+48 |
| 2016-03-30 | fix compile-fail and parse-fail tests by blindly opting back into | Felix S. Klock II | -11/+31 |
| 2016-03-30 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+19 |
| 2016-03-30 | Book: Fix phrasing: “an associated type” → “a trait with an associate... | Valentin Lorentz | -1/+1 |
| 2016-03-30 | Rollup merge of #32608 - tshepang:grammar, r=aturon | Steve Klabnik | -8/+8 |
| 2016-03-30 | Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-03-30 | Rollup merge of #32605 - tshepang:not-needed, r=Manishearth | Steve Klabnik | -2/+2 |
| 2016-03-30 | Rollup merge of #32603 - tshepang:capitalise, r=bluss | Steve Klabnik | -1/+1 |
| 2016-03-30 | Rollup merge of #32591 - CryZe:patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-03-30 | Rollup merge of #32580 - durka:patch-17, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-03-30 | Remove no longer necessary coercions to fn pointer types. | Corey Farwell | -12/+0 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -744/+877 |
| 2016-03-30 | doc: no need for an explicit iter() | Tshepang Lekhonkhobe | -1/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -29/+29 |
| 2016-03-30 | Auto merge of #32581 - GuillaumeGomez:patch-3, r=steveklabnik | bors | -0/+85 |
| 2016-03-30 | doc: "of the" seems more correct than "to the" | Tshepang Lekhonkhobe | -8/+8 |
| 2016-03-29 | Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichton | bors | -39/+16 |
| 2016-03-29 | Fix panic_fmt in the Book | Christopher Serr | -2/+2 |
| 2016-03-29 | Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakis | bors | -17/+152 |