about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-09Auto merge of #49834 - Zoxc:sync-trait-cache, r=nikomatsakisbors-10/+17
2018-05-09Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakisbors-541/+698
2018-05-09Rollup merge of #50527 - glandium:cleanup, r=sfacklerkennytm-1/+1
2018-05-09Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavuskennytm-12/+14
2018-05-09Rollup merge of #50505 - Aaronepower:add-test, r=oli-obkkennytm-0/+29
2018-05-09Rollup merge of #50464 - est31:master, r=rkruppekennytm-6/+4
2018-05-09Rollup merge of #50460 - F001:const_string, r=kennytmkennytm-2/+9
2018-05-09Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obkkennytm-1/+2
2018-05-09Rollup merge of #49988 - clarcharr:never_docs, r=steveklabnikkennytm-0/+53
2018-05-09Rollup merge of #50539 - clarcharr:log_const, r=dtolnaykennytm-0/+16
2018-05-09Rollup merge of #50525 - nnethercote:lit_token, r=michaelwoeristerkennytm-6/+17
2018-05-09Rollup merge of #50456 - alexcrichton:update-cargo, r=alexcrichtonkennytm-0/+0
2018-05-09Optimize string handling in lit_token().Nicholas Nethercote-6/+17
2018-05-08Add more logarithm constantsClar Charr-0/+16
2018-05-08Auto merge of #50530 - oli-obk:miri, r=kennytmbors-19/+46
2018-05-08Update the Cargo/stdsimd submodulesAlex Crichton-0/+0
2018-05-08Auto merge of #50497 - RalfJung:pinmut, r=withoutboatsbors-31/+34
2018-05-08Auto merge of #50490 - nrc:method-docs, r=eddybbors-36/+30
2018-05-08Fix thinning pointers to extern types in miriOliver Schneider-19/+46
2018-05-08Auto merge of #50503 - alexheretic:master, r=oli-obkbors-23/+27
2018-05-08Cleanup a `use` in a raw_vec testMike Hommey-1/+1
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-80/+42
2018-05-08Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakisbors-1/+189
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-9/+47
2018-05-07Add explanation for #[must_use] on string replace methodsManish Goregaokar-2/+4
2018-05-07Add explanation for #[must_use] on mutex guardsManish Goregaokar-4/+4
2018-05-07Add explanation for #[must_use] on Debug buildersManish Goregaokar-5/+5
2018-05-07Add explanation for #[must_use] on ResultManish Goregaokar-1/+1
2018-05-07Make SelectionCache and EvaluationCache thread-safeJohn Kåre Alsaker-10/+17
2018-05-07Added regression function match value test, closes #44333Aaron Power-0/+29
2018-05-07Update clippy 0.0.197Alex Butler-40/+22
2018-05-07Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichtonbors-24/+53
2018-05-07Update rls 1263f1fAlex Butler-4/+26
2018-05-07Auto merge of #50487 - nikic:heap-manually-drop, r=Gankrobors-6/+5
2018-05-07Unpin: Fix references to Pin typeRalf Jung-4/+4
2018-05-07Rename PinMut::borrow to PinMut::reborrow and make it a methodRalf Jung-3/+6
2018-05-07PinMut::get_mut can also preserve the lifetimeRalf Jung-1/+1
2018-05-07Change PinMut::map to be able to preserve the original reference's lifetimeRalf Jung-1/+1
2018-05-07Rename Pin to PinMutRalf Jung-27/+27
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-9/+47
2018-05-07make the const constructor unstableJorge Aparicio-0/+1
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-17/+160
2018-05-07Fix Mac OS section name for LLVM bitcode.Michael Woerister-1/+1
2018-05-07Auto merge of #50437 - zackmdavis:must_note, r=estebankbors-10/+17
2018-05-06in which the must-use additional messaging is tucked into a noteZack M. Davis-10/+17
2018-05-07Auto merge of #50434 - nrc:tool-bustage-infra, r=alexcrichtonbors-1/+1
2018-05-07save-analysis: emit correct docs for methodsNick Cameron-36/+30
2018-05-06Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichtonbors-5/+8
2018-05-06Auto merge of #50309 - samWson:issue-49938, r=eddybbors-18/+18
2018-05-06Auto merge of #50474 - sinkuu:fix_assert_ice, r=alexcrichtonbors-58/+24