| Age | Commit message (Expand) | Author | Lines |
| 2015-09-30 | Auto merge of #28731 - bluss:by-ref, r=alexcrichton | bors | -1/+1 |
| 2015-09-30 | path: remove a line of code that is not useful | Tshepang Lekhonkhobe | -1/+0 |
| 2015-09-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-30 | Auto merge of #28729 - retep998:canonical-dir, r=alexcrichton | bors | -0/+11 |
| 2015-09-30 | Fix typo in docs: usize is unsigned, not signed. | Dato Simó | -1/+1 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -21/+34 |
| 2015-09-29 | Make fs::canonicalize work on directories on Windows | Peter Atashian | -0/+11 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -1/+1 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -2/+2 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -5/+14 |
| 2015-09-26 | Auto merge of #28631 - ranma42:robust-panic, r=alexcrichton | bors | -41/+54 |
| 2015-09-25 | Change the first line of the println macro doc | Ben S | -1/+1 |
| 2015-09-24 | Abort earlier upon multi-panics | Andrea Canciani | -1/+11 |
| 2015-09-24 | Explicitly count the number of panics | Andrea Canciani | -20/+26 |
| 2015-09-24 | Separate panic logging code | Andrea Canciani | -22/+19 |
| 2015-09-23 | Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton | bors | -83/+5 |
| 2015-09-22 | Auto merge of #28543 - gandro:netbsd, r=alexcrichton | bors | -18/+114 |
| 2015-09-22 | Remove unwind::register | Andrea Canciani | -69/+2 |
| 2015-09-22 | Fix alignment of pthread types on NetBSD | Sebastian Wicki | -11/+19 |
| 2015-09-22 | Simplify inner_try in std::rt::unwind::try | Andrea Canciani | -9/+11 |
| 2015-09-22 | Simplify on_panic callback handling | Andrea Canciani | -16/+5 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -18/+106 |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -1/+1 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -55/+23 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -1/+1 |
| 2015-09-19 | added panic docs for print\! and println\! macros | llogiq | -0/+8 |
| 2015-09-14 | Auto merge of #28256 - petrochenkov:conv, r=alexcrichton | bors | -27/+96 |
| 2015-09-14 | Drop upper bounds on net timeout tests | Steven Fackler | -4/+0 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+7 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+7 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -40/+59 |
| 2015-09-11 | Auto merge of #28306 - alexcrichton:less-rt, r=brson | bors | -397/+244 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -397/+244 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -40/+59 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -27/+96 |
| 2015-09-09 | Rollup merge of #28289 - shepmaster:include_bytes-docs, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-09-09 | Auto merge of #28198 - alexcrichton:from-raw-mut, r=aturon | bors | -8/+5 |
| 2015-09-08 | Let's see if lifetime elision works in this case | llogiq | -1/+1 |
| 2015-09-08 | Fixed required type coercion | llogiq | -1/+2 |
| 2015-09-07 | Clarify that `include_bytes!` returns a reference to an array, not just a slice | Jake Goulding | -2/+2 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -2/+1 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -64/+47 |
| 2015-09-07 | at_exit: fix a typo of the doc comment | Ryo Munakata | -1/+1 |
| 2015-09-05 | Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-05 | Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichton | bors | -4/+31 |
| 2015-09-04 | Fix typo in prelude docs | Murarth | -2/+2 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -4/+31 |
| 2015-09-04 | Auto merge of #28069 - alexcrichton:rt-atexit, r=brson | bors | -17/+9 |
| 2015-09-04 | Auto merge of #28034 - alexcrichton:new-lines, r=aturon | bors | -4/+7 |