| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Refactor code | PankajChaudhary5 | -1/+1 |
| 2020-03-26 | Add long error explanation for E0703 | PankajChaudhary5 | -1/+21 |
| 2020-03-16 | Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrum | bors | -26/+28 |
| 2020-03-16 | Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPC | Dylan DPC | -7/+7 |
| 2020-03-16 | Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,... | Dylan DPC | -2/+22 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -11/+107 |
| 2020-03-16 | Rollup merge of #69992 - kornelski:robots, r=steveklabnik | Dylan DPC | -17/+2 |
| 2020-03-16 | Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez | Dylan DPC | -22/+23 |
| 2020-03-16 | Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-16 | Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomez | Dylan DPC | -23/+7 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -1626/+1526 |
| 2020-03-15 | Auto merge of #70024 - Centril:rollup-cppmaxr, r=Centril | bors | -377/+459 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+6 |
| 2020-03-15 | Rollup merge of #70018 - LukasKalbertodt:fix-once-is-complete-since, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Rollup merge of #70013 - ecstatic-morse:check-consts-feature-gate, r=oli-obk | Mazdak Farrokhzad | -29/+32 |
| 2020-03-15 | Rollup merge of #70011 - petrochenkov:asyncice, r=Centril | Mazdak Farrokhzad | -61/+35 |
| 2020-03-15 | Rollup merge of #70006 - petrochenkov:fresh, r=Centril | Mazdak Farrokhzad | -24/+123 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -60/+21 |
| 2020-03-15 | Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler | Mazdak Farrokhzad | -0/+11 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -197/+200 |
| 2020-03-15 | Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnay | Mazdak Farrokhzad | -5/+36 |
| 2020-03-15 | Auto merge of #69961 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2020-03-15 | update miri | Ralf Jung | -9/+7 |
| 2020-03-15 | resolve: Prevent fresh bindings from shadowing ambiguity items | Vadim Petrochenkov | -24/+123 |
| 2020-03-15 | Fix "since" field for `Once::is_complete`'s `#[stable]` attribute | Lukas Kalbertodt | -1/+1 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -11/+107 |
| 2020-03-15 | Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,... | Dylan DPC | -1/+21 |
| 2020-03-15 | Rollup merge of #69991 - contrun:fix-69980, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-15 | Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -10/+77 |
| 2020-03-15 | Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasper | Dylan DPC | -177/+177 |
| 2020-03-15 | Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnay | Dylan DPC | -46/+7 |
| 2020-03-15 | Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister | Dylan DPC | -43/+97 |
| 2020-03-15 | Update src/librustc_error_codes/error_codes/E0634.md | Ayush Mishra | -1/+1 |
| 2020-03-15 | Update src/librustc_error_codes/error_codes/E0634.md | Ayush Mishra | -1/+1 |
| 2020-03-15 | def_collector: Fully visit async functions | Vadim Petrochenkov | -61/+35 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Update ui tests | Guillaume Gomez | -1/+1 |
| 2020-03-14 | Fix punctuation in rustdoc book | Timothée Gerber | -1/+1 |
| 2020-03-14 | Change fenced code block type in rustdoc book | Timothée Gerber | -1/+1 |
| 2020-03-14 | Clean up E0412 and E0422 explanations | Guillaume Gomez | -2/+3 |
| 2020-03-14 | Clean up path separator in rustdoc book | Timothée Gerber | -5/+5 |
| 2020-03-14 | Add some comments to the new queries | John Kåre Alsaker | -0/+13 |
| 2020-03-14 | Add test for #69596 | John Kåre Alsaker | -0/+21 |
| 2020-03-14 | Don't try to print missing HIR ids | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Update tests | John Kåre Alsaker | -4/+4 |
| 2020-03-14 | Update ich_nested_items.rs | John Kåre Alsaker | -8/+11 |
| 2020-03-14 | Reintroduce workaround for #62649 | John Kåre Alsaker | -8/+15 |
| 2020-03-14 | Format function_interfaces.rs | John Kåre Alsaker | -46/+40 |