about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-01-29Implement Weak::{strong_count, weak_count}Jonas Schievink-0/+80
2019-01-29Use correct CI test image for WASM and NVPTXDenys Zariaiev-21/+1
2019-01-29Provide PTXLinker with fallback to internal `target-cpu`Denys Zariaiev-4/+13
2019-01-29Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbgbors-25/+124
2019-01-29Merge NVPTX and WASM test images into `test-various`Denys Zariaiev-15/+16
2019-01-29Auto merge of #57901 - lqd:issue_57362, r=nikomatsakisbors-216/+427
2019-01-29Attempt to debug 259 exit code on AppVeyorAlex Crichton-0/+7
2019-01-29Auto merge of #57948 - Zoxc:parallel, r=michaelwoeristerbors-89/+95
2019-01-29SGX target: improve panic & exit handlingJethro Beekman-22/+32
2019-01-29Update stdsimdgnzlbg-25/+124
2019-01-29Auto merge of #57862 - hsivonen:buildneon, r=alexcrichtonbors-2/+6
2019-01-29Auto merge of #57957 - Centril:rollup, r=Centrilbors-92/+269
2019-01-29avoid committing to autoderef in object method probingAriel Ben-Yehuda-7/+81
2019-01-29add tests to a few edge cases in method lookupAriel Ben-Yehuda-0/+290
2019-01-29add some comments to method::probe::CandidateAriel Ben-Yehuda-0/+31
2019-01-28Adjust PTXLinker LTO logic and CLIDenys Zariaiev-10/+9
2019-01-28Introduce into_raw_non_null on Rc and ArcDale Wijnand-0/+42
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-21/+21
2019-01-28Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebankMazdak Farrokhzad-0/+33
2019-01-28Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavisMazdak Farrokhzad-27/+36
2019-01-28Rollup merge of #57904 - euclio:attribute-typos, r=davidtwcoMazdak Farrokhzad-8/+108
2019-01-28Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavusMazdak Farrokhzad-8/+0
2019-01-28Rollup merge of #57833 - jethrogb:jb/thread-spawn-unwrap, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-01-28Rollup merge of #57674 - dotdash:erase_reg, r=varkorMazdak Farrokhzad-1/+6
2019-01-28Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapinMazdak Farrokhzad-47/+85
2019-01-28bootstrap: set toolchain variables on per target basisMateusz Mikuła-9/+4
2019-01-28Fix a commentJohn Kåre Alsaker-1/+1
2019-01-28Fix CIJohn Kåre Alsaker-2/+2
2019-01-28rustdoc: remove blank unstable spansAndy Russell-4/+12
2019-01-28fix gdb debug printingRalf Jung-5/+6
2019-01-28review commentsQuietMisdreavus-13/+13
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-86/+92
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-170/+395
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-11/+11
2019-01-28fix typos, improve docsRalf Jung-2/+2
2019-01-28Auto merge of #57899 - davidtwco:issue-56685, r=estebankbors-59/+179
2019-01-28Use warn() for extra diagnostics; with -D warnings this leads to errorsRalf Jung-5/+5
2019-01-28add macro for creating uninitialized arrayRalf Jung-30/+25
2019-01-28avoid some raw ptr casts in BTreeMapRalf Jung-7/+10
2019-01-28avoid mem::uninitialized in BTreeMapRalf Jung-10/+18
2019-01-28Build the standard library for thumbv7neon-unknown-linux-gnueabihf in CIHenri Sivonen-2/+6
2019-01-28Unused variable suggestions on all patterns.David Wood-59/+179
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-13/+49
2019-01-28liballoc: remove unneeded allow(deprecated)Ralf Jung-3/+0
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-4/+2
2019-01-28Auto merge of #57691 - Zoxc:pass-skip, r=petrochenkovbors-19/+44
2019-01-28Conditionally skip two passes if their related attributes were not foundJohn Kåre Alsaker-19/+44
2019-01-28Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkovbors-4/+2
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-8/+108
2019-01-28Auto merge of #57442 - oli-obk:lazy_const, r=RalfJungbors-80/+71