| Age | Commit message (Expand) | Author | Lines |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -4/+4 |
| 2021-01-05 | Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obk | bors | -5/+11 |
| 2021-01-05 | Auto merge of #80717 - mbartlett21:patch-2, r=dtolnay | bors | -12/+12 |
| 2021-01-05 | Auto merge of #80699 - usbalbin:const_copy_tracking_issue, r=oli-obk | bors | -3/+2 |
| 2021-01-05 | Add code spans to docs in intrinsics.rs | mbartlett21 | -12/+12 |
| 2021-01-04 | Make `size_of_val` and `min_align_of_val` intrinsics unsafe | Camelid | -5/+11 |
| 2021-01-05 | Rollup merge of #80677 - kw-fn:patch-2, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-05 | Rollup merge of #80666 - jjlin:master, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2021-01-05 | Rollup merge of #80656 - booleancoercion:master, r=sfackler | Yuki Okushi | -1/+1 |
| 2021-01-05 | Rollup merge of #80442 - steffahn:mention_arc_in_cow, r=Mark-Simulacrum | Yuki Okushi | -0/+5 |
| 2021-01-04 | Added reference to tracking issue and removed unneeded line | Albin Hedman | -3/+2 |
| 2021-01-04 | doc -- list edit for consistency | oliver | -1/+1 |
| 2021-01-03 | Fix missing link for "fully qualified syntax" | Jeremy Lin | -0/+1 |
| 2021-01-03 | Fixed documentation error | bool | -1/+1 |
| 2021-01-03 | Rollup merge of #80591 - lcnr:incomplete-features, r=RalfJung | Guillaume Gomez | -4/+2 |
| 2021-01-03 | Auto merge of #80590 - camelid:bool-never-docs, r=nagisa | bors | -6/+7 |
| 2021-01-03 | Auto merge of #79827 - tmiasko:size-align, r=kennytm | bors | -0/+6 |
| 2021-01-02 | Auto merge of #79870 - sharnoff:smart-pointer-Any-type_id, r=shepmaster | bors | -0/+23 |
| 2021-01-01 | always demands -> requires | Camelid | -1/+1 |
| 2021-01-02 | Auto merge of #77832 - camelid:remove-manual-link-resolves, r=jyn514 | bors | -37/+0 |
| 2021-01-01 | remove incomplete features from std | Bastian Kauschke | -4/+2 |
| 2021-01-01 | Update `bool` and `!` docs | Camelid | -6/+7 |
| 2021-01-01 | Auto merge of #80310 - Manishearth:box-try-alloc, r=kennytm | bors | -10/+389 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -37/+0 |
| 2020-12-31 | More inline, doc fixes | Manish Goregaokar | -2/+3 |
| 2020-12-31 | Make [A]Rc::allocate_for_layout() use try_allocate_for_layout() | Manish Goregaokar | -23/+5 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+330 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -16/+16 |
| 2020-12-31 | Add an extra example to the two methods | Clément Renault | -0/+30 |
| 2020-12-31 | Reuse Box::try_new_*_in() in Box::new_*_in() | Manish Goregaokar | -5/+2 |
| 2020-12-31 | Add fallible Arc APIs (`Arc::try_new_*`) | Manish Goregaokar | -0/+122 |
| 2020-12-31 | Add fallible Rc APIs (`Rc::try_new_*`) | Manish Goregaokar | -22/+121 |
| 2020-12-31 | Add fallible box APIs (`Box::try_new_*`) | Manish Goregaokar | -1/+95 |
| 2020-12-31 | Add fallible box allocator APIs (`Box::try_new_*_in()`) | Manish Goregaokar | -1/+85 |
| 2020-12-31 | Auto merge of #79150 - m-ou-se:bye-bye-doc-comment-hack, r=jyn514 | bors | -5169/+4668 |
| 2020-12-30 | Fix typos. | Mara Bos | -2/+2 |
| 2020-12-30 | Don't use doc_comment!{} hack in nonzero_leading_trailing_zeros!{}. | Mara Bos | -45/+41 |
| 2020-12-30 | Remove all doc_comment!{} hacks by using #[doc = expr] where needed. | Mara Bos | -5124/+4627 |
| 2020-12-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -1273/+1568 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -2/+4 |
| 2020-12-30 | Rollup merge of #80488 - CAD97:drop-weak-without-reference, r=m-ou-se | Mara Bos | -2/+2 |
| 2020-12-30 | Rollup merge of #79479 - camelid:intersperse, r=m-ou-se | Mara Bos | -1/+188 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -1268/+1374 |
| 2020-12-30 | Add tracking issue | Camelid | -5/+5 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+188 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -81/+15 |
| 2020-12-30 | Fix rustdoc link in vec/into_iter.rs. | Mara Bos | -2/+2 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -10/+11 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -81/+15 |
| 2020-12-30 | Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-se | Yuki Okushi | -10/+11 |