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