| Age | Commit message (Expand) | Author | Lines |
| 2020-05-16 | Add simple NRVO test | Dylan MacKenzie | -0/+51 |
| 2020-05-16 | Bless MIR tests that inline functions qualifying for NRVO | Dylan MacKenzie | -15/+3 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -0/+9 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -176/+270 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -179/+148 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -3/+3 |
| 2020-05-16 | Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obk | Dylan DPC | -6/+4 |
| 2020-05-16 | Rollup merge of #72218 - RalfJung:test-unleashed-ptrs, r=oli-obk | Dylan DPC | -0/+68 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -5/+68 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -2/+344 |
| 2020-05-15 | Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieu | bors | -21/+5 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -6/+39 |
| 2020-05-15 | Rollup merge of #72173 - xliiv:54172-intra-for-trait-impl, r=GuillaumeGomez | Dylan DPC | -0/+35 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -6/+4 |
| 2020-05-14 | make sure even unleashed miri does not do pointer stuff | Ralf Jung | -0/+68 |
| 2020-05-14 | Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-14 | Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche... | Dylan DPC | -2/+7 |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -0/+7 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -0/+23 |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -0/+29 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -104/+97 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -26/+49 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -15/+8 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -89/+89 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -32/+717 |
| 2020-05-13 | Make intra links work inside trait impl block | Tymoteusz Jankowski | -0/+35 |
| 2020-05-13 | Auto merge of #71451 - estebank:suggest-super-trait-constraint, r=nikomatsakis | bors | -92/+226 |
| 2020-05-13 | Auto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakis | bors | -0/+32 |
| 2020-05-12 | add long error explanation for E0228 | Jade McGough | -2/+7 |
| 2020-05-12 | fix test output after rebase | Esteban Küber | -1/+1 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -119/+207 |
| 2020-05-12 | Suggest adding super trait constraints | Esteban Küber | -9/+55 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -89/+89 |
| 2020-05-12 | Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -0/+6 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -8/+8 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -15/+8 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -32/+717 |
| 2020-05-11 | Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor | Dylan DPC | -6/+10 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -13/+13 |
| 2020-05-11 | Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwco | Dylan DPC | -0/+36 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -2/+2 |
| 2020-05-11 | Fix hang in lexical_region_resolve | Matthew Jasper | -0/+7 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -0/+284 |
| 2020-05-11 | bless ui tests | csmoe | -2/+20 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -0/+9 |
| 2020-05-10 | add test case for issue-61076 | csmoe | -0/+12 |
| 2020-05-10 | Emit a warning when optimization fuel runs out | Jonas Schievink | -6/+10 |
| 2020-05-10 | Auto merge of #72074 - RalfJung:rollup-1ns58no, r=RalfJung | bors | -977/+823 |