about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-03check constants even if they are unused in the current crateOliver Schneider-18/+60
2016-04-02Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddybbors-1/+61
2016-04-03Add run-make test for stable symbol-name generation.Michael Woerister-0/+60
2016-04-02Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichtonbors-0/+138
2016-04-02Auto merge of #32667 - dotdash:def_dec, r=nagisabors-8/+5
2016-04-02Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturonbors-12/+24
2016-04-02Auto merge of #32562 - ben0x539:bug-macro, r=nikomatsakisbors-1451/+1326
2016-04-02Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichtonbors-14/+55
2016-04-01Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturonbors-21/+43
2016-04-01Auto merge of #32666 - Manishearth:rollup, r=Manishearthbors-12/+80
2016-04-01Implement `values_mut` on `BTreeMap`.Corey Farwell-0/+76
2016-04-01Implement `values_mut` on `HashMap`.Corey Farwell-0/+62
2016-04-02Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichtonManish Goregaokar-1/+0
2016-04-02Rollup merge of #32654 - tbu-:pr_doc_joinhandleext, r=sfacklerManish Goregaokar-1/+1
2016-04-02Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichtonManish Goregaokar-2/+28
2016-04-01Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brsonbors-42/+169
2016-04-01Fix typo in TxCtxt::crate_disambiguator().Michael Woerister-1/+1
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-42/+169
2016-04-01Stop accepting declarations when looking for definitionsBjörn Steinbrink-8/+5
2016-04-01Rollup merge of #32645 - asomers:master, r=alexcrichtonManish Goregaokar-0/+1
2016-04-01Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422Manish Goregaokar-1/+1
2016-04-01Rollup merge of #32641 - tbu-:pr_e0277, r=pnkfelixManish Goregaokar-0/+41
2016-04-01Rollup merge of #32640 - jseyfried:remove_println, r=ManishearthManish Goregaokar-1/+0
2016-04-01Rollup merge of #32629 - mbrubeck:nomicon-version, r=steveklabnikManish Goregaokar-1/+1
2016-04-01Rollup merge of #32622 - tyoc213:rust-beginners, r=alexcrichtonManish Goregaokar-5/+7
2016-04-01Auto merge of #32643 - Amanieu:arc_compare_exchange, r=alexcrichtonbors-17/+21
2016-03-31Auto merge of #32635 - gereeter:hashmap-iter-variance, r=alexcrichtonbors-44/+72
2016-03-31Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichtonbors-1/+10
2016-03-31Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichtonbors-6/+2
2016-03-31Auto merge of #32506 - petrochenkov:use, r=Manishearthbors-19/+34
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-14/+55
2016-03-31librustc: excise Session's now-unused bug methodsBenjamin Herr-17/+0
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-46/+43
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