| Age | Commit message (Expand) | Author | Lines |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -2/+27 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -33/+17 |
| 2021-05-24 | minor rewording after review | Taylor Yu | -6/+6 |
| 2021-05-24 | Make Vec::dedup panicking test actually detect double panics | Giacomo Stevanato | -23/+25 |
| 2021-05-24 | Avoid a double drop in Vec::dedup if a destructor panics | Giacomo Stevanato | -2/+3 |
| 2021-05-24 | Auto merge of #85601 - klensy:padint-example-fix, r=dtolnay | bors | -1/+2 |
| 2021-05-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -9/+44 |
| 2021-05-23 | Don't reborrow self when computing the dest pointer in <[T]>::copy_within | Giacomo Stevanato | -1/+5 |
| 2021-05-23 | Update std::array module doc header | bstrie | -3/+1 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -2/+27 |
| 2021-05-23 | fix pad_integral example | klensy | -1/+2 |
| 2021-05-23 | Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay | bors | -5/+31 |
| 2021-05-23 | Rollup merge of #85571 - workingjubilee:reverse-prepend, r=Amanieu | Dylan DPC | -21/+0 |
| 2021-05-23 | Rollup merge of #85334 - r00ster91:patch-8, r=dtolnay | Dylan DPC | -0/+3 |
| 2021-05-23 | Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay | Dylan DPC | -1/+7 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -166/+168 |
| 2021-05-21 | Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr | Aaron Rennow | -0/+42 |
| 2021-05-21 | Remove surplus prepend LinkedList fn | Jubilee Young | -21/+0 |
| 2021-05-21 | Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahc | bors | -1/+8 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -8/+72 |
| 2021-05-20 | Weak's type parameter may dangle on drop | David Tolnay | -2/+2 |
| 2021-05-20 | Add Weak may_dangle tests | David Tolnay | -0/+30 |
| 2021-05-20 | doc: clarify Mutex::try_lock, etc. errors | Taylor Yu | -9/+28 |
| 2021-05-20 | Auto merge of #85521 - alexcrichton:less-tls-inline, r=Mark-Simulacrum | bors | -13/+13 |
| 2021-05-20 | std: Don't inline TLS accessor on MinGW | Alex Crichton | -13/+13 |
| 2021-05-20 | Auto merge of #85518 - GuillaumeGomez:rollup-mq4ohfy, r=GuillaumeGomez | bors | -8/+10 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -8/+10 |
| 2021-05-20 | Auto merge of #85493 - Amanieu:fix_85446, r=dtolnay | bors | -0/+0 |
| 2021-05-20 | Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu | bors | -1/+0 |
| 2021-05-20 | Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung | bors | -24/+55 |
| 2021-05-20 | Auto merge of #84697 - CDirkx:util, r=m-ou-se | bors | -46/+34 |
| 2021-05-20 | Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm | bors | -13/+32 |
| 2021-05-20 | Update stdarch to fix x86 byte shift intrinsics | Amanieu d'Antras | -0/+0 |
| 2021-05-20 | Not implement `os::unix::fs::chroot` for `vxworks` | Christiaan Dirkx | -2/+2 |
| 2021-05-20 | Add `ExitStatusError` for `vxworks` | Christiaan Dirkx | -3/+29 |
| 2021-05-19 | Windows implementation of `fs::try_exists` | Chris Denton | -1/+30 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -8/+43 |
| 2021-05-19 | Windows `Command` environment variables are case-preserving | Chris Denton | -9/+128 |
| 2021-05-20 | Rollup merge of #85464 - steffahn:fix_ub_in_ptr_swap_docs, r=dtolnay | Ralf Jung | -3/+5 |
| 2021-05-20 | Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwco | Ralf Jung | -0/+1 |
| 2021-05-20 | Rollup merge of #85315 - satylogin:master, r=yaahc | Ralf Jung | -0/+6 |
| 2021-05-20 | Rollup merge of #85287 - eggyal:expose-test-concurrent, r=m-ou-se | Ralf Jung | -1/+1 |
| 2021-05-20 | Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkov | Ralf Jung | -20/+42 |
| 2021-05-19 | Auto merge of #85340 - the8472:no-inplaceiterable-on-peekable, r=yaahc | bors | -6/+13 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -1/+8 |
| 2021-05-19 | impl FromStr for proc_macro::Literal | David Tolnay | -0/+42 |
| 2021-05-19 | Move proc_macro tests to ui test | David Tolnay | -20/+0 |
| 2021-05-19 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+24 |
| 2021-05-19 | Remove test for crypto feature ahead of its removal | Adam Gemmell | -1/+0 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -11/+12 |