| Age | Commit message (Expand) | Author | Lines |
| 2020-07-03 | Auto merge of #73882 - nnethercote:avoid-unwrap_or_else-in-allocate_in, r=Ama... | bors | -3/+14 |
| 2020-07-02 | Rollup merge of #73975 - pierwill:patch-3, r=jonas-schievink | Manish Goregaokar | -0/+3 |
| 2020-07-02 | Rollup merge of #73957 - RalfJung:btree-min-max, r=shepmaster | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Rollup merge of #73952 - ehuss:docker-dev, r=Mark-Simulacrum | Manish Goregaokar | -2/+31 |
| 2020-07-02 | Rollup merge of #73753 - eddyb:extraneous-lifetime, r=Manishearth | Manish Goregaokar | -1267/+1143 |
| 2020-07-02 | Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure... | Manish Goregaokar | -120/+427 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -507/+932 |
| 2020-07-02 | Document rustc_ast::ast::Pat | pierwill | -0/+3 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -1267/+1143 |
| 2020-07-02 | Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakis | bors | -371/+355 |
| 2020-07-02 | Remove `TypeckTables::empty(None)` and make hir_owner non-optional. | Eduard-Mihai Burtescu | -121/+98 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -90/+104 |
| 2020-07-02 | rustc_save_analysis: avoid using TypeckTables::empty for SaveContext. | Eduard-Mihai Burtescu | -23/+31 |
| 2020-07-02 | rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor. | Eduard-Mihai Burtescu | -98/+58 |
| 2020-07-02 | rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor. | Eduard-Mihai Burtescu | -19/+26 |
| 2020-07-02 | rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext. | Eduard-Mihai Burtescu | -10/+18 |
| 2020-07-02 | rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation. | Eduard-Mihai Burtescu | -10/+20 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -120/+427 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -630/+1790 |
| 2020-07-02 | disable BTree min_max test in Miri for now | Ralf Jung | -0/+1 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -505/+528 |
| 2020-07-02 | Add comments and format the code | Christopher Serr | -5/+7 |
| 2020-07-02 | Add codegen tests | Christopher Serr | -0/+331 |
| 2020-07-02 | Check for feature with pre-interned symbol | Christopher Serr | -10/+10 |
| 2020-07-02 | Use WASM's saturating casts if they are available | Christopher Serr | -5/+74 |
| 2020-07-02 | Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisa | Manish Goregaokar | -27/+43 |
| 2020-07-02 | Rollup merge of #73903 - luxxxxy:ios-rustc, r=nikomatsakis | Manish Goregaokar | -0/+19 |
| 2020-07-02 | Rollup merge of #73885 - pietroalbini:ci-fix-wasm32, r=kennytm | Manish Goregaokar | -1/+12 |
| 2020-07-02 | Rollup merge of #73883 - ehuss:rustdoc-stage-previous, r=Mark-Simulacrum | Manish Goregaokar | -34/+146 |
| 2020-07-02 | Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievink | Manish Goregaokar | -1/+3 |
| 2020-07-02 | Rollup merge of #73812 - petrochenkov:prettyref, r=varkor | Manish Goregaokar | -24/+24 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -93/+585 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -436/+877 |
| 2020-07-02 | Rollup merge of #73564 - petrochenkov:ehdr, r=Amanieu | Manish Goregaokar | -14/+19 |
| 2020-07-02 | Rollup merge of #73414 - lzutao:slice_strip, r=dtolnay | Manish Goregaokar | -0/+62 |
| 2020-07-01 | Add option for local docker testing. | Eric Huss | -2/+31 |
| 2020-07-01 | Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73910 - cuviper:while-indexing, r=oli-obk | Manish Goregaokar | -10/+6 |
| 2020-07-01 | Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfackler | Manish Goregaokar | -2/+6 |
| 2020-07-01 | Rollup merge of #73906 - JohnTitor:missing-bt, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievink | Manish Goregaokar | -38/+0 |
| 2020-07-01 | Rollup merge of #73892 - GuillaumeGomez:cleanup-e0712, r=Dylan-DPC | Manish Goregaokar | -2/+2 |
| 2020-07-01 | Rollup merge of #73848 - pierwill:pierwill-lexer-block-doc, r=jonas-schievink | Manish Goregaokar | -2/+3 |
| 2020-07-01 | Rollup merge of #73841 - tmiasko:print-region-graph, r=Mark-Simulacrum | Manish Goregaokar | -4/+0 |
| 2020-07-01 | Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=Manishearth | Manish Goregaokar | -16/+189 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -8/+66 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -56/+395 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -4/+42 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -144/+152 |
| 2020-07-01 | Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ... | Manish Goregaokar | -1/+148 |