| Age | Commit message (Expand) | Author | Lines |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -18/+60 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -1/+61 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-04-02 | Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichton | bors | -0/+138 |
| 2016-04-02 | Auto merge of #32667 - dotdash:def_dec, r=nagisa | bors | -8/+5 |
| 2016-04-02 | Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturon | bors | -12/+24 |
| 2016-04-02 | Auto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis | bors | -1451/+1326 |
| 2016-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -14/+55 |
| 2016-04-01 | Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon | bors | -21/+43 |
| 2016-04-01 | Auto merge of #32666 - Manishearth:rollup, r=Manishearth | bors | -12/+80 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+76 |
| 2016-04-01 | Implement `values_mut` on `HashMap`. | Corey Farwell | -0/+62 |
| 2016-04-02 | Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2016-04-02 | Rollup merge of #32654 - tbu-:pr_doc_joinhandleext, r=sfackler | Manish Goregaokar | -1/+1 |
| 2016-04-02 | Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton | Manish Goregaokar | -2/+28 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -42/+169 |
| 2016-04-01 | Fix typo in TxCtxt::crate_disambiguator(). | Michael Woerister | -1/+1 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -42/+169 |
| 2016-04-01 | Stop accepting declarations when looking for definitions | Björn Steinbrink | -8/+5 |
| 2016-04-01 | Rollup merge of #32645 - asomers:master, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2016-04-01 | Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-04-01 | Rollup merge of #32641 - tbu-:pr_e0277, r=pnkfelix | Manish Goregaokar | -0/+41 |
| 2016-04-01 | Rollup merge of #32640 - jseyfried:remove_println, r=Manishearth | Manish Goregaokar | -1/+0 |
| 2016-04-01 | Rollup merge of #32629 - mbrubeck:nomicon-version, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-04-01 | Rollup merge of #32622 - tyoc213:rust-beginners, r=alexcrichton | Manish Goregaokar | -5/+7 |
| 2016-04-01 | Auto merge of #32643 - Amanieu:arc_compare_exchange, r=alexcrichton | bors | -17/+21 |
| 2016-03-31 | Auto merge of #32635 - gereeter:hashmap-iter-variance, r=alexcrichton | bors | -44/+72 |
| 2016-03-31 | Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichton | bors | -1/+10 |
| 2016-03-31 | Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichton | bors | -6/+2 |
| 2016-03-31 | Auto merge of #32506 - petrochenkov:use, r=Manishearth | bors | -19/+34 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -14/+55 |
| 2016-03-31 | librustc: excise Session's now-unused bug methods | Benjamin Herr | -17/+0 |
| 2016-03-31 | librustc_const_eval: use bug!(), span_bug!() | Benjamin Herr | -46/+43 |
| 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 |