about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-30rustdoc: attempt full build for compile_fail testTrevor Spiteri-1/+1
2020-01-30Auto merge of #68659 - Dylan-DPC:rollup-zo7zi9f, r=Dylan-DPCbors-135/+321
2020-01-30Rollup merge of #68655 - tmiasko:rev, r=Dylan-DPCDylan DPC-2/+2
2020-01-30Rollup merge of #68651 - LeSeulArtichaut:doc-from-nonzero, r=steveklabnikDylan DPC-2/+6
2020-01-30Rollup merge of #68640 - LeSeulArtichaut:doc-from-ip, r=steveklabnikDylan DPC-0/+72
2020-01-30Rollup merge of #68626 - Zoxc:termize, r=estebankDylan DPC-3/+3
2020-01-30Rollup merge of #68468 - ssomers:btreemap_prefer_middle, r=Mark-SimulacrumDylan DPC-119/+132
2020-01-30Rollup merge of #66648 - crgl:btree-clone-from, r=AmanieuDylan DPC-9/+106
2020-01-29Auto merge of #67688 - cjgillot:passes, r=Zoxcbors-474/+484
2020-01-29Fix revision annotations in borrowck-feature-nll-overrides-migrateTomasz Miąsko-2/+2
2020-01-29Make Target::from_impl_item a free function.Camille GILLOT-22/+16
2020-01-29Move upvars query to librustc_passes.Camille GILLOT-5/+5
2020-01-29Move upvars.rs to librustc_passes.Camille GILLOT-0/+0
2020-01-29Move check_mod_attr query in librustc_passes.Camille GILLOT-119/+135
2020-01-29Move check_attr.rs to librustc_passes.Camille GILLOT-0/+0
2020-01-29Document `From` implementation for NonZero numsLeSeulArtichaut-2/+6
2020-01-29Document remaining undocumented `From` implementations for IPsLeSeulArtichaut-0/+72
2020-01-29Auto merge of #68634 - JohnTitor:clippy-up, r=JohnTitorbors-9/+7
2020-01-29Auto merge of #68635 - JohnTitor:rollup-jsc34ac, r=JohnTitorbors-39/+96
2020-01-29BTreeMap: tag and explain unsafe internal functions or assert preconditionsStein Somers-119/+132
2020-01-29Rollup merge of #68627 - joshtriplett:write-all-none, r=Dylan-DPCYuki Okushi-0/+2
2020-01-29Rollup merge of #68611 - MichaelBurge:master, r=estebankYuki Okushi-1/+8
2020-01-29Rollup merge of #68609 - Zoxc:lld-msvc, r=alexcrichtonYuki Okushi-2/+5
2020-01-29Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol...Yuki Okushi-14/+16
2020-01-29Rollup merge of #68586 - Centril:repr-deny, r=pnkfelixYuki Okushi-20/+59
2020-01-29Rollup merge of #67722 - petertodd:2019-improve-any-comment, r=Mark-SimulacrumYuki Okushi-2/+6
2020-01-29Update ClippyYuki Okushi-9/+7
2020-01-29Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikicbors-5/+105
2020-01-29Auto merge of #68512 - spastorino:local-is-copy, r=oli-obkbors-130/+134
2020-01-28Minor: note why we can rely on Any trait for safetyPeter Todd-2/+6
2020-01-28Document that write_all will not call write if given an empty bufferJosh Triplett-0/+2
2020-01-29Rollup merge of #68620 - kubkon:patch-1, r=Dylan-DPCYuki Okushi-2/+2
2020-01-29Rollup merge of #68619 - gorilskij:master, r=varkorYuki Okushi-2/+2
2020-01-29Rollup merge of #68592 - pdbrito:master, r=jonas-schievinkYuki Okushi-1/+1
2020-01-29Rollup merge of #68582 - LeSeulArtichaut:code-explanations, r=Dylan-DPCYuki Okushi-1/+27
2020-01-29Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomezYuki Okushi-17/+91
2020-01-29Rollup merge of #68553 - GuillaumeGomez:fix-run-button-scroll-pos, r=kinnisonYuki Okushi-8/+7
2020-01-29Rollup merge of #68378 - billyrieger:btreemap-remove-entry, r=KodrAusYuki Okushi-1/+30
2020-01-29Rollup merge of #68289 - pnkfelix:issue-62649-dont-ice-on-path-collision-in-d...Yuki Okushi-9/+43
2020-01-29Use termize instead of term_sizeJohn Kåre Alsaker-3/+3
2020-01-28Update links to WASI docs in time.rs moduleJakub Konka-2/+2
2020-01-28Fix null synthetic_implementors errorGuillaume Gomez-14/+16
2020-01-28Fix a few spelling mistakesgorilskij-2/+2
2020-01-28Auto merge of #68606 - jonas-schievink:normalize-fastpath, r=Zoxcbors-0/+4
2020-01-28Add E0727 long explanationLeSeulArtichaut-1/+27
2020-01-28Correct ICE caused by macros generating invalid spans.Michael Burge-1/+8
2020-01-28Reformat truncation section of clone_fromCharles Gleason-10/+10
2020-01-28Set lld flavor for MSVC to link.exeJohn Kåre Alsaker-2/+5
2020-01-28Add private is_empty method to RangeMutCharles Gleason-3/+7
2020-01-28Include empty BTreeMap in clone_from testsCharles Gleason-2/+2