about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-18Merge branch 'master' of https://github.com/rust-lang/rustMichael McConville-28/+560
2015-12-19Auto merge of #30381 - fhahn:memchr-in-std, r=alexcrichtonbors-4/+396
2015-12-18Fix build by removing needless type prefixMichael McConville-1/+1
2015-12-18Simplify logic checking getentropy's return valueMichael McConville-5/+3
2015-12-18Use a const for getentropy(2)'s syscall numberMichael McConville-1/+5
2015-12-18Use the correct syscall name in panic messageMichael McConville-1/+1
2015-12-18Use the getentropy(2) syscall on OpenBSDMichael McConville-1/+66
2015-12-18Auto merge of #30364 - luqmana:mir-calls, r=nikomatsakisbors-24/+164
2015-12-18[MIR] Initial implementation for translating calls.Luqman Aden-24/+164
2015-12-18Use memrchr bindings provided by libcFlorian Hahn-29/+15
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-1187/+291
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-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-1187/+291
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-18Update liblibc to current masterFlorian Hahn-0/+0
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-4/+8
2015-12-18Add memchr implemenation based on rust-memchr to libstdFlorian Hahn-0/+402
2015-12-18Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakisbors-25/+37
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