| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | Fix ExitStatus on Fuchsia | Tyler Mandry | -75/+93 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-25 | Rollup merge of #64481 - tomtau:fix/tls-error-message, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-09-24 | Rollup merge of #64720 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -302/+2 |
| 2019-09-24 | Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink | Mazdak Farrokhzad | -3/+0 |
| 2019-09-24 | Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAus | Mazdak Farrokhzad | -0/+25 |
| 2019-09-23 | remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc | Baoshan Pang | -302/+2 |
| 2019-09-23 | Remove unused dependencies | Shotaro Yamada | -3/+0 |
| 2019-09-23 | Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-09-20 | Merge pull request #25 from Wind-River/stat | n-salim | -1/+1 |
| 2019-09-20 | rust stat should call libc stat | Baoshan Pang | -1/+1 |
| 2019-09-20 | No home directory on vxWorks | Baoshan Pang | -22/+1 |
| 2019-09-19 | Remove unnecessary `mut` in doc example | Adrian Heine né Lang | -1/+1 |
| 2019-09-17 | Rollup merge of #64505 - pickfire:patch-1, r=Mark-Simulacrum | Tyler Mandry | -6/+6 |
| 2019-09-16 | Rollup merge of #64504 - guanqun:use-println-without-empty-str, r=jonas-schie... | Mazdak Farrokhzad | -1/+1 |
| 2019-09-16 | Rollup merge of #64444 - RalfJung:no-backtrace, r=alexcrichton | Mazdak Farrokhzad | -27/+25 |
| 2019-09-16 | avoid #[cfg] in favor of cfg! | Ralf Jung | -13/+7 |
| 2019-09-16 | Fix inconsistent link formatting | Ivan Tham | -6/+6 |
| 2019-09-16 | updated the panic message wording | Tomas Tauber | -1/+1 |
| 2019-09-15 | Rollup merge of #63872 - marmistrz:readdir, r=jonas-schievink | Mazdak Farrokhzad | -1/+2 |
| 2019-09-15 | use println!() | Guanqun Lu | -1/+1 |
| 2019-09-15 | Made a thread local storage panic message more explanatory | Tomas Tauber | -2/+2 |
| 2019-09-14 | Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-09-14 | Rollup merge of #64378 - Rosto75:master, r=jonas-schievink | Mazdak Farrokhzad | -4/+4 |
| 2019-09-14 | Rollup merge of #64372 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -7/+14 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -20/+20 |
| 2019-09-14 | Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=rkruppe | Mazdak Farrokhzad | -0/+46 |
| 2019-09-14 | rename the crate, not the feature | Ralf Jung | -20/+22 |
| 2019-09-14 | std: always depend on backtrace, but only enable its features on demand | Ralf Jung | -19/+21 |
| 2019-09-13 | Update src/libstd/time.rs | Christian Veenman | -1/+1 |
| 2019-09-11 | Auto merge of #64154 - alexcrichton:std-backtrace, r=sfackler | bors | -54/+433 |
| 2019-09-11 | Fix inconsistent link formatting. | Tomasz Różański | -4/+4 |
| 2019-09-10 | declare EnvKey before use to fix build error | Baoshan Pang | -2/+1 |
| 2019-09-11 | Rollup merge of #64326 - hman523:master, r=joshtriplett | Mazdak Farrokhzad | -2/+4 |
| 2019-09-11 | Rollup merge of #64129 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -5/+3 |
| 2019-09-10 | use randSecure and randABytes | Baoshan Pang | -7/+14 |
| 2019-09-10 | remove Copyright notic | Baoshan Pang | -6/+0 |
| 2019-09-10 | Rollup merge of #64331 - hman523:fix-64322, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-09-10 | Rollup merge of #64323 - cramertj:fuchsia-rust-backtrace-noop, r=alexcrichton | Mazdak Farrokhzad | -0/+6 |
| 2019-09-09 | Changed instant is earlier to instant is later | hman523 | -1/+1 |
| 2019-09-09 | Update added backticks around a function call | hman523 | -1/+1 |
| 2019-09-09 | Fixed documentation within c_str::from_ptr | hman523 | -2/+4 |
| 2019-09-09 | Always show backtrace on Fuchsia | Taylor Cramer | -0/+6 |
| 2019-09-09 | Rollup merge of #63806 - mati865:rand, r=alexcrichton | Mazdak Farrokhzad | -3/+3 |
| 2019-09-09 | Added some context on SGX. Lists Darwin separately. | Christian | -18/+32 |
| 2019-09-09 | Replace println statements with explanatory comments | Ali Raheem | -7/+4 |
| 2019-09-09 | std: Add a `backtrace` module | Alex Crichton | -54/+433 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -1/+1 |
| 2019-09-08 | Fix `Stdio::piped` example code and lint | William Chargin | -2/+2 |
| 2019-09-08 | Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton | Mazdak Farrokhzad | -151/+94 |