| Age | Commit message (Expand) | Author | Lines |
| 2020-09-20 | Rollup merge of #76840 - poliorcetics:intra-doc-core-sync-and-future, r=jyn514 | Ralf Jung | -9/+3 |
| 2020-09-20 | Rollup merge of #76828 - matthiaskrgr:clippy_manual_strip, r=lcnr | Ralf Jung | -26/+28 |
| 2020-09-20 | Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-09-20 | Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor | Ralf Jung | -20/+24 |
| 2020-09-20 | Rollup merge of #76823 - RalfJung:black-box-warn, r=joshtriplett | Ralf Jung | -1/+1 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -30/+2 |
| 2020-09-20 | Rollup merge of #76818 - hbina:dont_compile_regex_all_the_time, r=ecstatic-morse | Ralf Jung | -1/+10 |
| 2020-09-20 | Rollup merge of #76815 - pickfire:patch-6, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-09-20 | Rollup merge of #76809 - matthiaskrgr:simplify_cond, r=varkor | Ralf Jung | -1/+1 |
| 2020-09-20 | Rollup merge of #76800 - jyn514:usage, r=Mark-Simulacrum | Ralf Jung | -30/+32 |
| 2020-09-20 | Rollup merge of #76766 - khyperia:generic_intrinsics, r=eddyb | Ralf Jung | -521/+606 |
| 2020-09-20 | Rollup merge of #76722 - ssomers:btree_send_sync, r=Mark-Simulacrum | Ralf Jung | -0/+143 |
| 2020-09-20 | Auto merge of #76411 - RalfJung:promote-in-const-fn, r=ecstatic-morse | bors | -41/+90 |
| 2020-09-20 | array pattern | Bastian Kauschke | -4/+4 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -17/+21 |
| 2020-09-20 | Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi... | bors | -59/+58 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -456/+1919 |
| 2020-09-19 | fix some comments | Ralf Jung | -6/+7 |
| 2020-09-19 | never promote non-const operations; revert STATIC promotion change | Ralf Jung | -4/+14 |
| 2020-09-19 | fix doc comment | Ralf Jung | -4/+4 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -45/+83 |
| 2020-09-19 | Auto merge of #76929 - ssomers:btree_cleanup_2, r=Mark-Simulacrum | bors | -20/+22 |
| 2020-09-19 | BTreeMap: wrap node's raw parent pointer in NonNull | Stein Somers | -20/+22 |
| 2020-09-19 | Auto merge of #76327 - lzutao:split-core-num, r=SimonSapin | bors | -4612/+4653 |
| 2020-09-19 | Remove outdated ignored tidy comment | Lzu Tao | -2/+0 |
| 2020-09-19 | Move (u)int_impl macros to their own files | Lzu Tao | -4158/+4161 |
| 2020-09-19 | Move dummy integer modules (like core::u32) to shells dir | Lzu Tao | -13/+13 |
| 2020-09-19 | Move error structs to new mod | Lzu Tao | -162/+174 |
| 2020-09-19 | Move Wrapping<T> definition to wrapping mod | Lzu Tao | -75/+82 |
| 2020-09-19 | Move NonZero* to its file | Lzu Tao | -176/+197 |
| 2020-09-19 | Auto merge of #76880 - shepmaster:cc-rs, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-09-19 | Auto merge of #76912 - RalfJung:rollup-q9ur56h, r=RalfJung | bors | -181/+456 |
| 2020-09-19 | Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514 | Ralf Jung | -6/+11 |
| 2020-09-19 | Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster | Ralf Jung | -1/+7 |
| 2020-09-19 | Rollup merge of #76757 - matthiaskrgr:clippy_try_into, r=lcnr | Ralf Jung | -12/+4 |
| 2020-09-19 | Rollup merge of #76749 - guswynn:hir_ranges, r=estebank | Ralf Jung | -11/+75 |
| 2020-09-19 | Rollup merge of #76636 - RalfJung:miri-size-assert, r=oli-obk | Ralf Jung | -0/+3 |
| 2020-09-19 | Rollup merge of #76525 - fusion-engineering-forks:string-drain, r=dtolnay | Ralf Jung | -1/+35 |
| 2020-09-19 | Rollup merge of #76492 - fusion-engineering-forks:int-bits, r=dtolnay | Ralf Jung | -64/+72 |
| 2020-09-19 | Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum | Ralf Jung | -19/+15 |
| 2020-09-19 | Rollup merge of #76400 - pickfire:patch-5, r=dtolnay | Ralf Jung | -22/+21 |
| 2020-09-19 | Rollup merge of #76310 - scottmcm:array-try_from-vec, r=dtolnay | Ralf Jung | -0/+52 |
| 2020-09-19 | Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiser | Ralf Jung | -0/+108 |
| 2020-09-19 | Rollup merge of #75502 - ecstatic-morse:implicit-promotion-in-const-fn, r=Ral... | Ralf Jung | -1/+8 |
| 2020-09-19 | Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddyb | Ralf Jung | -25/+27 |
| 2020-09-19 | Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-Simulacrum | Ralf Jung | -19/+18 |
| 2020-09-19 | Auto merge of #76886 - Aaron1011:fix/ensure-stack-predicate, r=Mark-Simulacrum | bors | -119/+133 |
| 2020-09-19 | Auto merge of #76879 - shepmaster:zlib-sys, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-09-19 | Add tracking issue number for string_drain_as_str. | Mara Bos | -3/+3 |
| 2020-09-19 | Add tracking issue number for int_bits_const. | Mara Bos | -2/+2 |