| Age | Commit message (Expand) | Author | Lines |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -100/+101 |
| 2020-03-21 | Fix deprecated Error.description() usage in docs | Marti Raudsepp | -1/+1 |
| 2020-03-21 | Use getentropy(2) on macos | hatoo | -0/+37 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -7/+18 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-20 | For issue 53957: revise unit tests to focus on underlying bug of 23076. | Felix S. Klock II | -4/+19 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -100/+101 |
| 2020-03-20 | add comment about maintaining OsStr encoding | TyPR124 | -0/+4 |
| 2020-03-19 | doc: Add quote to .init_array | lzutao | -4/+4 |
| 2020-03-19 | add basic IP support in HermitCore | Stefan Lankes | -87/+156 |
| 2020-03-19 | add basic support of OsStrExt for HermitCore | Stefan Lankes | -1/+54 |
| 2020-03-19 | Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviper | Mazdak Farrokhzad | -5/+18 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+8 |
| 2020-03-18 | Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC | Mazdak Farrokhzad | -5/+56 |
| 2020-03-18 | std: Don't abort process when printing panics in tests | Alex Crichton | -4/+8 |
| 2020-03-17 | Add futures scaffolding to libcore | Jonas Schievink | -7/+18 |
| 2020-03-17 | Rollup merge of #70046 - lzutao:patch-1, r=Centril | Mazdak Farrokhzad | -12/+4 |
| 2020-03-17 | Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril | Mazdak Farrokhzad | -4/+1 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+10 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -1/+2 |
| 2020-03-16 | make safety comments more explicit | TyPR124 | -4/+4 |
| 2020-03-16 | corrections on safety comments | TyPR124 | -3/+3 |
| 2020-03-16 | remove #[inline] for consistency in windows/os_str | TyPR124 | -1/+0 |
| 2020-03-16 | add comments about safety | TyPR124 | -0/+16 |
| 2020-03-16 | allowing getting &mut OsStr from OsString | TyPR124 | -0/+31 |
| 2020-03-16 | Fix wrong deref | lzutao | -2/+2 |
| 2020-03-16 | Use sublice patterns to avoid computing the len | lzutao | -12/+4 |
| 2020-03-16 | Rollup merge of #69122 - dtolnay:backtrace, r=cramertj | Dylan DPC | -7/+84 |
| 2020-03-16 | Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrum | bors | -26/+28 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -4/+1 |
| 2020-03-15 | Use min_specialization in libstd and libproc_macro | Matthew Jasper | -1/+2 |
| 2020-03-15 | Fix "since" field for `Once::is_complete`'s `#[stable]` attribute | Lukas Kalbertodt | -1/+1 |
| 2020-03-14 | Add a workaround for catch_unwind in stage1 mingw target | Amanieu d'Antras | -26/+28 |
| 2020-03-14 | update panicking comments in libstd | Ralf Jung | -8/+7 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -26/+66 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+6 |
| 2020-03-14 | Rollup merge of #69723 - sjud:sjud-doc-request, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+10 |
| 2020-03-13 | Add documentation for pub keyword | sjud | -2/+8 |
| 2020-03-12 | fix formatting | iximeow | -2/+8 |
| 2020-03-12 | return a pointer to the end of the valid part of the sigstack, no further | iximeow | -5/+7 |
| 2020-03-12 | unix: Set a guard page at the end of signal stacks | iximeow | -2/+7 |
| 2020-03-12 | Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler | Mazdak Farrokhzad | -0/+3 |
| 2020-03-10 | Remove deprecated description function of TryReserveError | Lena Wildervanck | -5/+1 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -11/+36 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -3/+0 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+10 |
| 2020-03-09 | Write backtrace fmt test using relative paths | David Tolnay | -5/+5 |