| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -5/+49 |
| 2020-03-06 | const validation ub tests: use transmute instead of unions | Ralf Jung | -221/+165 |
| 2020-03-06 | miri value visitor: detect primitives by type, not layout | Ralf Jung | -131/+163 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -3/+2 |
| 2020-03-05 | Auto merge of #67260 - TheSamsa:const-limit, r=oli-obk | bors | -34/+163 |
| 2020-03-05 | Auto merge of #69692 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -7/+11 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -25/+47 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -10/+26 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -37/+52 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -8/+40 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -1/+45 |
| 2020-03-05 | Auto merge of #69717 - estebank:correctly-probe, r=varkor | bors | -2/+1 |
| 2020-03-04 | Correctly reject `TraitCandidate` in all cases | Esteban Küber | -2/+1 |
| 2020-03-04 | submodules: update clippy from 8b7f7e66 to 329923ed | Matthias Krüger | -7/+11 |
| 2020-03-04 | Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centril | bors | -1/+1 |
| 2020-03-04 | Auto merge of #69636 - RalfJung:miri, r=nikomatsakis | bors | -8/+10 |
| 2020-03-04 | update miri | Ralf Jung | -7/+9 |
| 2020-03-04 | point cargo-miri to the right xargo binary | Ralf Jung | -1/+1 |
| 2020-03-04 | Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay | bors | -242/+263 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -87/+69 |
| 2020-03-03 | Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPC | bors | -56/+100 |
| 2020-03-03 | Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPC | Dylan DPC | -0/+12 |
| 2020-03-03 | Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic | Dylan DPC | -4/+57 |
| 2020-03-03 | Rollup merge of #69653 - matthiaskrgr:needless_bool, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -27/+16 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -15/+6 |
| 2020-03-03 | Rollup merge of #69565 - RalfJung:assert, r=eddyb | Dylan DPC | -7/+7 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -102/+73 |
| 2020-03-03 | Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichton | bors | -7/+91 |
| 2020-03-03 | Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis | bors | -43/+58 |
| 2020-03-03 | Add explanation for E0379 | Guillaume Gomez | -0/+12 |
| 2020-03-03 | Add regression test for linking issue with start-group / end-group | Tomasz Miąsko | -0/+76 |
| 2020-03-03 | Improve linking of crates with circular dependencies | Tomasz Miąsko | -7/+15 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -15/+6 |
| 2020-03-03 | Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morse | Yuki Okushi | -3/+3 |
| 2020-03-03 | Rollup merge of #69634 - GuillaumeGomez:clean-up-e0378, r=Dylan-DPC | Yuki Okushi | -20/+22 |
| 2020-03-03 | Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-le... | Yuki Okushi | -6/+5 |
| 2020-03-03 | Rollup merge of #69626 - ehuss:toolstate-nightly-cleanup, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-03-03 | Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david... | Yuki Okushi | -1/+38 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -18/+15 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -269/+134 |
| 2020-03-03 | Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik | Yuki Okushi | -2/+5 |
| 2020-03-03 | Fix check for __msan_keep_going in sanitizer-recover test | Tomasz Miąsko | -2/+2 |
| 2020-03-03 | Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=... | Tomasz Miąsko | -0/+45 |
| 2020-03-03 | Invoke OptimizerLastEPCallbacks in PreLinkThinLTO | Tomasz Miąsko | -2/+10 |
| 2020-03-03 | Auto merge of #69247 - CAD97:remove-chalk, r=nikomatsakis | bors | -2839/+20 |
| 2020-03-03 | use conditions directly | Matthias Krüger | -3/+2 |
| 2020-03-03 | Improve weird formatting by moving comment inside else-code block. | Matthias Krüger | -3/+3 |
| 2020-03-03 | Use .any(x) instead of .find(x).is_some() on iterators. | Matthias Krüger | -10/+6 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -7/+3 |