| Age | Commit message (Expand) | Author | Lines |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -12/+1017 |
| 2021-11-22 | Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-11-22 | Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomez | bors | -33/+4 |
| 2021-11-22 | Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jsha | bors | -10/+10 |
| 2021-11-22 | Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov | bors | -302/+1052 |
| 2021-11-21 | Auto merge of #90352 - camsteffen:for-loop-desugar, r=oli-obk | bors | -569/+321 |
| 2021-11-21 | Bless coverage tests | Cameron Steffen | -11/+9 |
| 2021-11-21 | Auto merge of #89611 - eduardosm:next_code_point, r=Mark-Simulacrum | bors | -25/+36 |
| 2021-11-21 | libcore: assume the input of `next_code_point` and `next_code_point_reverse` ... | Eduardo Sánchez Muñoz | -25/+36 |
| 2021-11-21 | Update link_ordinal duplicate attribute handling. | Eric Huss | -11/+8 |
| 2021-11-21 | clippy: Fix pattern_type_mismatch for loop | Cameron Steffen | -164/+43 |
| 2021-11-21 | Fix Clippy with changed for loop desugar | Cameron Steffen | -140/+90 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -254/+179 |
| 2021-11-21 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -74/+41 |
| 2021-11-21 | Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgr | bors | -27/+344 |
| 2021-11-21 | Rollup merge of #91098 - compiler-errors:issue-91058, r=estebank | Matthias Krüger | -6/+44 |
| 2021-11-21 | Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebank | Matthias Krüger | -20/+20 |
| 2021-11-21 | Rollup merge of #91070 - cuviper:insert-global, r=nagisa | Matthias Krüger | -1/+69 |
| 2021-11-21 | Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcm | Matthias Krüger | -0/+211 |
| 2021-11-21 | Mention std::io::Error::from(ErrorKind) in Error::new() docs | Georg Brandl | -0/+6 |
| 2021-11-20 | Remove styles for details.undocumented | Jacob Hoffman-Andrews | -33/+4 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -2739/+2064 |
| 2021-11-20 | Fix for issue 91058 | Michael Goulet | -24/+38 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -6/+10 |
| 2021-11-20 | Use same_type_modulo_infer in more places | Michael Goulet | -2/+26 |
| 2021-11-20 | Fixup test outputs | Michael Goulet | -17/+17 |
| 2021-11-20 | Add space in opaque `impl Trait` | Michael Goulet | -3/+3 |
| 2021-11-20 | Move the issue-91050 tests to appease tidy | Josh Stone | -0/+0 |
| 2021-11-20 | Add another test variant of issue-91050 | Josh Stone | -1/+25 |
| 2021-11-20 | Apply documentation suggestions from @est31 | Urgau | -8/+8 |
| 2021-11-20 | Auto merge of #91093 - matthiaskrgr:rollup-kovzwx0, r=matthiaskrgr | bors | -119/+263 |
| 2021-11-20 | Rollup merge of #91088 - RalfJung:revert, r=oli-obk | Matthias Krüger | -12/+0 |
| 2021-11-20 | Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebank | Matthias Krüger | -4/+85 |
| 2021-11-20 | Rollup merge of #91018 - est31:let_else, r=matthewjasper | Matthias Krüger | -69/+66 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -1/+38 |
| 2021-11-20 | Rollup merge of #90927 - terrarier2111:fix-float-ice, r=jackh726 | Matthias Krüger | -1/+29 |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -32/+45 |
| 2021-11-20 | bless NLL test | Esteban Kuber | -0/+18 |
| 2021-11-20 | Move tests from ui directory | Esteban Kuber | -0/+0 |
| 2021-11-20 | review comments | Esteban Kuber | -8/+2 |
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -0/+0 |
| 2021-11-20 | Suggest constraining `fn` type params when appropriate | Esteban Kuber | -28/+85 |
| 2021-11-20 | Point at `impl` blocks when they introduce unmet obligations | Esteban Kuber | -59/+184 |
| 2021-11-20 | Align multiline messages to their label (add left margin) | Esteban Kuber | -1297/+1310 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -1028/+9 |
| 2021-11-20 | Point at bounds when comparing impl items to trait | Esteban Kuber | -54/+62 |
| 2021-11-20 | Change `trait_defs.rs` incremental hash test | Esteban Kuber | -3/+3 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -421/+550 |
| 2021-11-20 | Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc | bors | -32/+219 |
| 2021-11-20 | Re-bless test outputs | Michael Goulet | -2/+2 |