about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-15make htons const fnLzu Tao-22/+11
2019-12-15Rollup merge of #67305 - kappa:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-15Rollup merge of #67300 - aloucks:issue-65970, r=rkruppeMazdak Farrokhzad-1/+16
2019-12-15Rollup merge of #67289 - estebank:unnamed-closure, r=CentrilMazdak Farrokhzad-4/+57
2019-12-15Rollup merge of #67282 - pjw91:patch-1, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-15Rollup merge of #67267 - alexcrichton:update-wasi-libc, r=Dylan-DPCMazdak Farrokhzad-14/+21
2019-12-15Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichtonMazdak Farrokhzad-24/+0
2019-12-15Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obkbors-127/+559
2019-12-14Doc typoAlex Kapranoff-1/+1
2019-12-14Do not ICE on unnamed futureEsteban Küber-4/+57
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-170/+454
2019-12-14update referenceNiko Matsakis-0/+0
2019-12-14update clippy to the rustc-pr-67224 branchNiko Matsakis-13/+5
2019-12-14Restore original implementation of Vec::retainAaron Loucks-1/+16
2019-12-14[WIP] fix tests after rebaseNiko Matsakis-47/+15
2019-12-14add `#![feature(never_type)]` to tests as neededNiko Matsakis-11/+16
2019-12-14Add regression test for #66757Niko Matsakis-0/+29
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-23/+44
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-98/+268
2019-12-14Revert "Redefine `core::convert::Infallible` as `!`."Niko Matsakis-7/+106
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-181/+717
2019-12-14Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, r=Amanieubors-1/+31
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-135/+470
2019-12-13Auto merge of #67284 - Centril:rollup-ghiukob, r=Centrilbors-217/+1039
2019-12-13Rollup merge of #67280 - shalzz:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-13Rollup merge of #67278 - Centril:67273, r=oli-obkMazdak Farrokhzad-2/+63
2019-12-13Rollup merge of #67274 - RalfJung:uninit, r=CentrilMazdak Farrokhzad-1/+5
2019-12-13Rollup merge of #67256 - RalfJung:reduce-allocs, r=oli-obkMazdak Farrokhzad-29/+22
2019-12-13Rollup merge of #67254 - RalfJung:vtable-ice, r=oli-obkMazdak Farrokhzad-1/+12
2019-12-13Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAusMazdak Farrokhzad-1/+47
2019-12-13Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril...Mazdak Farrokhzad-182/+889
2019-12-14Fix incorrect example code of OpenOptions::openPatrick Wang-1/+1
2019-12-13Correctly mark things as `min_const_fn`Dylan MacKenzie-4/+6
2019-12-13Document `Features::enabled`ecstatic-morse-0/+3
2019-12-13Use correct nightly version for featureDylan MacKenzie-1/+1
2019-12-13Ensure test actually uses dataflow, not simulationDylan MacKenzie-3/+7
2019-12-13Use better name for local containing required feature gatesDylan MacKenzie-5/+5
2019-12-13Replace `Index` impl with `enabled` methodDylan MacKenzie-8/+4
2019-12-13Apply suggestions from reviewDylan MacKenzie-5/+7
2019-12-13Fix grammar in test descriptionecstatic-morse-1/+1
2019-12-13Look for "unstable feature" error code in testDylan MacKenzie-1/+1
2019-12-13Improve commentDylan MacKenzie-2/+2
2019-12-13Improve message when active feature indexing panicsDylan MacKenzie-1/+1
2019-12-13Bless modified testsDylan MacKenzie-80/+298
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-17/+48
2019-12-13Add qualif smoke tests for const loopsDylan MacKenzie-0/+61
2019-12-13Extend control flow basics tests with loopsDylan MacKenzie-9/+52
2019-12-13Restructue HIR const-checker to handle features with multiple gatesDylan MacKenzie-19/+69
2019-12-13Put MIR checks for loops behind the feature flagDylan MacKenzie-1/+7
2019-12-13Add feature gate for `const_loop`Dylan MacKenzie-0/+4