| Age | Commit message (Expand) | Author | Lines |
| 2015-12-19 | Prettify MIR graphviz output | Simonas Kazlauskas | -9/+9 |
| 2015-12-19 | Implement arc::Weak::new() | Sebastian Hahn | -0/+37 |
| 2015-12-19 | Rename Weak::new_downgraded to Weak::new | Sebastian Hahn | -4/+4 |
| 2015-12-19 | use core::mem::unintialized instead of uninit intrinsic | Sebastian Hahn | -3/+3 |
| 2015-12-19 | Fix doctest failure | Sebastian Hahn | -1/+3 |
| 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 | Fix broken link in E0070 description. | Lee Jeffery | -1/+1 |
| 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 | Implement Weak::new_downgraded() (#30425) | Sebastian Hahn | -1/+37 |
| 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 | add tests for #26873 | Alex Burka | -0/+106 |
| 2015-12-18 | Auto merge of #30374 - durka:issue-30371, r=alexcrichton | bors | -2/+21 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -43/+188 |
| 2015-12-18 | Added doc comments for new UnresolvedNameContext enum. | Felix S. Klock II | -0/+9 |
| 2015-12-18 | Made dynamic_lib migration path more explicit | ebadf | -1/+1 |
| 2015-12-18 | doc: minor format fixes in book/error-handling | lnmx | -1/+1 |
| 2015-12-18 | Auto merge of #30457 - Manishearth:rollup, r=Manishearth | bors | -1197/+1371 |
| 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 | mk: actually run valgrind on x86_64-apple-darwin | Tamir Duberstein | -3/+7 |
| 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-17 | Beautify ISAAC's mixing arithmetic | Michael McConville | -16/+62 |
| 2015-12-18 | Fix emitting asm and object file output at the same time | Björn Steinbrink | -0/+103 |
| 2015-12-18 | Auto merge of #30414 - alexcrichton:fix-cross-builds, r=brson | bors | -2/+2 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -3/+3 |
| 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 |