| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | correct overflows in the backslide case, add test | The8472 | -8/+48 |
| 2021-08-16 | Apply suggestions from code review | the8472 | -2/+2 |
| 2021-08-13 | add benchmarks for 1, 2, 4, 8, 16 threads | The8472 | -0/+43 |
| 2021-08-13 | where available use 64- or 128bit atomics instead of a Mutex to monotonize time | The8472 | -12/+122 |
| 2021-08-09 | Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche... | bors | -0/+29 |
| 2021-08-09 | Auto merge of #87820 - elichai:patch-2, r=kennytm | bors | -14/+14 |
| 2021-08-09 | Add the aarch64-unknown-uefi target | unknown | -0/+29 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -43/+75 |
| 2021-08-09 | Auto merge of #87465 - audunhalland:refactor_typeck_primary_body_of, r=eddyb | bors | -18/+12 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -4/+184 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -16/+8 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -8/+8 |
| 2021-08-08 | Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisa | bors | -12/+51 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -43/+75 |
| 2021-08-08 | Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-se | bors | -30/+47 |
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -30/+47 |
| 2021-08-08 | Auto merge of #87836 - tsoutsman:master, r=petrochenkov | bors | -5/+4 |
| 2021-08-08 | Auto merge of #87815 - BoxyUwU:cec-generics-of-ice, r=eddyb | bors | -2/+83 |
| 2021-08-08 | Auto merge of #87798 - durin42:llvm-14, r=nikic | bors | -27/+31 |
| 2021-08-08 | Merge branch 'rust-lang:master' into master | Klim Tsoutsman | -326/+535 |
| 2021-08-08 | Auto merge of #86744 - ijackson:sink-default, r=dtolnay | bors | -0/+2 |
| 2021-08-07 | Auto merge of #87772 - npmccallum:naked_abi, r=Amanieu | bors | -16/+43 |
| 2021-08-07 | Auto merge of #87743 - cuviper:opaque-calls, r=nikic | bors | -148/+168 |
| 2021-08-07 | Auto merge of #87851 - JohnTitor:rollup-odvmr47, r=JohnTitor | bors | -10/+37 |
| 2021-08-08 | Rollup merge of #87842 - steffahn:hidden_broken_intra_doc, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-08-08 | Rollup merge of #87838 - jetomit:add-readdir-note, r=dtolnay | Yuki Okushi | -0/+2 |
| 2021-08-08 | Rollup merge of #87834 - camelid:span-typo, r=CraftSpider | Yuki Okushi | -1/+1 |
| 2021-08-08 | Rollup merge of #87833 - m-rsha:patch-1, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2021-08-08 | Rollup merge of #87789 - tmiasko:panik, r=Mark-Simulacrum | Yuki Okushi | -0/+0 |
| 2021-08-08 | Rollup merge of #87744 - Smittyvb:xpy-test-force-rerun, r=Mark-Simulacrum | Yuki Okushi | -7/+32 |
| 2021-08-07 | Auto merge of #87849 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-08-07 | update Miri | Ralf Jung | -8/+8 |
| 2021-08-07 | Fix naked function test run on non-x86_64 | Nathaniel McCallum | -1/+1 |
| 2021-08-07 | Change proc_macro::Diagnostics docs | Klim Tsoutsman | -5/+4 |
| 2021-08-07 | Auto merge of #87810 - devnexen:haiku_os_simpl, r=Mark-Simulacrum | bors | -33/+8 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |
| 2021-08-07 | Document that fs::read_dir skips . and .. | Timotej Lazar | -0/+2 |
| 2021-08-07 | Auto merge of #87796 - nielx:fix/socket2-0.4.1, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -109/+269 |
| 2021-08-06 | Fix small typo | Noah Lev | -1/+1 |
| 2021-08-06 | Fix typo -- "The" -> "They" | await Marsha | -1/+1 |
| 2021-08-06 | Auto merge of #87774 - camelid:process-typo, r=jyn514 | bors | -1/+1 |
| 2021-08-06 | PassWrapper: handle move of OptimizationLevel class out of PassBuilder | Augie Fackler | -27/+31 |
| 2021-08-06 | Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor | bors | -652/+1008 |
| 2021-08-06 | Replace read_to_string with read_line in Stdin example | Elichai Turkel | -14/+14 |
| 2021-08-07 | Rollup merge of #87816 - bjorn3:sync_cg_clif-2021-08-06, r=bjorn3 | Yuki Okushi | -590/+823 |
| 2021-08-07 | Rollup merge of #87809 - InnovativeInventor:pointer-typo, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-08-07 | Rollup merge of #87787 - hyd-dev:c-unwind, r=RalfJung | Yuki Okushi | -1/+2 |
| 2021-08-07 | Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov | Yuki Okushi | -28/+7 |
| 2021-08-07 | Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obk | Yuki Okushi | -28/+172 |