| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -2/+25 |
| 2021-09-16 | Set the library path in sysroot-crates-are-unstable | Josh Stone | -0/+13 |
| 2021-09-17 | Don't lint about missing code examples in derived traits | Hans | -0/+9 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -335/+690 |
| 2021-09-16 | feat(rustc_parse): recover from pre-RFC-2000 const generics syntax | Michael Howell | -0/+178 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -14/+14 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -64/+82 |
| 2021-09-16 | Add a separate error for `dyn Trait` in `const fn` | Waffle | -18/+18 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -40/+40 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -24/+42 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -25/+27 |
| 2021-09-16 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+16 |
| 2021-09-16 | fix rebase | Esteban Kuber | -0/+18 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -46/+10 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -3/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -28/+7 |
| 2021-09-16 | fix rebase | Esteban Kuber | -1/+3 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -249/+657 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -3/+3 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -47/+22 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -5/+340 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -0/+40 |
| 2021-09-16 | Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearth | bors | -395/+145 |
| 2021-09-15 | Fix linting when trailing macro expands to a trailing semi | Aaron Hill | -0/+34 |
| 2021-09-15 | Disable debuginfo test on Windows that fails in new cdb version. | Eric Huss | -0/+2 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -4/+23 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -0/+33 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -389/+15 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -0/+11 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -2/+63 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -37/+83 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -21/+49 |
| 2021-09-15 | Disable both reproducible-build tests for crate-type=bin | danakj | -4/+5 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -35/+0 |
| 2021-09-15 | Disable RemoveZsts in generators to avoid query cycles | Tomasz Miąsko | -0/+16 |
| 2021-09-15 | Verify bin crates are not deterministic on Windows | danakj | -3/+21 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -20/+0 |
| 2021-09-15 | Add test for try operator with Option | Albin Hedman | -2/+9 |
| 2021-09-15 | Add test for try operator on Result | Albin Hedman | -0/+16 |
| 2021-09-15 | Add tests for feature(const_identity_convert) | Albin Hedman | -0/+20 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -40/+40 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -20/+56 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -0/+31 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -0/+274 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -211/+495 |
| 2021-09-14 | update test | asquared31415 | -1/+1 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -11/+30 |
| 2021-09-14 | Add reachable_patterns lint to rfc-2008-non_exhaustive | Devin Ragotzy | -5/+340 |
| 2021-09-14 | Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514 | bors | -0/+33 |
| 2021-09-14 | Add test for --display-doctest-warnings option | Guillaume Gomez | -0/+33 |