| Age | Commit message (Expand) | Author | Lines |
| 2015-12-18 | Merge branch 'master' of https://github.com/rust-lang/rust | Michael McConville | -28/+560 |
| 2015-12-19 | Auto merge of #30381 - fhahn:memchr-in-std, r=alexcrichton | bors | -4/+396 |
| 2015-12-18 | Fix build by removing needless type prefix | Michael McConville | -1/+1 |
| 2015-12-18 | Simplify logic checking getentropy's return value | Michael McConville | -5/+3 |
| 2015-12-18 | Use a const for getentropy(2)'s syscall number | Michael McConville | -1/+5 |
| 2015-12-18 | Use the correct syscall name in panic message | Michael McConville | -1/+1 |
| 2015-12-18 | Use the getentropy(2) syscall on OpenBSD | Michael McConville | -1/+66 |
| 2015-12-18 | Auto merge of #30364 - luqmana:mir-calls, r=nikomatsakis | bors | -24/+164 |
| 2015-12-18 | [MIR] Initial implementation for translating calls. | Luqman Aden | -24/+164 |
| 2015-12-18 | Use memrchr bindings provided by libc | Florian Hahn | -29/+15 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -1187/+291 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -320/+808 |
| 2015-12-18 | Do not substitute type aliases during error reporting | Vadim Petrochenkov | -6/+13 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -1187/+291 |
| 2015-12-18 | Auto merge of #30374 - durka:issue-30371, r=alexcrichton | bors | -2/+21 |
| 2015-12-18 | Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichton | Manish Goregaokar | -0/+103 |
| 2015-12-18 | Rollup merge of #30447 - Xmasreturns:Docu, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2015-12-18 | Rollup merge of #30431 - mmcco:cleanup, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -413/+400 |
| 2015-12-18 | Update liblibc to current master | Florian Hahn | -0/+0 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -4/+8 |
| 2015-12-18 | Add memchr implemenation based on rust-memchr to libstd | Florian Hahn | -0/+402 |
| 2015-12-18 | Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | bors | -25/+37 |
| 2015-12-18 | Rollup merge of #30406 - durka:patch-13, r=sanxiyn | Manish Goregaokar | -3/+3 |
| 2015-12-18 | Rollup merge of #30398 - jwworth:pull-request-1450205451, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -773/+856 |
| 2015-12-18 | Rollup merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | Manish Goregaokar | -25/+37 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -15/+26 |
| 2015-12-18 | Fix emitting asm and object file output at the same time | Björn Steinbrink | -0/+103 |
| 2015-12-18 | Add more systematic tests | Vadim Petrochenkov | -429/+402 |
| 2015-12-18 | Prohibit public glob reexports of private variants | Vadim Petrochenkov | -10/+57 |
| 2015-12-18 | Address the comments | Vadim Petrochenkov | -39/+47 |
| 2015-12-18 | Substitute type aliases before checking for privacy | Vadim Petrochenkov | -24/+43 |
| 2015-12-18 | Use lint instead of warning | Vadim Petrochenkov | -31/+128 |
| 2015-12-18 | Report errors not caught by the old visitor as warnings | Vadim Petrochenkov | -28/+390 |
| 2015-12-18 | Prohibit private variant reexports | Vadim Petrochenkov | -7/+37 |
| 2015-12-18 | Approximate type aliases as public when determining impl publicity | Vadim Petrochenkov | -0/+29 |
| 2015-12-18 | Update error messages and error descriptions | Vadim Petrochenkov | -41/+44 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -50/+27 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -322/+258 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -28/+490 |
| 2015-12-17 | Clarified shadowing example | Xmasreturns | -4/+6 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -184/+214 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -114/+96 |
| 2015-12-18 | libsyntax: Merge OwnedSlice into ptr::P | Vadim Petrochenkov | -115/+90 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -44/+31 |
| 2015-12-17 | Rollup merge of #30443 - tshepang:just-a-rename, r=steveklabnik | Steve Klabnik | -9/+0 |
| 2015-12-17 | Rollup merge of #30442 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30439 - swooster:swooster-nomicon-patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |