| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | Rollup merge of #75990 - rylev:arm-fastfail, r=alexcrichton | Dylan DPC | -3/+13 |
| 2020-08-30 | Rollup merge of #75832 - kofls:intradoc-fix, r=jyn514 | Dylan DPC | -172/+76 |
| 2020-08-29 | Explicitly look for 'thumb-mode' before using __fastfail on 'arm' | Ryan Levick | -1/+1 |
| 2020-08-28 | Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieu | bors | -176/+785 |
| 2020-08-28 | Back to opcode for 32 bit ARM __fastfail | Ryan Levick | -1/+1 |
| 2020-08-28 | Switch to asm! macro and use brk instruction on ARM | Ryan Levick | -3/+3 |
| 2020-08-28 | Rollup merge of #75946 - pickfire:patch-8, r=jyn514 | Pietro Albini | -10/+7 |
| 2020-08-27 | Once again, x.py tidy | Nathan West | -5/+1 |
| 2020-08-27 | Typo fixes | Nathan West | -5/+5 |
| 2020-08-27 | Improvements to `LineWriter::write_all` | Nathan West | -26/+79 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -0/+11 |
| 2020-08-27 | Add __fastfail for Windows on arm/aarch64 | Ryan Levick | -3/+13 |
| 2020-08-27 | Reduce duplicate doc link in error | Ivan Tham | -1/+1 |
| 2020-08-27 | Auto merge of #75947 - pietroalbini:bootstrap-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-27 | forgot to remove a cfg(not(bootstrap)) | Pietro Albini | -1/+1 |
| 2020-08-27 | Rollup merge of #75818 - ollie27:doc_systemtime_windows, r=retep998 | Dylan DPC | -1/+2 |
| 2020-08-27 | Rollup merge of #75758 - bpangWR:master, r=Mark-Simulacrum | Dylan DPC | -14/+5 |
| 2020-08-27 | Rollup merge of #74730 - androm3da:fix_libstd_hexlinux_01, r=dtolnay | Dylan DPC | -24/+24 |
| 2020-08-26 | Auto merge of #75912 - scottmcm:manuallydrop-vs-forget, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-26 | Merge conflict fix: disambiguate f32 -> prim@f32 and u32 -> prim@u32 | Surya Midatala | -0/+2 |
| 2020-08-26 | Use allow(unused_imports) instead of cfg(doc) for imports used only for intra... | Joshua Nelson | -1/+1 |
| 2020-08-26 | Fix link to `f32` | Joshua Nelson | -1/+1 |
| 2020-08-26 | Use crate::mod to disambiguate links | Surya Midatala | -4/+4 |
| 2020-08-26 | Add suggestions from code review | Surya Midatala | -17/+12 |
| 2020-08-26 | Add missed links in primitive_docs.rs | Surya Midatala | -2/+2 |
| 2020-08-26 | Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, primitive_docs.r... | Surya Midatala | -168/+75 |
| 2020-08-26 | Use [xxx()] rather than the [xxx] function | Ivan Tham | -2/+2 |
| 2020-08-26 | Error use explicit intra-doc link and fix text | Ivan Tham | -10/+7 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -32/+53 |
| 2020-08-25 | For VxWorks: | Pang, Baoshan | -14/+5 |
| 2020-08-25 | Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used | Scott McMurray | -1/+1 |
| 2020-08-25 | Auto merge of #75364 - rylev:libpanic-abort-failfast, r=alexcrichton | bors | -8/+4 |
| 2020-08-24 | Auto merge of #75110 - lzutao:ip-endianness, r=Mark-Simulacrum | bors | -11/+18 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -4/+10 |
| 2020-08-24 | Rollup merge of #75859 - jrheard:patch-2, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75847 - camelid:patch-1, r=dtolnay | Yuki Okushi | -9/+1 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75821 - camelid:intra-doc-links-for-std-macros, r=jyn514 | Yuki Okushi | -14/+13 |
| 2020-08-23 | Convert str -> prim@str in `std` | Joshua Nelson | -4/+10 |
| 2020-08-23 | doc: Fix typo in std::process::Child documentation | JR Heard | -1/+1 |
| 2020-08-23 | Switch to intra-doc links in `std::collections` | Camelid | -9/+1 |
| 2020-08-23 | Auto merge of #75028 - MrModder:master, r=steveklabnik | bors | -0/+14 |
| 2020-08-23 | remove an unused feature flag | Ralf Jung | -1/+1 |
| 2020-08-23 | Revert changed paragraph about slice definition. | Leon Matthes | -2/+2 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-22 | Add missing links | Camelid | -3/+3 |
| 2020-08-22 | Add missing intra-doc link | Camelid | -0/+2 |
| 2020-08-22 | Switch to intra-doc links in `std::macros` | Camelid | -11/+8 |
| 2020-08-22 | Update docs for SystemTime Windows implementation | Oliver Middleton | -1/+2 |
| 2020-08-22 | Auto merge of #75790 - LeSeulArtichaut:std-intra-doc, r=jyn514 | bors | -136/+53 |