| Age | Commit message (Expand) | Author | Lines |
| 2021-10-23 | Add tests for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -0/+15 |
| 2021-10-23 | Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -4/+4 |
| 2021-10-22 | Mark {array,slice}::{from_ref,from_mut} as const fn | Maybe Waffle | -4/+10 |
| 2021-10-17 | Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=... | bors | -0/+15 |
| 2021-10-17 | Auto merge of #89968 - JohnTitor:rollup-z51n967, r=JohnTitor | bors | -43/+23 |
| 2021-10-17 | Rollup merge of #89958 - nhamovitz:patch-1, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89953 - woppopo:option_const_as_mut, r=oli-obk | Yuki Okushi | -1/+11 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -11/+9 |
| 2021-10-17 | Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid | Yuki Okushi | -1/+0 |
| 2021-10-17 | Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89849 - rusticstuff:remove-xcode-select, r=Mark-Simulacrum | Yuki Okushi | -28/+0 |
| 2021-10-17 | Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplett | Yuki Okushi | -0/+1 |
| 2021-10-16 | Correct typo | nhamovitz | -1/+1 |
| 2021-10-16 | Remove FIXME since there is nothing to be fixed. | Guillaume Gomez | -1/+0 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -729/+775 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -11/+9 |
| 2021-10-17 | Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li... | woppopo | -0/+1 |
| 2021-10-17 | Make Option::as_mut const | woppopo | -1/+10 |
| 2021-10-16 | Auto merge of #89939 - matthiaskrgr:rollup-q3lrdck, r=matthiaskrgr | bors | -184/+235 |
| 2021-10-16 | Rollup merge of #89925 - gilescope:update-docs-atomic-usage, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2021-10-16 | Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandry | Matthias Krüger | -4/+7 |
| 2021-10-16 | Rollup merge of #89918 - JohnTitor:gats-tests, r=jackh726 | Matthias Krüger | -0/+55 |
| 2021-10-16 | Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis | Matthias Krüger | -115/+100 |
| 2021-10-16 | Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebank | Matthias Krüger | -17/+22 |
| 2021-10-16 | Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=... | Matthias Krüger | -1/+34 |
| 2021-10-16 | Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types... | Matthias Krüger | -1/+4 |
| 2021-10-16 | Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjub... | Matthias Krüger | -0/+1 |
| 2021-10-16 | Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplett | Matthias Krüger | -34/+4 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -11/+7 |
| 2021-10-15 | Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett | bors | -4/+416 |
| 2021-10-15 | updating docs to reflect current situation | Giles Cope | -1/+1 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -29/+16 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-16 | Add some GATs related regression tests | Yuki Okushi | -0/+55 |
| 2021-10-15 | Move some outlives bounds things from rustc_trait_selection to rustc_typeck | jackh726 | -59/+55 |
| 2021-10-15 | Use LocalDefId directly in more places in wfcheck | jackh726 | -35/+22 |
| 2021-10-15 | Move push_outlives_components to rustc_infer | jackh726 | -21/+23 |
| 2021-10-15 | Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-se | bors | -3/+5 |
| 2021-10-15 | Emit impl difference error for GenericBoundFailure too | jackh726 | -17/+22 |
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -1/+34 |
| 2021-10-15 | Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se | bors | -2/+30 |
| 2021-10-15 | Add missing bcrypt.lib to make-fulldeps Makefile. | Mara Bos | -2/+2 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -27/+14 |
| 2021-10-15 | Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytm | bors | -13/+85 |
| 2021-10-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+4 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -130/+126 |
| 2021-10-15 | Bless tests | Cameron Steffen | -554/+575 |
| 2021-10-15 | Guess semicolon span for macro statements | Cameron Steffen | -2/+45 |
| 2021-10-15 | Remove trailing semicolon from macro call span | Cameron Steffen | -27/+19 |
| 2021-10-15 | Remove redundant matching | Cameron Steffen | -16/+10 |