| Age | Commit message (Expand) | Author | Lines |
| 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 | More Method->Fn renaming | Mark Mansi | -110/+110 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -110/+141 |
| 2020-03-16 | Other `legacy` -> `macro_rules` | Vadim Petrochenkov | -31/+35 |
| 2020-03-16 | resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)` | Vadim Petrochenkov | -53/+67 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -18/+18 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -1626/+1526 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -108/+9 |
| 2020-03-15 | VariantSizeDifferences: bail on SizeOverflow | Mazdak Farrokhzad | -4/+20 |
| 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 | Consider well-formed predicates in min-specialization | Matthew Jasper | -4/+82 |
| 2020-03-15 | Use min_specialization in libstd and libproc_macro | Matthew Jasper | -2/+4 |
| 2020-03-15 | Implement soundness check for min_specialization | Matthew Jasper | -5/+796 |
| 2020-03-15 | Avoid ICEs when we emit errors constructing the specialization graph | Matthew Jasper | -56/+79 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -3/+116 |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -7/+22 |
| 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 | Simplify `Qualif` interface | Dylan MacKenzie | -202/+178 |
| 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 |