| Age | Commit message (Expand) | Author | Lines |
| 2015-12-19 | Add PNaCl target info to the makefile target cfgs and initialize the PNaCl ta... | Richard Diamond | -26/+61 |
| 2015-12-19 | Auto merge of #30403 - webmobster:master, r=alexcrichton | bors | -0/+27 |
| 2015-12-18 | Use libc's syscall() and NR_GETENTROPY const | Michael McConville | -7/+1 |
| 2015-12-18 | Pull newer version of libc for NR_GETENTROPY | Michael McConville | -0/+0 |
| 2015-12-18 | Merge branch 'master' of https://github.com/rust-lang/rust | Michael McConville | -28/+560 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -24/+321 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -34/+69 |
| 2015-12-19 | Auto merge of #30381 - fhahn:memchr-in-std, r=alexcrichton | bors | -4/+396 |
| 2015-12-19 | Have to use Weak instead of Arc in Weak::new() example | Sebastian Hahn | -1/+1 |
| 2015-12-19 | Address review comments | Sebastian Hahn | -6/+4 |
| 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-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 | 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-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 |