| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | [1.57] Disable LLVM newPM by default | Simonas Kazlauskas | -8/+4 |
| 2021-11-26 | oops... | Ellen | -2/+6 |
| 2021-11-18 | Android is not GNU | Josh Stone | -1/+1 |
| 2021-11-16 | Properly register text_direction_codepoint_in_comment lint. | Hans Kratz | -0/+1 |
| 2021-11-16 | apply suggestions from code review | Niko Matsakis | -19/+21 |
| 2021-11-16 | handle case of a variable not captured | Niko Matsakis | -8/+22 |
| 2021-11-16 | rework diagnostic reporting to be more structured | Niko Matsakis | -77/+108 |
| 2021-11-16 | introduce an enum for tracking the 2229 migration causes | Niko Matsakis | -15/+43 |
| 2021-11-16 | Apply adjustments for field expression even if inaccessible | Gary Guo | -3/+6 |
| 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 |