| Age | Commit message (Expand) | Author | Lines |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -5/+5 |
| 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 | -21/+411 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -0/+30 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -29/+205 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -105/+135 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -11/+0 |
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -28/+23 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -500/+523 |
| 2020-07-02 | Add codegen tests | Christopher Serr | -0/+331 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -6/+30 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -99/+105 |
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -13/+41 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -297/+1752 |
| 2020-07-01 | Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievink | Manish Goregaokar | -38/+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 | -0/+22 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -1/+307 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -4/+13 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -70/+58 |
| 2020-07-01 | Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ... | Manish Goregaokar | -0/+115 |
| 2020-07-01 | Update src/librustc_builtin_macros/format.rs | David Hewitt | -2/+2 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -0/+24 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -3/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+284 |
| 2020-07-01 | Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebank | Manish Goregaokar | -10/+10 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -10/+62 |
| 2020-07-01 | Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obk | Manish Goregaokar | -69/+23 |
| 2020-07-01 | Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwco | Manish Goregaokar | -0/+2 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -70/+58 |
| 2020-07-01 | Amend wording of note | David Hewitt | -2/+2 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -69/+23 |
| 2020-06-30 | Make #[target_feature] Fn trait error message less confusing | Caleb Zulawski | -6/+6 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-30 | Bless failing tests | LeSeulArtichaut | -99/+105 |
| 2020-06-30 | Bless mir-opt tests | Dylan MacKenzie | -16/+44 |
| 2020-06-30 | remove duplicate tests | Bastian Kauschke | -38/+0 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -3/+3 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -4/+13 |
| 2020-06-30 | stabilize const mem::forget | Dodo | -2/+0 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -29/+22 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -3/+83 |