| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | fix testing Miri with --stage 0 | Ralf Jung | -3/+12 |
| 2021-06-03 | Update Miri | hyd-dev | -7/+11 |
| 2021-06-03 | add test | Ellen | -0/+6 |
| 2021-06-03 | Update tests with new casing | Ryan Levick | -9/+9 |
| 2021-06-03 | Add run-make test testing flag stability | Ryan Levick | -1/+4 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -0/+102 |
| 2021-06-03 | rustdoc- Show defaults on const generics | Ellen | -9/+32 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -1305/+2367 |
| 2021-06-03 | Rollup merge of #85926 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-06-03 | Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -0/+42 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -0/+60 |
| 2021-06-03 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -0/+44 |
| 2021-06-03 | Update the documentation of `-C force-unwind-tables` | hyd-dev | -2/+1 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -99/+173 |
| 2021-06-02 | Auto merge of #84703 - GuillaumeGomez:cleanup-dom, r=jsha | bors | -241/+256 |
| 2021-06-02 | test for more SIMD monomorphization errors | Jacob Lifshay | -0/+55 |
| 2021-06-02 | Update generator tests | Wesley Wiser | -16/+16 |
| 2021-06-02 | Replace h3 for notable traits with div | Guillaume Gomez | -15/+23 |
| 2021-06-02 | Update rustdoc tests | Guillaume Gomez | -94/+100 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -82/+20 |
| 2021-06-02 | Add test for removing &mut for &mut format!(). | Mara Bos | -1/+25 |
| 2021-06-02 | Add test for ref suggestions in macros. | Mara Bos | -0/+81 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -2/+3 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -0/+21 |
| 2021-06-02 | Add deny-by-default test | Ryan Levick | -0/+22 |
| 2021-06-02 | Add missing stderr file | Ryan Levick | -0/+14 |
| 2021-06-02 | Add final test | Ryan Levick | -7/+6 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -5/+68 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -36/+29 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -39/+39 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -2/+4 |
| 2021-06-02 | Add/update tests | Wesley Wiser | -3/+107 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -0/+14 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -17/+38 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -14/+14 |
| 2021-06-01 | Update cargo | Eric Huss | -0/+0 |
| 2021-06-02 | Auto merge of #85687 - m-ou-se:new-prelude, r=yaahc | bors | -0/+7 |
| 2021-06-02 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -8/+7 |
| 2021-06-01 | Allow raw pointers in SIMD types | Jubilee Young | -0/+67 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -686/+500 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -49/+116 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -5/+5 |
| 2021-06-01 | Don't generate impl-items div container if there is none | Guillaume Gomez | -4/+6 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -25/+25 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -130/+190 |
| 2021-06-01 | Add missing <title> in redirection page <head> | Guillaume Gomez | -0/+1 |
| 2021-06-01 | Replace empty href with "#" | Guillaume Gomez | -1/+1 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+14 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -0/+42 |
| 2021-06-01 | replace lazy_static with once_cell, drop direct dependency on serde | klensy | -8/+7 |