summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2019-12-13Get active features dynamically by their `Symbol`Dylan MacKenzie-0/+12
2019-12-13docs: std::convert::From: Fix typoShaleen Jain-1/+1
2019-12-13Auto merge of #62359 - euclio:remove-serialize, r=Dylan-DPCbors-69/+123
2019-12-13coerce_inner: use initial expected_tyMazdak Farrokhzad-2/+63
2019-12-13The constness of 128 bit atomics will be stabilized together with the atomicsOliver Scherer-2/+2
2019-12-13be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu...Ralf Jung-1/+5
2019-12-13Address review commentsOliver Scherer-66/+1
2019-12-13Consistently name `min_const_fn`Oliver Scherer-2/+2
2019-12-13Change the const stab default for internal const fnsOliver Scherer-4/+7
2019-12-13Fix rustdoc testOliver Scherer-2/+4
2019-12-13Elaborate internal const fn commentOliver Scherer-1/+3
2019-12-13Compiler internal error codes need no documentationOliver Scherer-0/+3
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-155/+754
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-27/+19
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-476/+229
2019-12-13Auto merge of #66405 - nnethercote:tweak-ObligForest-NodeStates, r=nikomatsakisbors-129/+153
2019-12-13Rollup merge of #67269 - Centril:recover-lt-deref-pat, r=estebankMazdak Farrokhzad-9/+55
2019-12-13Rollup merge of #67251 - oli-obk:stability_sieve, r=CentrilMazdak Farrokhzad-32/+37
2019-12-13Rollup merge of #67250 - nnethercote:rm-DelimSpan-from-NamedMatch-MatchedSeq,...Mazdak Farrokhzad-20/+11
2019-12-13Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebankMazdak Farrokhzad-4/+46
2019-12-13Rollup merge of #67243 - jonas-schievink:linkedlist-drop, r=KodrAusMazdak Farrokhzad-1/+122
2019-12-13Rollup merge of #66341 - crgl:vec-deque-extend, r=AmanieuMazdak Farrokhzad-1/+16
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-9/+55
2019-12-12Fix signature of `__wasilibc_find_relpath`Alex Crichton-14/+21
2019-12-13Avoid re-processing nodes in `find_cycles_from_node`.Nicholas Nethercote-4/+8
2019-12-13Remove an unnecessary local variable.Nicholas Nethercote-2/+1
2019-12-13Remove some `debug!` statements.Nicholas Nethercote-19/+1
2019-12-13Move functions around.Nicholas Nethercote-59/+59
2019-12-13Remove `NodeState::{Waiting,Done}`.Nicholas Nethercote-87/+126
2019-12-12replace serialize with serde in rustdocAndy Russell-69/+123
2019-12-12Minor cleanup in `Pattern::{is_prefix_of,is_suffix_of}` for `char`Andrea Canciani-4/+2
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-11/+17
2019-12-12Remove i686-unknown-dragonfly targetAntonio Huete Jimenez-24/+0
2019-12-12Fix weird implicit dependency between rustllvm and rustc_codegen_llvmAaron Hill-17/+25
2019-12-12avoid more intermediate allocations in validation errorsRalf Jung-23/+16
2019-12-12validation: avoid some intermediate allocationsRalf Jung-6/+6
2019-12-12Auto merge of #66886 - mark-i-m:simplify-borrow_check-2, r=matthewjasperbors-148/+182
2019-12-12dont ICE in case of invalid drop fnRalf Jung-1/+12
2019-12-12Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma...bors-28/+36
2019-12-12Require `allow_internal_unstable` for stable min_const_fn using unstable feat...Oliver Scherer-32/+37
2019-12-12Remove the `DelimSpan` from `NamedMatch::MatchedSeq`.Nicholas Nethercote-20/+11
2019-12-11fix imports after rebaseMark Mansi-3/+2
2019-12-11more privateMark Mansi-19/+18
2019-12-11fix importsMark Mansi-21/+0
2019-12-11tidyMark Mansi-1/+0
2019-12-11fix importsMark Mansi-129/+187