| Age | Commit message (Expand) | Author | Lines |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -0/+2 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+9 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -4/+1 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -7/+3 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -4/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -2/+3 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -2/+3 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+1 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -1/+2 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+4 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+4 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+2 |
| 2021-11-02 | read_buf | DrMeepster | -0/+2 |
| 2021-10-27 | Auto merge of #90273 - nbdd0121:const, r=fee1-dead | bors | -0/+1 |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -1/+0 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -0/+1 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2021-10-22 | Rollup merge of #88624 - kellerkindt:master, r=JohnTitor | Yuki Okushi | -1/+0 |
| 2021-10-21 | Stabilize feature saturating_div for rust 1.58 | Michael Watzko | -1/+0 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+9 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+2 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -0/+1 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -4/+2 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+5 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -1/+0 |
| 2021-10-01 | Add methods to add/sub `uX` to/from `iX` | Benoît du Garreau | -1/+1 |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -0/+1 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+1 |
| 2021-09-29 | Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnay | bors | -6/+6 |
| 2021-09-27 | lock types | Gus Wynn | -0/+1 |
| 2021-09-19 | Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytm | Yuki Okushi | -0/+1 |
| 2021-09-17 | use AtomicU64::fetch_update instead of handrolled RMW-loop | The8472 | -0/+1 |
| 2021-09-16 | Rustfmt | bjorn3 | -1/+1 |
| 2021-09-16 | Merge sys_common::rt into rt | bjorn3 | -5/+5 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -2/+1 |
| 2021-09-02 | Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-se | bors | -0/+1 |
| 2021-08-31 | Stabilize `UnsafeCell::raw_get()` | inquisitivecrystal | -1/+0 |
| 2021-08-28 | Auto merge of #87921 - kellerkindt:master, r=kennytm | bors | -0/+2 |
| 2021-08-19 | Add doctests to and fix saturating_div for signed integer types | Michael Watzko | -0/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -0/+1 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 |
| 2021-08-10 | Add Saturating type (based on Wrapping type) | Michael Watzko | -0/+1 |
| 2021-08-08 | Implement modern Windows arg parsing | Chris Denton | -0/+1 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -1/+0 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -0/+1 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -1/+1 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -3/+4 |
| 2021-07-29 | Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -3/+4 |