about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-30Auto merge of #50345 - kennytm:rollup, r=kennytmbors-56/+276
2018-05-01Rollup merge of #50344 - SimonSapin:cargo, r=alexcrichtonkennytm-0/+0
2018-05-01Rollup merge of #50330 - japaric:used, r=nagisakennytm-0/+40
2018-05-01Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebankkennytm-15/+120
2018-05-01Rollup merge of #50325 - petrochenkov:pmgate, r=alexcrichtonkennytm-13/+42
2018-05-01Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcvkennytm-1/+6
2018-05-01Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomezkennytm-19/+40
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-8/+28
2018-04-30Auto merge of #50163 - kornelski:error, r=Kimundibors-39/+26
2018-04-30Update Cargo to 2018-04-28 122fd5be5201913d42e219e132d6569493583bcaSimon Sapin-0/+0
2018-04-30Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomezbors-0/+104
2018-04-30Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakisbors-0/+34
2018-04-30check that #[used] is used only on staticsJorge Aparicio-0/+40
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-31/+45
2018-04-30Auto merge of #50261 - nrc:update, r=kennytmbors-17/+5
2018-04-30Update RustfmtNick Cameron-17/+5
2018-04-30Correct unused field warning on struct match container patternsvarkor-13/+77
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-16/+184
2018-04-30Correct unused field warning on box struct matchvarkor-11/+24
2018-04-30Correct unused field warning on &struct matchvarkor-13/+41
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-16/+184
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+104
2018-04-29heh, logic is hardMark Mansi-1/+1
2018-04-30Add a few more tests for proc macro feature gatingVadim Petrochenkov-13/+42
2018-04-29use const trickMark Mansi-24/+7
2018-04-29Auto merge of #50317 - varkor:repr-align-assign, r=nagisabors-0/+57
2018-04-29Add test for repr(align=x)varkor-0/+32
2018-04-29Add error when using repr(align=x) instead of repr(align(x))varkor-0/+25
2018-04-29Fix some broken links in docs.Eric Huss-1/+6
2018-04-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-119/+414
2018-04-29Auto merge of #50217 - z4v1er:patch-1, r=aturonbors-1/+0
2018-04-29Auto merge of #50300 - phansch:update_clippy, r=oli-obkbors-18/+16
2018-04-29Add more links in panic docsPazzaz-19/+40
2018-04-29Auto merge of #50306 - alexcrichton:inline-policy, r=sfacklerbors-0/+1
2018-04-28Add the actual used mutable var to the setKeith Yeung-65/+102
2018-04-28Return RootPlace in is_mutableNiko Matsakis-7/+35
2018-04-29Auto merge of #50271 - sinkuu:fix_ice, r=eddybbors-1/+40
2018-04-28feature on testMark Mansi-0/+2
2018-04-28Auto merge of #50188 - alexcrichton:feature-all-the-things, r=eddybbors-33/+47
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-33/+47
2018-04-28Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertjbors-12/+123
2018-04-28std: Inline `DefaultResizePolicy::new`Alex Crichton-0/+1
2018-04-28Auto merge of #50164 - nox:rval-range-metadata, r=eddybbors-21/+78
2018-04-28Auto merge of #50295 - SergioBenitez:master, r=alexcrichtonbors-25/+20
2018-04-28Update clippy submodulePhilipp Hansch-18/+16
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-1/+39
2018-04-28Skip implicit self argument for closuresKeith Yeung-3/+10
2018-04-28Return LocalMutationIsAllowed in is_mutableKeith Yeung-31/+32
2018-04-28Determine unused mutable variables based on the 'root' placeKeith Yeung-86/+111
2018-04-28Only check possibly initialized values and also loop over fn argsKeith Yeung-8/+25