about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-29Fix testsJohn Kåre Alsaker-10/+3
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-28/+31
2019-01-29Skip some test passesJohn Kåre Alsaker-8/+12
2019-01-29Use ensure for borrowckJohn Kåre Alsaker-1/+1
2019-01-29Add some time statementsJohn Kåre Alsaker-3/+6
2019-01-29Use an ItemLikeVisitor for CheckTypeWellFormedVisitorJohn Kåre Alsaker-16/+9
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-1/+32
2019-01-29Optimize match checkingJohn Kåre Alsaker-15/+3
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-34/+38
2019-01-29Implement a slightly racy `sync::Weak::weak_count`Jonas Schievink-5/+70
2019-01-29Implement Weak::{strong_count, weak_count}Jonas Schievink-0/+80
2019-01-29Use correct CI test image for WASM and NVPTXDenys Zariaiev-18/+0
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-87/+92
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-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 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-85/+90
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