| Age | Commit message (Expand) | Author | Lines |
| 2021-09-18 | Auto merge of #88978 - bjorn3:move_symbol_interner_lock, r=Mark-Simulacrum | bors | -23/+24 |
| 2021-09-18 | Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk | bors | -1/+11 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Rollup merge of #89012 - vishadGoyal:issue-88802-fix, r=jyn514 | Guillaume Gomez | -0/+16 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -2/+23 |
| 2021-09-17 | Rollup merge of #88949 - FabianWolff:issue-87563, r=estebank | Guillaume Gomez | -9/+5 |
| 2021-09-17 | Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasper | Guillaume Gomez | -16/+26 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -1/+13 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -4/+8 |
| 2021-09-17 | Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebank | Guillaume Gomez | -19/+14 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -51/+2 |
| 2021-09-17 | Auto merge of #89037 - JohnTitor:rollup-rd9btbs, r=JohnTitor | bors | -67/+110 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -2/+2 |
| 2021-09-17 | Rollup merge of #89014 - durin42:llvm-14-module-pass-manager, r=nikic | Yuki Okushi | -0/+8 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -14/+24 |
| 2021-09-17 | Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk | Yuki Okushi | -48/+42 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -2/+8 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -1/+13 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -20/+14 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -2/+3 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -3/+28 |
| 2021-09-17 | Auto merge of #88934 - tmiasko:trace-log, r=davidtwco | bors | -4/+5 |
| 2021-09-17 | Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obk | bors | -3/+18 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -65/+194 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -34/+115 |
| 2021-09-16 | PassWrapper: these two lines shouldn't have been ifdef'd | Augie Fackler | -2/+2 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+16 |
| 2021-09-16 | Rollup merge of #88983 - willcrichton:allow-single-polonius-call, r=ecstatic-... | Manish Goregaokar | -13/+13 |
| 2021-09-16 | Rollup merge of #88976 - notriddle:notriddle/cow-from-cstr-docs, r=Mark-Simul... | Manish Goregaokar | -1/+1 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -6/+10 |
| 2021-09-16 | Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, ... | Manish Goregaokar | -4/+0 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -10/+91 |
| 2021-09-16 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+4 |
| 2021-09-16 | PassWrapper: handle separate Module*SanitizerPass | Augie Fackler | -0/+8 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -6/+33 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -12/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -9/+14 |
| 2021-09-16 | fix `clone` call | Esteban Kuber | -2/+2 |
| 2021-09-16 | Account for blocks in arguments | Esteban Kuber | -2/+22 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+11 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -54/+83 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -3/+41 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -63/+286 |
| 2021-09-15 | Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obk | Manish Goregaokar | -7/+2 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -2/+11 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -1/+22 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -141/+23 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -11/+14 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -3/+15 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -2/+23 |