about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-31/+161
2016-04-04Auto merge of #32582 - nikomatsakis:issue-32326, r=aturonbors-153/+236
2016-04-04add error code to testNiko Matsakis-1/+1
2016-04-04fix corner case around top of stackNiko Matsakis-39/+64
2016-04-04process cycles as soon as they are detectedNiko Matsakis-129/+187
2016-04-04Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrcbors-18/+60
2016-04-03Add compile-fail testAmanieu d'Antras-0/+117
2016-04-03Auto merge of #32676 - durka:patch-18, r=alexcrichtonbors-2/+2
2016-04-03Auto merge of #32672 - ollie27:patch-5, r=alexcrichtonbors-2/+2
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-49/+539
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-03Use a BitVector instead of Vec<bool> for recording cleanup blocksJames Miller-2/+34
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-02add missing spaces in #16758 warningAlex Burka-2/+2
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-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
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