| Age | Commit message (Expand) | Author | Lines |
| 2021-01-11 | Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we... | Santiago Pastorino | -21/+4 |
| 2021-01-11 | test for issue 80832 | Jeremy Fitzhardinge | -0/+20 |
| 2021-01-12 | Add test case for wasm non-clash. | jumbatm | -0/+21 |
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -0/+65 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -0/+6 |
| 2021-01-11 | Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnr | Yuki Okushi | -12/+12 |
| 2021-01-10 | Tweak `?` inference error messages | William Bain | -8/+8 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -3/+68 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -2/+0 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -0/+9 |
| 2021-01-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -1/+1 |
| 2021-01-10 | Use standard formatting for "rust-call" ABI message | Camelid | -12/+12 |
| 2021-01-10 | Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkov | bors | -0/+40 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -0/+6 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -382/+1911 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -47/+112 |
| 2021-01-10 | Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkov | Yuki Okushi | -47/+112 |
| 2021-01-10 | Revise async block error message | 1000teslas | -9/+1 |
| 2021-01-10 | Update issue-78938-async-block.rs | 1000teslas | -1/+1 |
| 2021-01-10 | Fix location of error message explanation | 1000teslas | -5/+5 |
| 2021-01-10 | Explain why borrows can't be held across yield point in async blocks | 1000teslas | -0/+63 |
| 2021-01-10 | Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy... | bors | -0/+95 |
| 2021-01-09 | Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011 | bors | -2/+2 |
| 2021-01-09 | Bless profile targets | Caio | -17/+12 |
| 2021-01-09 | Add test for assert!() hygiene in edition 2021. | Mara Bos | -0/+9 |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -0/+40 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -2/+2 |
| 2021-01-09 | resolve/expand: Improve attribute expansion on macro definitions and calls | Vadim Petrochenkov | -12/+35 |
| 2021-01-08 | Change wording of note | Aaron Hill | -19/+19 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -2/+22 |
| 2021-01-08 | Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser | bors | -4/+21 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -2/+89 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -0/+8 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -0/+26 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -6/+10 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -0/+57 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -0/+8 |
| 2021-01-08 | Rollup merge of #80761 - andjo403:generic_coverage, r=spastorino | Yuki Okushi | -1/+1 |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -0/+20 |
| 2021-01-08 | Rollup merge of #79675 - CraftSpider:79669, r=estebank | Yuki Okushi | -1/+43 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -47/+112 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -0/+8 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -451/+415 |
| 2021-01-07 | handle generic trait methods in coverage tests | Andreas Jonson | -1/+1 |
| 2021-01-08 | Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011 | Yuki Okushi | -137/+137 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -0/+22 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -101/+193 |
| 2021-01-08 | Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=... | Yuki Okushi | -9/+43 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -137/+137 |