| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | Move A|Rc::as_ptr from feature(weak_into_raw) | CAD97 | -2/+2 |
| 2020-07-02 | Use `Span`s to identify unreachable subpatterns in or-patterns | Nadrieril | -9/+9 |
| 2020-07-02 | Add some requested tests | Vadim Petrochenkov | -0/+64 |
| 2020-07-02 | Update dtolnay's tests that now work | Vadim Petrochenkov | -33/+10 |
| 2020-07-02 | Add test for errors triggered on parts of decomposed index | David Tolnay | -0/+28 |
| 2020-07-02 | Add test for tuple indexed with float in macro input | David Tolnay | -0/+20 |
| 2020-07-02 | Add tests in which the token really is a float | David Tolnay | -0/+21 |
| 2020-07-02 | Test a range, which is not nested indexing | David Tolnay | -0/+3 |
| 2020-07-02 | Test even deeper nested indexing | David Tolnay | -0/+3 |
| 2020-07-02 | Add test of tuple nested indexing | David Tolnay | -0/+6 |
| 2020-07-02 | parser: Break float tokens into parts in tuple field positions | Vadim Petrochenkov | -59/+492 |
| 2020-07-02 | Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakis | bors | -371/+355 |
| 2020-07-02 | typeck: check for infer before type impls trait | David Wood | -0/+22 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -1/+33 |
| 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 | Clean up E0710 explanation | Guillaume Gomez | -1/+1 |
| 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 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -86/+1 |
| 2020-07-02 | Further improve comments in libstd/panicking.rs. | Eduardo Sánchez Muñoz | -4/+5 |
| 2020-07-02 | Fix links | Guillaume Gomez | -3/+3 |
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -28/+23 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -52/+16 |
| 2020-07-02 | Expand sub code blocks block content when hidden when the page hash refers to it | Guillaume Gomez | -0/+8 |
| 2020-07-02 | Improve page hash handling | Guillaume Gomez | -5/+7 |
| 2020-07-02 | No need to call getPageId a second time | Guillaume Gomez | -1/+1 |
| 2020-07-02 | Clean up E0716 explanation | Guillaume Gomez | -30/+25 |
| 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-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -13/+43 |