| Age | Commit message (Expand) | Author | Lines |
| 2020-05-06 | Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obk | Dylan DPC | -10/+50 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -12/+21 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -9/+200 |
| 2020-05-06 | Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakis | Dylan DPC | -61/+71 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -41/+416 |
| 2020-05-06 | Fixup tests to test both const-eval and runtime | Mark Rousskov | -99/+22 |
| 2020-05-06 | Pull in miri test cases | Mark Rousskov | -5/+458 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -7/+6 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -9/+9 |
| 2020-05-06 | Rollup merge of #71727 - hbina:simplified_usage, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -5/+35 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -61/+71 |
| 2020-05-06 | add test for insufficiently aligned vtable | Ralf Jung | -6/+16 |
| 2020-05-05 | Add test for new implementations section title | Guillaume Gomez | -0/+9 |
| 2020-05-05 | Update tests | Guillaume Gomez | -12/+12 |
| 2020-05-05 | Rollup merge of #71894 - mibac138:semicolon-not-always-helpful, r=estebank | Dylan DPC | -3/+27 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+28 |
| 2020-05-05 | Auto merge of #71846 - petrochenkov:fresh2, r=davidtwco | bors | -0/+1 |
| 2020-05-05 | Suggest removing semicolon in last expression only if it's type is known | mibac138 | -3/+27 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+67 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -0/+51 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+67 |
| 2020-05-04 | review comments and rebase fix | Esteban Küber | -3/+9 |
| 2020-05-04 | On incorrect equality constraint likely to be assoc type, suggest appropriate... | Esteban Küber | -1/+51 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -3/+129 |
| 2020-05-04 | Handle binop on unbound type param | Esteban Küber | -3/+12 |
| 2020-05-04 | Rollup merge of #71810 - estebank:issue-71798, r=davidtwco | Dylan DPC | -0/+27 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -5/+30 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -0/+50 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+28 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -0/+32 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -96/+453 |
| 2020-05-04 | Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC | bors | -17/+5 |
| 2020-05-04 | Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkor | Dylan DPC | -17/+5 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -223/+333 |
| 2020-05-03 | fix rebase | Esteban Küber | -2/+0 |
| 2020-05-03 | Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morse | bors | -0/+38 |
| 2020-05-03 | Add `rustc_peek` test for liveness with borrows | Dylan MacKenzie | -0/+38 |
| 2020-05-03 | Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2020-05-03 | Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -2/+221 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -180/+197 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -3/+3 |
| 2020-05-03 | bless caller-location test | Ralf Jung | -8/+6 |
| 2020-05-03 | remove unneeded flags; exlain why we still have const_if_match | Ralf Jung | -27/+56 |
| 2020-05-03 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -0/+1 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -317/+315 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -17/+5 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -0/+79 |
| 2020-05-03 | Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry | Dylan DPC | -3/+41 |