about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-22/+4
2018-05-21Auto merge of #50265 - japaric:sz, r=alexcrichtonbors-21/+9
2018-05-21Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavusbors-13/+14
2018-05-21Auto merge of #50739 - gnzlbg:vec_reserve, r=sfacklerbors-2/+2
2018-05-21Auto merge of #50924 - petrochenkov:spanover, r=alexcrichtonbors-13/+15
2018-05-21Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddybbors-37/+77
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-320/+336
2018-05-20lexer: Fix span override for the first token in a stringVadim Petrochenkov-13/+15
2018-05-20Auto merge of #50234 - cramertj:extend, r=alexcrichtonbors-0/+27
2018-05-20Auto merge of #50719 - frewsxcv:frewsxcv-iterator-zip, r=alexcrichtonbors-2/+1
2018-05-20Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichtonbors-2/+40
2018-05-20Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddybbors-34/+134
2018-05-20Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkovbors-35/+87
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-6/+153
2018-05-20Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichtonbors-0/+79
2018-05-19UnsafeCell doc typos and minor flow improvementsJake Goulding-13/+14
2018-05-20Auto merge of #50803 - varkor:never-transmute-never, r=eddybbors-3/+47
2018-05-20resolve: Don't add unnecessary import candidates for `prefix::{self}` importsVadim Petrochenkov-2/+40
2018-05-19Auto merge of #50893 - kennytm:rollup, r=kennytmbors-327/+273
2018-05-20Rollup merge of #50889 - oli-obk:clippy, r=kennytmkennytm-25/+29
2018-05-20Rollup merge of #50819 - cjkenn:cjkenn/div-by-zero, r=kennytmkennytm-2/+39
2018-05-20Rollup merge of #50883 - dlrobertson:fix_warning, r=TimNNkennytm-0/+1
2018-05-20Rollup merge of #50858 - robinkrahl:rustdoc-fix-order, r=steveklabnikkennytm-8/+8
2018-05-20Rollup merge of #50854 - zackmdavis:and_the_case_of_the_unused_field_pattern_...kennytm-71/+80
2018-05-20Rollup merge of #50829 - est31:master, r=estebankkennytm-0/+29
2018-05-20Rollup merge of #50827 - nox:llvmup, r=eddybkennytm-1/+1
2018-05-19Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasperbors-8/+153
2018-05-19remove feature line from testcjkenn-2/+0
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-306/+334
2018-05-19Auto merge of #50690 - oli-obk:mir_stuff, r=eddybbors-370/+389
2018-05-19use if let to avoid potential div by zerocjkenn-2/+41
2018-05-19rustc: removed unused `DefPathData::Initializer` DefId's for associated const...Eduard-Mihai Burtescu-14/+2
2018-05-19Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe...kennytm-220/+86
2018-05-19Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkovbors-27/+210
2018-05-19Use `Size` instead of `u64` in mir interpretationOliver Schneider-197/+204
2018-05-19Keep statics' constant as ByRefOliver Schneider-20/+44
2018-05-19Go through an allocation when accessing fields of constantsOliver Schneider-38/+87
2018-05-19Reintroduce some sanity checksOliver Schneider-4/+7
2018-05-19Ensure that statics are always ByRefOliver Schneider-133/+69
2018-05-19Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakisbors-160/+35
2018-05-19Update clippyOliver Schneider-25/+29
2018-05-19Overflows only panic in debug modeOliver Schneider-0/+1
2018-05-19Add a test showing the erroneous promoted bugOliver Schneider-2/+71
2018-05-19Release mode overflows should not cause const eval to errorOliver Schneider-32/+62
2018-05-19Auto merge of #50874 - nikomatsakis:nll-reset-unification, r=estebankbors-10/+7
2018-05-19Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichtonbors-10/+14
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-163/+15
2018-05-19Fix warning when building stage0 libcoreDan Robertson-0/+1
2018-05-19Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakisbors-82/+217
2018-05-18Default `unused_labels` to allow, move to "unused"Kyle Stachowicz-11/+26