about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-06test that we validate boxesRalf Jung-5/+49
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-221/+165
2020-03-06miri value visitor: detect primitives by type, not layoutRalf Jung-131/+163
2020-03-06'fieldless enums' is not what I meant -- it's empty/uninhabited enums, reallyRalf Jung-3/+2
2020-03-05Auto merge of #67260 - TheSamsa:const-limit, r=oli-obkbors-34/+163
2020-03-05Auto merge of #69692 - matthiaskrgr:submodule_upd, r=oli-obkbors-7/+11
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-25/+47
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-10/+26
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-37/+52
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-8/+40
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-1/+45
2020-03-05Auto merge of #69717 - estebank:correctly-probe, r=varkorbors-2/+1
2020-03-04Correctly reject `TraitCandidate` in all casesEsteban Küber-2/+1
2020-03-04submodules: update clippy from 8b7f7e66 to 329923edMatthias Krüger-7/+11
2020-03-04Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centrilbors-1/+1
2020-03-04Auto merge of #69636 - RalfJung:miri, r=nikomatsakisbors-8/+10
2020-03-04update miriRalf Jung-7/+9
2020-03-04point cargo-miri to the right xargo binaryRalf Jung-1/+1
2020-03-04Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnaybors-242/+263
2020-03-04Auto merge of #69550 - RalfJung:scalar, r=oli-obkbors-87/+69
2020-03-03Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPCbors-56/+100
2020-03-03Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPCDylan DPC-0/+12
2020-03-03Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikicDylan DPC-4/+57
2020-03-03Rollup merge of #69653 - matthiaskrgr:needless_bool, r=Dylan-DPCDylan DPC-3/+2
2020-03-03Rollup merge of #69650 - matthiaskrgr:clnp, r=varkorDylan DPC-27/+16
2020-03-03Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkovDylan DPC-15/+6
2020-03-03Rollup merge of #69565 - RalfJung:assert, r=eddybDylan DPC-7/+7
2020-03-03Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkovbors-102/+73
2020-03-03Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichtonbors-7/+91
2020-03-03Auto merge of #69482 - lqd:poloniusup, r=nikomatsakisbors-43/+58
2020-03-03Add explanation for E0379Guillaume Gomez-0/+12
2020-03-03Add regression test for linking issue with start-group / end-groupTomasz Miąsko-0/+76
2020-03-03Improve linking of crates with circular dependenciesTomasz Miąsko-7/+15
2020-03-03use question mark operator in a few places.Matthias Krüger-15/+6
2020-03-03Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morseYuki Okushi-3/+3
2020-03-03Rollup merge of #69634 - GuillaumeGomez:clean-up-e0378, r=Dylan-DPCYuki Okushi-20/+22
2020-03-03Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-le...Yuki Okushi-6/+5
2020-03-03Rollup merge of #69626 - ehuss:toolstate-nightly-cleanup, r=Mark-SimulacrumYuki Okushi-1/+1
2020-03-03Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david...Yuki Okushi-1/+38
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-18/+15
2020-03-03Rollup merge of #69609 - TimDiekmann:excess, r=AmanieuYuki Okushi-269/+134
2020-03-03Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnikYuki Okushi-2/+5
2020-03-03Fix check for __msan_keep_going in sanitizer-recover testTomasz Miąsko-2/+2
2020-03-03Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...Tomasz Miąsko-0/+45
2020-03-03Invoke OptimizerLastEPCallbacks in PreLinkThinLTOTomasz Miąsko-2/+10
2020-03-03Auto merge of #69247 - CAD97:remove-chalk, r=nikomatsakisbors-2839/+20
2020-03-03use conditions directlyMatthias Krüger-3/+2
2020-03-03Improve weird formatting by moving comment inside else-code block.Matthias Krüger-3/+3
2020-03-03Use .any(x) instead of .find(x).is_some() on iterators.Matthias Krüger-10/+6
2020-03-03Use .nth(x) instead of .skip(x).next() on iterators.Matthias Krüger-7/+3