| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2020-03-14 | Replace `Hir` with `hir_owner` in tests | John Kåre Alsaker | -472/+472 |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -355/+356 |
| 2020-03-14 | Create the `hir_to_node_id` map before `TyCtxt` | John Kåre Alsaker | -31/+25 |
| 2020-03-14 | Optimize the HIR map | John Kåre Alsaker | -46/+49 |
| 2020-03-14 | Don't hash HIR with bodies thrice | John Kåre Alsaker | -37/+43 |
| 2020-03-14 | Fix HIR map validation | John Kåre Alsaker | -12/+16 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -279/+180 |
| 2020-03-14 | Only hash the Hir owner (including its bodies) | John Kåre Alsaker | -4/+36 |
| 2020-03-14 | Remove `input_task` | John Kåre Alsaker | -22/+0 |
| 2020-03-14 | Remove `Hir` and `HirBody` dep nodes | John Kåre Alsaker | -15/+5 |