| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -1/+1 |
| 2020-04-23 | Rollup merge of #71454 - ecstatic-morse:inline-core-ptr-docs, r=RalfJung | Dylan DPC | -0/+3 |
| 2020-04-23 | Stabilize UNICODE_VERSION (feature unicode_version) | Pyfisch | -4/+7 |
| 2020-04-22 | Inline some function docs re-exported in `std::ptr` | Dylan MacKenzie | -0/+3 |
| 2020-04-22 | Only use read_unaligned in transmute_copy if necessary | Amanieu d'Antras | -1/+6 |
| 2020-04-22 | Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=Amanieu | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -0/+2 |
| 2020-04-22 | Add a "by reference" adaptor for `AllocRef` | Tim Diekmann | -0/+47 |
| 2020-04-22 | Make `AllocErr` copyable | Tim Diekmann | -1/+1 |
| 2020-04-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -15/+8 |
| 2020-04-21 | Don't fuse Chain in its second iterator | Josh Stone | -35/+62 |
| 2020-04-21 | Rollup merge of #69362 - CAD97:alloc_layout_extras, r=Amanieu | Dylan DPC | -13/+43 |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -5/+4 |
| 2020-04-20 | Define module level int consts from assoc consts | Linus Färnstrand | -2/+2 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -8/+2 |
| 2020-04-20 | Improve Layout::extend docs | CAD97 | -3/+4 |
| 2020-04-20 | Update src/libcore/alloc/layout.rs | Christopher Durham | -2/+2 |
| 2020-04-20 | Rollup merge of #71334 - ehuss:pattern-docs, r=kennytm | Dylan DPC | -37/+150 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -0/+9 |
| 2020-04-19 | Update pattern docs. | Eric Huss | -37/+150 |
| 2020-04-19 | Rollup merge of #71315 - huangjiahua:update-documentation, r=Dylan-DPC | Dylan DPC | -0/+18 |
| 2020-04-18 | Add example in the alternative in std::mem::transmute docs | huangjiahua | -0/+18 |
| 2020-04-17 | Clarify layout information in Layout::extend | CAD97 | -3/+5 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -7/+7 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -0/+1 |
| 2020-04-17 | Lint must_use on mem::replace | Josh Stone | -0/+1 |
| 2020-04-17 | Rollup merge of #71225 - leocassarani:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-04-17 | Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-Simulacrum | Dylan DPC | -8/+9 |
| 2020-04-17 | Rollup merge of #70910 - rakshith-ravi:master, r=cuviper | Dylan DPC | -63/+244 |
| 2020-04-16 | Fix typo in Default trait docs: Provides -> Provide | Leo Cassarani | -1/+1 |
| 2020-04-16 | Apply suggestions from code review | Christopher Durham | -1/+3 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -8/+9 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -5/+2 |
| 2020-04-15 | Add note about Layout::pad_to_align to Layout::extend | CAD97 | -3/+31 |
| 2020-04-15 | emphasize *no trailing padding* | Christopher Durham | -1/+1 |
| 2020-04-16 | Inlined everything into a single trait and trait impl | Rakshith Ravi | -126/+141 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -3/+8 |
| 2020-04-15 | Update stdarch submodule to use llvm_asm! instead of asm! | Amanieu d'Antras | -0/+4 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -7/+7 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -0/+56 |
| 2020-04-14 | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | -4/+4 |
| 2020-04-14 | ptr: introduce len() method on raw slices | Matthias Schiffer | -2/+50 |
| 2020-04-14 | ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items | Matthias Schiffer | -0/+8 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -1/+1 |
| 2020-04-13 | Remove the last remnant of unsigned Neg | Josh Stone | -17/+4 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+26 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -5/+5 |
| 2020-04-12 | Document unsafety in `src/libcore/hash/sip.rs` | LeSeulArtichaut | -3/+8 |
| 2020-04-11 | Document unsafety in `src/libcore/hash/mod.rs` | LeSeulArtichaut | -2/+7 |