| Age | Commit message (Expand) | Author | Lines |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -2754/+2504 |
| 2021-01-14 | Encode optimized MIR of generators when emitting metadata | Tomasz Miąsko | -0/+34 |
| 2021-01-13 | Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiser | bors | -0/+10 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -382/+1911 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -0/+10 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -163/+152 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -918/+981 |
| 2021-01-13 | Rollup merge of #80924 - teryror:issue-80893-fix, r=jyn514 | Dylan DPC | -0/+6 |
| 2021-01-13 | Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiser | Dylan DPC | -21/+4 |
| 2021-01-13 | Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco | Dylan DPC | -0/+20 |
| 2021-01-13 | Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic | Dylan DPC | -2/+3 |
| 2021-01-13 | Rollup merge of #79588 - estebank:issue-79187, r=oli-obk | Dylan DPC | -13/+328 |
| 2021-01-13 | Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank | Dylan DPC | -0/+87 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -448/+434 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -13/+328 |
| 2021-01-12 | Bless profiler run make tests | Matthew Jasper | -2286/+2077 |
| 2021-01-12 | Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a... | bors | -0/+21 |
| 2021-01-12 | Add tests for uninhabited types | Nadrieril | -212/+351 |
| 2021-01-12 | Deduplicate some tests using revisions | Nadrieril | -227/+74 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -129/+223 |
| 2021-01-12 | Simplify regression test | Tristan Dannenberg | -4/+3 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -0/+7 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -3/+68 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -15/+12 |
| 2021-01-12 | Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov | Yuki Okushi | -10/+0 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -0/+25 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -12/+3 |
| 2021-01-11 | fix typo in trait method mutability mismatch help | Andy Russell | -15/+12 |
| 2021-01-11 | differentiate functions in extern-compare-with-return-type.rs | Josh Stone | -2/+3 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -0/+9 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -20/+40 |
| 2021-01-11 | Move some tests to more reasonable directories | Caio | -10/+0 |
| 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 |