| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin | Ralf Jung | -22/+28 |
| 2019-11-29 | really_init cmdline args on Miri | Ralf Jung | -1/+7 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -1/+39 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -4/+4 |
| 2019-11-26 | rename update_count_then_panic -> rust_panic_without_hook | Ralf Jung | -4/+5 |
| 2019-11-26 | explain why __rust_start_panic does not take a Box | Ralf Jung | -0/+2 |
| 2019-11-26 | expand comment | Ralf Jung | -3/+4 |
| 2019-11-26 | abort on BoxMeUp misuse | Ralf Jung | -2/+3 |
| 2019-11-26 | panic_handler -> begin_panic_handler (and more comments) | Ralf Jung | -4/+7 |
| 2019-11-25 | more panicking comments | Ralf Jung | -1/+3 |
| 2019-11-25 | Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPC | Pietro Albini | -2/+4 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+35 |
| 2019-11-25 | better comment and rename BoxMeUp::box_me_up to take_box | Ralf Jung | -4/+5 |
| 2019-11-25 | Rename continue_panic_fmt to panic_handler, and make it the #[panic_handler] ... | Ralf Jung | -10/+5 |
| 2019-11-25 | remove dependency from libhermit | Stefan Lankes | -2/+0 |
| 2019-11-24 | Use as_mut_ptr instead of casts | Paul Dicker | -5/+6 |
| 2019-11-24 | Add missing main() and return value | Emmanuel Gil Peyrot | -2/+5 |
| 2019-11-24 | Add missing semicolons and question marks | Emmanuel Gil Peyrot | -5/+5 |
| 2019-11-24 | Also fix the signature of main in std::sys::unix::ext | Emmanuel Gil Peyrot | -1/+3 |
| 2019-11-24 | Return Ok(()) in docstrings in std::os::unix::net | Emmanuel Gil Peyrot | -10/+45 |
| 2019-11-24 | Replace .unwrap() with ? in std::os::unix::net | Emmanuel Gil Peyrot | -149/+237 |
| 2019-11-24 | expand type info on __rust_start_panic | Ralf Jung | -0/+2 |
| 2019-11-24 | Auto merge of #66393 - ssomers:hash_benches, r=dtolnay | bors | -15/+50 |
| 2019-11-24 | panicking comments | Ralf Jung | -2/+2 |
| 2019-11-22 | ensure that access to the environment is synchronized | BaoshanPang | -9/+18 |
| 2019-11-22 | pass the captured environment variables to rtpSpawn | BaoshanPang | -1/+5 |
| 2019-11-22 | Make std::sys::unix::args::init a no-op on glibc Linux | leo60228 | -2/+8 |
| 2019-11-22 | Add documentation to `std::env::args[_os]` | leo60228 | -0/+10 |
| 2019-11-22 | Document ARGV_INIT_ARRAY | leo60228 | -0/+2 |
| 2019-11-22 | Set .init_array priority | leo60228 | -1/+1 |
| 2019-11-22 | Use .init_array section on glibc | leo60228 | -0/+20 |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -7/+0 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -5/+3 |
| 2019-11-20 | Rollup merge of #66553 - hermitcore:hermit, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-11-19 | HermitCore support is moved to sys/hermit, remove obsolete statement in sys/unix | Stefan Lankes | -1/+1 |
| 2019-11-19 | Add unix::process::CommandExt::arg0 | Jeremy Fitzhardinge | -10/+35 |
| 2019-11-19 | Rollup merge of #66538 - dingelish:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-11-19 | Rollup merge of #66511 - haraldh:error_chain_nocopy, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | Remove compiler_builtins_lib feature from libstd | Yu Ding | -1/+0 |
| 2019-11-18 | std::error::Chain: remove Copy | Harald Hoyer | -1/+1 |
| 2019-11-17 | Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppe | Yuki Okushi | -1/+1 |
| 2019-11-17 | Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPC | Yuki Okushi | -47/+1 |
| 2019-11-16 | add missing 'static lifetime in docs | Magnus Ulimoen | -1/+1 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -2/+2 |
| 2019-11-15 | Rollup merge of #66350 - hermitcore:hermit, r=rkruppe | Mazdak Farrokhzad | -0/+3 |
| 2019-11-15 | Rollup merge of #66398 - sfackler:no-async-nesting, r=Centril | Yuki Okushi | -33/+12 |
| 2019-11-15 | Rollup merge of #65557 - haraldh:error_iter_rename, r=sfackler | Yuki Okushi | -80/+12 |
| 2019-11-14 | introduce benchmarks of HashSet operations | Stein Somers | -15/+50 |
| 2019-11-14 | Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix | bors | -4/+0 |
| 2019-11-14 | Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink | Yuki Okushi | -2/+2 |