| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | testing c++ code (cc crate) | Raoul Strackx | -0/+55 |
| 2020-09-25 | test hardening C inline assembly code (cc crate) | Raoul Strackx | -1/+33 |
| 2020-09-25 | started using cc crate | Raoul Strackx | -4/+29 |
| 2020-09-25 | LVI test std lib | Raoul Strackx | -16/+78 |
| 2020-09-25 | Adding checks for assembly files in libunwind | Raoul Strackx | -0/+37 |
| 2020-09-25 | skeleton check module level assembly | Raoul Strackx | -0/+16 |
| 2020-09-25 | rust inline assembly lvi hardening test | Raoul Strackx | -0/+41 |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -12/+62 |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -42/+52 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -45/+45 |
| 2020-09-24 | Bless tests | Dylan MacKenzie | -42/+52 |
| 2020-09-24 | Add test to check stdout flushing during shutdown. | Mara Bos | -0/+15 |
| 2020-09-24 | Revert a test change to make sure it's still testing the original issue | Oliver Scherer | -2/+2 |
| 2020-09-24 | Use correct type in diagnostics again | Oliver Scherer | -5/+5 |
| 2020-09-24 | update tests | Bastian Kauschke | -3/+5 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+25 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -3/+3 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -14/+12 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -1/+54 |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -45/+45 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -9/+33 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -4/+8 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -47/+72 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -54/+203 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -8/+149 |
| 2020-09-23 | Make sure we keep emitting a hard error | Oliver Scherer | -13/+1 |
| 2020-09-23 | Ignore test on wasm as it does not unwind | Simon Vandel Sillesen | -46/+47 |
| 2020-09-23 | Make sure we report a future incompat error in all cases | Oliver Scherer | -15/+23 |
| 2020-09-23 | Make sure we don't hide errors just because a lint has been emitted | Oliver Scherer | -21/+14 |
| 2020-09-23 | Deduplicate errors in const to pat conversion | Oliver Scherer | -195/+27 |
| 2020-09-23 | Talk about unpredictable instead of "not deterministic" | Oliver Scherer | -6/+6 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -2/+3 |
| 2020-09-23 | Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=Amanieu | Dylan DPC | -1/+149 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -10/+32 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -41/+19 |
| 2020-09-23 | use the correct span when dealing with inference variables | Bastian Kauschke | -6/+31 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -0/+132 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -18/+6 |
| 2020-09-23 | Add enum and type alias tests for generic default stability | Jacob Hughes | -2/+540 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -1/+1 |
| 2020-09-22 | fixing the test failure | blitzerr | -1/+2 |
| 2020-09-22 | Fix compilation & test failures | Jacob Hughes | -32/+32 |
| 2020-09-22 | Test removing unstable default parameter | Avi Dessauer | -0/+14 |
| 2020-09-22 | Test unstable Alloc param on Box | Avi Dessauer | -2/+50 |
| 2020-09-22 | Add unstable default feature enabled test | Avi Dessauer | -28/+38 |
| 2020-09-22 | Add test case demonstrating leak | Avi Dessauer | -22/+24 |
| 2020-09-22 | Test stability on default parameter of deprecated | Avi Dessauer | -1/+170 |
| 2020-09-22 | Add more tests | Avi Dessauer | -1/+73 |
| 2020-09-22 | Fix tests | Avi Dessauer | -6/+6 |