| Age | Commit message (Expand) | Author | Lines |
| 2020-11-01 | Remove incorrect statement about line ending content in lines doc change | Dave Rolsky | -2/+2 |
| 2020-10-31 | Clarify handling of final line ending in str::lines() | Dave Rolsky | -1/+3 |
| 2020-10-29 | Improve wording of `core::ptr::drop_in_place` docs | Camelid | -3/+3 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -12/+14 |
| 2020-10-28 | Inline NonZeroN::from(n) | Peter Todd | -0/+1 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -1/+2 |
| 2020-10-27 | Do not depend on except for bootstrap | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -43/+16 |
| 2020-10-27 | Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytm | Yuki Okushi | -14/+24 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -15/+71 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -14/+24 |
| 2020-10-26 | Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrum | bors | -3/+14 |
| 2020-10-26 | Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisa | Dylan DPC | -7/+11 |
| 2020-10-26 | Rollup merge of #77836 - RalfJung:transmute_copy, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-10-25 | Properly define va_arg and va_list for aarch64-apple-darwin | Jake Goulding | -7/+11 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -43/+16 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -8/+17 |
| 2020-10-24 | Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral... | Jonas Schievink | -1/+8 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -23/+17 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -21/+43 |
| 2020-10-24 | Rollup merge of #77392 - Canop:option_insert, r=m-ou-se | Jonas Schievink | -7/+37 |
| 2020-10-23 | add tracking issue number to option_insert feature gate | Canop | -1/+1 |
| 2020-10-23 | Update library/core/src/option.rs | Canop | -4/+0 |
| 2020-10-23 | Update library/core/src/option.rs | Canop | -0/+2 |
| 2020-10-23 | fix naming unconsistency between function doc and prototype | Canop | -9/+8 |
| 2020-10-23 | more tests in option.insert, code cleaning in option | Canop | -12/+17 |
| 2020-10-23 | remove `option.insert_with` | Canop | -19/+1 |
| 2020-10-23 | add `insert` and `insert_with` to `Option` | Canop | -0/+46 |
| 2020-10-23 | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-se | Yuki Okushi | -9/+9 |
| 2020-10-23 | Rollup merge of #77339 - fusion-engineering-forks:tryfrom-nonzero-to-nonzero,... | Yuki Okushi | -0/+46 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -23/+17 |
| 2020-10-22 | Fix const core::panic!(non_literal_str). | Mara Bos | -1/+8 |
| 2020-10-22 | Rollup merge of #78200 - LeSeulArtichaut:controlflow-is-meth, r=scottmcm | Yuki Okushi | -0/+14 |
| 2020-10-21 | Add `ControlFlow::is_{break,continue}` methods | LeSeulArtichaut | -0/+14 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -8/+17 |
| 2020-10-21 | Add tracking issue number for pin_static_ref. | Mara Bos | -2/+2 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -2/+2 |
| 2020-10-21 | Rollup merge of #77726 - fusion-engineering-forks:static-pin, r=dtolnay | Yuki Okushi | -0/+28 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -20/+26 |
| 2020-10-20 | Wrapping intrinsics update link | mbartlett21 | -6/+6 |
| 2020-10-19 | make exhausted RangeInclusive::end_bound return Excluded(end) | Josh Stone | -2/+8 |
| 2020-10-19 | Check for exhaustion in RangeInclusive::contains | Josh Stone | -1/+11 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -34/+31 |
| 2020-10-19 | Auto merge of #77874 - camelid:range-docs-readability, r=scottmcm | bors | -40/+52 |
| 2020-10-18 | Improve range docs | Camelid | -40/+52 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -83/+97 |
| 2020-10-17 | Improve wording of "cannot multiply" type error | Camelid | -2/+2 |
| 2020-10-17 | Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum | Yuki Okushi | -12/+11 |