about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-05mir: Add false edge cleanup out of infinite loopsbobtwinkles-5/+17
2018-02-05mir: Add TerminatorKind::FalseUnwindbobtwinkles-18/+97
2018-02-05Fix comment in ExprKind::LogicalOpbobtwinkles-2/+2
2018-02-05Auto merge of #47881 - oli-obk:miri_clippy, r=Manishearthbors-46/+48
2018-02-05Update clippy and miri submoduleOliver Schneider-46/+48
2018-02-05Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelixbors-37/+111
2018-02-05Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakisbors-4/+65
2018-02-05Auto merge of #47865 - Manishearth:cleanup-shim, r=nikomatsakisbors-76/+71
2018-02-04Auto merge of #47998 - kennytm:rollup, r=kennytmbors-204/+417
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-1/+105
2018-02-05Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrumkennytm-2/+2
2018-02-05Rollup merge of #47996 - Zoxc:run-make-last, r=Mark-Simulacrumkennytm-1/+1
2018-02-04Rollup merge of #47978 - eddyb:iu, r=kennytmkennytm-4/+4
2018-02-04Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhskennytm-7/+29
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-103/+32
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-68/+93
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-9/+83
2018-02-04Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakiskennytm-7/+37
2018-02-04Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddybkennytm-2/+31
2018-02-04Remove 'the this' in doc comments.Jay Strict-2/+2
2018-02-04Auto merge of #47834 - Mark-Simulacrum:no-cgu-release, r=alexcrichtonbors-6/+22
2018-02-04Run the `run-make` tests last, so more tests run on Windows when `make` is un...John Kåre Alsaker-1/+1
2018-02-04Auto merge of #47991 - nrc:update, r=alexcrichtonbors-33/+47
2018-02-04Auto merge of #47915 - eddyb:layout-of, r=nikomatsakisbors-84/+107
2018-02-04Update RLS and RustfmtNick Cameron-33/+47
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-6/+22
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-52/+342
2018-02-03Clarify shared file handler behavior of File::try_clone.Corey Farwell-7/+29
2018-02-03Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakisbors-4/+55
2018-02-03Auto merge of #47962 - kennytm:rollup, r=kennytmbors-70/+157
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-2/+31
2018-02-03Rollup merge of #47973 - perlun:patch-1, r=dtolnaykennytm-1/+1
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-129/+212
2018-02-03ui tests: diff from old (expected) to new (actual) instead of backwards.Eduard-Mihai Burtescu-4/+4
2018-02-02copy_nonoverlapping example: Fixed typoPer Lundberg-1/+1
2018-02-02Remove commented-out codeAaron Hill-2/+0
2018-02-02Rollup merge of #47951 - GuillaumeGomez:sidebar-hover, r=QuietMisdreavus Fix ...kennytm-8/+22
2018-02-02Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ...kennytm-8/+55
2018-02-02Rollup merge of #47919 - varkor:to_degrees-precision, r=rkruppe Use constant ...kennytm-1/+7
2018-02-02Rollup merge of #47916 - vmx:patch-2, r=kennytm Fix lang items box example co...kennytm-13/+8
2018-02-02Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche...kennytm-13/+33
2018-02-02Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe...kennytm-2/+21
2018-02-02Rollup merge of #47842 - Manishearth:dead-code, r=nagisa Remove dead code The...kennytm-24/+0
2018-02-02Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v...kennytm-0/+9
2018-02-02Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboatskennytm-0/+1
2018-02-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-32/+72
2018-02-02Remove dead codeManish Goregaokar-24/+0
2018-02-02Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichtonbors-198/+360
2018-02-01Fix ugly hover in sidebarGuillaume Gomez-8/+22
2018-02-01Turn `type_id` into a constant intrinsicBadel2-1/+105