| Age | Commit message (Expand) | Author | Lines |
| 2018-07-02 | Auto merge of #51864 - est31:libc_update, r=alexcrichton | bors | -0/+0 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -236/+127 |
| 2018-07-01 | Auto merge of #51969 - pietroalbini:rollup, r=pietroalbini | bors | -42/+89 |
| 2018-07-01 | Rollup merge of #51961 - 11Takanori:fix-typo, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51922 - japaric:llvm-tools-preview, r=alexcrichton | Pietro Albini | -12/+15 |
| 2018-07-01 | Rollup merge of #51921 - japaric:panic-impl-error, r=nagisa | Pietro Albini | -4/+26 |
| 2018-07-01 | Rollup merge of #51920 - euclio:concrete-type-suggestion, r=estebank | Pietro Albini | -4/+29 |
| 2018-07-01 | Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertj | Pietro Albini | -5/+10 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -15/+7 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -25/+118 |
| 2018-07-01 | Update liblibc | est31 | -0/+0 |
| 2018-07-01 | Auto merge of #51536 - davidtwco:nll-dyn-trait-underscore-error-improvements,... | bors | -399/+559 |
| 2018-07-01 | Updated affected tests after rebase. | David Wood | -7/+7 |
| 2018-07-01 | Fix infinite loops when regions are self-referential. | David Wood | -7/+7 |
| 2018-07-01 | WIP boring() long line | Niko Matsakis | -1/+4 |
| 2018-07-01 | Ensure that changed errors are lower case. | David Wood | -45/+45 |
| 2018-07-01 | Updated affected tests. | David Wood | -71/+65 |
| 2018-07-01 | Introduce new categories and show a reasonable error message. | David Wood | -42/+58 |
| 2018-07-01 | Moved region inference error reporting into own module. | David Wood | -308/+328 |
| 2018-07-01 | Switched to while let in DFS and deriving Ord on ConstraintCategory. | David Wood | -33/+4 |
| 2018-07-01 | Constraints are now being categorized, sorted and the error labelled. Categor... | David Wood | -16/+116 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+43 |
| 2018-07-01 | Added bfs for constraint paths from regions. | David Wood | -1/+109 |
| 2018-07-01 | don't consider assignments to temporaries "interesting" | Niko Matsakis | -1/+13 |
| 2018-07-01 | propagate boring vs interesting causal info for constraints/tests | Niko Matsakis | -72/+70 |
| 2018-07-01 | categorize `Locations` as interesting or boring | Niko Matsakis | -44/+48 |
| 2018-07-01 | remove the `at_location` from Locations | Niko Matsakis | -86/+20 |
| 2018-07-01 | rename `ToLocations` to `NormalizeLocation` | Niko Matsakis | -4/+4 |
| 2018-07-01 | Auto merge of #51883 - estebank:placement-suggestion, r=varkor | bors | -6/+62 |
| 2018-07-01 | Auto merge of #51855 - Eh2406:i51821, r=nikomatsakis | bors | -67/+137 |
| 2018-07-01 | remove the FxHashSet since it's not helping us in practice | Niko Matsakis | -11/+1 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -11/+28 |
| 2018-07-01 | absoluate -> absolute | Takanori Ishibashi | -1/+1 |
| 2018-07-01 | Auto merge of #51877 - oli-obk:lowering_cleanups3, r=cramertj | bors | -117/+127 |
| 2018-07-01 | Auto merge of #51869 - nnethercote:rm-clone_from, r=nikomatsakis | bors | -5/+7 |
| 2018-07-01 | Modified expected error messages in accordance with rebase. | Alexander Regueiro | -2/+7 |
| 2018-07-01 | Auto merge of #51943 - oli-obk:miriup, r=kennytm | bors | -5/+19 |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -26/+23 |
| 2018-06-30 | Added incremental test for interlinking static references. | Alexander Regueiro | -0/+25 |
| 2018-06-30 | Added tests fo referring to statics by value in other statics. | Alexander Regueiro | -0/+30 |
| 2018-06-30 | Added tests for writing to static mut's in statics. | Alexander Regueiro | -0/+22 |
| 2018-06-30 | Fixed bug with miri const evaluation where allocation is recursively borrowed. | Alexander Regueiro | -7/+3 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -23/+27 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -215/+27 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -343/+54 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -340/+51 |
| 2018-06-30 | more s/llvm-tools/llvm-tools-preview/ | Jorge Aparicio | -5/+5 |
| 2018-06-30 | Copy undef_masks correctly for repeated bytes | Wesley Wiser | -5/+9 |