about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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
2018-04-28Track unused mutable variables across closuresKeith Yeung-49/+189
2018-04-28Disable AST unused mut check when using MIR borrowckKeith Yeung-1/+4
2018-04-28Allow MIR borrowck to catch unused mutable localsKeith Yeung-7/+44
2018-04-28Auto merge of #49826 - cuviper:rustc-main-ICE, r=alexcrichtonbors-1/+2
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-25/+20
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-15/+224
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-1/+40
2018-04-27Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakisbors-40/+102
2018-04-27rustc_driver: Catch ICEs on the main thread tooJosh Stone-1/+2
2018-04-27Auto merge of #50290 - kennytm:rollup, r=kennytmbors-249/+298
2018-04-28Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakiskennytm-1/+28
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-40/+102
2018-04-28Rollup merge of #50284 - GuillaumeGomez:search-load-failure, r=SimonSapinkennytm-1/+1
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-32/+54
2018-04-28Rollup merge of #50269 - alexcrichton:update-parking-lot, r=Mark-Simulacrumkennytm-9/+9
2018-04-28Rollup merge of #50263 - alexcrichton:uwtable-allcoators, r=eddybkennytm-0/+4
2018-04-28Rollup merge of #50251 - alexcrichton:wasm-no-threads, r=eddybkennytm-1/+5
2018-04-28Rollup merge of #50192 - bobtwinkles:libsyntax_extensions, r=jseyfriedkennytm-1/+50
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-214/+155
2018-04-28Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnikkennytm-0/+2
2018-04-27Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddybbors-10/+0
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-509/+508
2018-04-27rustdoc asks for dyn_trait feature in stage0Christian Poveda-0/+2
2018-04-27fixed testsChristian Poveda-18/+12
2018-04-27fix search load page failureGuillaume Gomez-1/+1
2018-04-27removed dyn trait attribute from librustdocChristian Poveda-1/+0
2018-04-27fixed rustc version for dyn_traitChristian Poveda-1/+1
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-147/+133
2018-04-27removed linting for dyn_traitChristian Poveda-10/+7
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-14/+5
2018-04-27removed dyn_trait feature from testsChristian Poveda-17/+5