| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -0/+4 |
| 2021-11-16 | Update odht crate to 0.3.1 (big-endian bugfix) | Michael Woerister | -2/+2 |
| 2021-11-16 | expose default substs in param_env | b-naber | -0/+12 |
| 2021-11-16 | Fix ICE when forgetting to `Box` a parameter to a `Self::func` call | Jakob Degen | -1/+1 |
| 2021-11-16 | Clean up debug statements in needs_drop | Jakob Degen | -7/+5 |
| 2021-11-16 | Fixes incorrect handling of ADT's drop requirements | Jakob Degen | -41/+54 |
| 2021-11-15 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -2/+3 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -10/+303 |
| 2021-10-21 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -5/+4 |
| 2021-10-21 | Fix issue 90038 | Gary Guo | -1/+1 |
| 2021-10-21 | Erase late-bound regions before computing vtable debuginfo name. | Michael Woerister | -7/+4 |
| 2021-10-21 | Don't emit a warning for empty rmeta files. | Eric Huss | -0/+9 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -107/+139 |
| 2021-10-17 | Rollup merge of #89958 - nhamovitz:patch-1, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -5/+5 |
| 2021-10-16 | Correct typo | nhamovitz | -1/+1 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -45/+74 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -5/+5 |
| 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 | -1/+3 |
| 2021-10-16 | Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=... | Matthias Krüger | -1/+1 |
| 2021-10-16 | Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplett | Matthias Krüger | -4/+4 |
| 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 | Emit impl difference error for GenericBoundFailure too | jackh726 | -1/+3 |
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -1/+1 |
| 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 |
| 2021-10-15 | Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr | bors | -38/+125 |
| 2021-10-15 | Rollup merge of #89894 - camsteffen:unused-deps, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2021-10-15 | Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomez | Matthias Krüger | -1/+40 |
| 2021-10-15 | Rollup merge of #89870 - tmandry:box-pin, r=estebank | Matthias Krüger | -30/+60 |
| 2021-10-15 | Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obk | Matthias Krüger | -1/+20 |
| 2021-10-15 | Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank | Matthias Krüger | -4/+5 |
| 2021-10-15 | Auto merge of #89884 - Mark-Simulacrum:revert-enum-discr, r=wesleywiser | bors | -5/+70 |
| 2021-10-15 | Remove alloc::prelude | Amanieu d'Antras | -4/+4 |
| 2021-10-14 | Remove unused dependencies from rustc_const_eval | Cameron Steffen | -2/+0 |
| 2021-10-14 | add long explanation for E0183 | cameron1024 | -1/+40 |
| 2021-10-14 | Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgr | bors | -13/+40 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -5/+70 |
| 2021-10-14 | Rollup merge of #89823 - jackh726:project-overflow, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-10-14 | Rollup merge of #89390 - tmandry:issue-72117, r=estebank | Matthias Krüger | -12/+39 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -1/+20 |
| 2021-10-14 | Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk | bors | -16/+23 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -39/+88 |
| 2021-10-14 | Fix const stability | Deadbeef | -2/+5 |
| 2021-10-14 | Suggest Box::pin when Pin::new is used instead | Tyler Mandry | -30/+60 |
| 2021-10-13 | Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgr | bors | -1/+44 |