about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-12-19Prettify MIR graphviz outputSimonas Kazlauskas-9/+9
2015-12-19Implement arc::Weak::new()Sebastian Hahn-0/+37
2015-12-19Rename Weak::new_downgraded to Weak::newSebastian Hahn-4/+4
2015-12-19use core::mem::unintialized instead of uninit intrinsicSebastian Hahn-3/+3
2015-12-19Fix doctest failureSebastian Hahn-1/+3
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-18Fix broken link in E0070 description.Lee Jeffery-1/+1
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-18Implement Weak::new_downgraded() (#30425)Sebastian Hahn-1/+37
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-18add tests for #26873Alex Burka-0/+106
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-2/+21
2015-12-18Require exact type equality + add testsVadim Petrochenkov-43/+188
2015-12-18Added doc comments for new UnresolvedNameContext enum.Felix S. Klock II-0/+9
2015-12-18Made dynamic_lib migration path more explicitebadf-1/+1
2015-12-18doc: minor format fixes in book/error-handlinglnmx-1/+1
2015-12-18Auto merge of #30457 - Manishearth:rollup, r=Manishearthbors-1197/+1371
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-18mk: actually run valgrind on x86_64-apple-darwinTamir Duberstein-3/+7
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-17Beautify ISAAC's mixing arithmeticMichael McConville-16/+62
2015-12-18Fix emitting asm and object file output at the same timeBjörn Steinbrink-0/+103
2015-12-18Auto merge of #30414 - alexcrichton:fix-cross-builds, r=brsonbors-2/+2
2015-12-17Add a type prefix to fix buildMichael McConville-1/+1
2015-12-17Make runtime function return size_tMichael McConville-3/+3
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