about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-320/+808
2015-12-18Do not substitute type aliases during error reportingVadim Petrochenkov-6/+13
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-2/+21
2015-12-18Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichtonManish Goregaokar-0/+103
2015-12-18Rollup merge of #30447 - Xmasreturns:Docu, r=steveklabnikManish Goregaokar-4/+6
2015-12-18Rollup merge of #30431 - mmcco:cleanup, r=alexcrichtonManish Goregaokar-3/+2
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-413/+400
2015-12-18Rollup merge of #30406 - durka:patch-13, r=sanxiynManish Goregaokar-3/+3
2015-12-18Rollup merge of #30398 - jwworth:pull-request-1450205451, r=sanxiynManish Goregaokar-1/+1
2015-12-18Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakisManish Goregaokar-773/+856
2015-12-18Rollup merge of #30286 - oli-obk:const_error_span, r=nikomatsakisManish Goregaokar-25/+37
2015-12-18Auto merge of #30272 - tshepang:doc-drain, r=blussbors-15/+26
2015-12-18Fix emitting asm and object file output at the same timeBjörn Steinbrink-0/+103
2015-12-18Add more systematic testsVadim Petrochenkov-429/+402
2015-12-18Prohibit public glob reexports of private variantsVadim Petrochenkov-10/+57
2015-12-18Address the commentsVadim Petrochenkov-39/+47
2015-12-18Substitute type aliases before checking for privacyVadim Petrochenkov-24/+43
2015-12-18Use lint instead of warningVadim Petrochenkov-31/+128
2015-12-18Report errors not caught by the old visitor as warningsVadim Petrochenkov-28/+390
2015-12-18Prohibit private variant reexportsVadim Petrochenkov-7/+37
2015-12-18Approximate type aliases as public when determining impl publicityVadim Petrochenkov-0/+29
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-41/+44
2015-12-18Fix the falloutVadim Petrochenkov-50/+27
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-322/+258
2015-12-18Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakisbors-28/+490
2015-12-17Clarified shadowing exampleXmasreturns-4/+6
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-184/+214
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-114/+96
2015-12-18libsyntax: Merge OwnedSlice into ptr::PVadim Petrochenkov-115/+90
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-44/+31
2015-12-17Rollup merge of #30443 - tshepang:just-a-rename, r=steveklabnikSteve Klabnik-9/+0
2015-12-17Rollup merge of #30442 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30439 - swooster:swooster-nomicon-patch-1, r=steveklabnikSteve Klabnik-2/+2
2015-12-17Rollup merge of #30437 - tshepang:clarity, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30428 - steveklabnik:quickfix, r=apasel422Steve Klabnik-1/+1
2015-12-17Rollup merge of #30419 - shepmaster:rogue-I, r=alexcrichtonSteve Klabnik-1/+1
2015-12-17Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichtonSteve Klabnik-6/+0
2015-12-17Rollup merge of #30404 - Shiney:ImprovedStackHeap, r=steveklabnikSteve Klabnik-20/+22
2015-12-17Rollup merge of #30370 - zachreizner:patch-1, r=apasel422Steve Klabnik-2/+2
2015-12-17doc: improve drain examples and remove secondary info from leading paragraphTshepang Lekhonkhobe-15/+26
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-17Test generic methodsSimonas Kazlauskas-1/+64
2015-12-17doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-17doc: add a missing commaTshepang Lekhonkhobe-1/+1
2015-12-17Auto merge of #30325 - jseyfried:fixes_30078, r=nrcbors-75/+60
2015-12-17Change "big ask" to "tall order" in Rustonomicon.Steve Wooster-2/+2
2015-12-17doc: improve clarity by introducing a pauseTshepang Lekhonkhobe-1/+1
2015-12-17rustc_resolve: fix a bug in which unused imports can get wrongly marked as us...Jeffrey Seyfried-16/+25
2015-12-17Remove unused importsJeffrey Seyfried-59/+35