about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-14update referenceNiko Matsakis-0/+0
2019-12-14update clippy to the rustc-pr-67224 branchNiko Matsakis-13/+5
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 #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-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-13be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu...Ralf Jung-1/+5
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-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-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-11/+17
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