| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco | bors | -42/+46 |
| 2020-07-27 | Auto merge of #74653 - petrochenkov:pmenv, r=dtolnay | bors | -0/+66 |
| 2020-07-27 | Auto merge of #74784 - anp:track-vtables, r=eddyb | bors | -1/+24 |
| 2020-07-27 | rustbuild: rename exec_cmd -> status_code for clarity | Ximin Luo | -3/+3 |
| 2020-07-27 | Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkov | bors | -358/+1166 |
| 2020-07-27 | rustbuild: fix bad usage of UNIX exec() in rustc wrapper | Ximin Luo | -7/+0 |
| 2020-07-26 | Fixed typo in `closure` | Alex | -1/+1 |
| 2020-07-26 | Normalize the test output of hygiene-related tests | Aaron Hill | -194/+142 |
| 2020-07-26 | Remove explicit `extern crate` from proc-macro test | Aaron Hill | -3/+1 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -178/+198 |
| 2020-07-26 | Properly reset `orig_id` when loading from incremental cache | Aaron Hill | -1/+11 |
| 2020-07-26 | Add test for hygiene caching issue | Aaron Hill | -0/+85 |
| 2020-07-26 | Ignore `orig_id` for stable hashing | Aaron Hill | -0/+7 |
| 2020-07-26 | Add test for serializing hygiene *into* a proc-macro crate | Aaron Hill | -16/+88 |
| 2020-07-26 | Add test for use of $crate in nested foreign macro_rules! | Aaron Hill | -0/+23 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -284/+929 |
| 2020-07-26 | Auto merge of #74708 - kanru:issue-74564, r=davidtwco | bors | -3/+10429 |
| 2020-07-26 | Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup | flip1995 | -259/+840 |
| 2020-07-26 | Don't italicize comments in ayu theme | Jarek Samic | -1/+0 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -742/+748 |
| 2020-07-26 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+24 |
| 2020-07-26 | python codes cleanup | jnozsc | -4/+4 |
| 2020-07-26 | Bless you | Oliver Scherer | -4/+4 |
| 2020-07-26 | Auto merge of #74772 - JohnTitor:add-tests, r=lcnr | bors | -0/+88 |
| 2020-07-26 | typos + fmt | Ralf Jung | -13/+11 |
| 2020-07-26 | Remove more obsolete test flags | Oliver Scherer | -6/+0 |
| 2020-07-26 | proc_macro: Add API for tracked access to environment variables | Vadim Petrochenkov | -0/+66 |
| 2020-07-26 | Avoid writes without any data in `Write::write_all_vectored` | Tomasz Miąsko | -2/+5 |
| 2020-07-26 | move getting the initial value of a static into helper function | Ralf Jung | -12/+19 |
| 2020-07-26 | Add test for issue-72911 | Yuki Okushi | -0/+56 |
| 2020-07-26 | Add test for issue-56445 | Yuki Okushi | -0/+32 |
| 2020-07-26 | check that even referencing a TLS static during CTFE fails | Ralf Jung | -1/+19 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -97/+78 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -94/+94 |
| 2020-07-26 | Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay | bors | -732/+259 |
| 2020-07-26 | Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebank | bors | -12/+43 |
| 2020-07-26 | Auto merge of #74728 - 16yuki0702:fix_typo, r=jonas-schievink | bors | -1/+1 |
| 2020-07-25 | Auto merge of #74670 - tmandry:issue-73818, r=matthewjasper | bors | -48/+52 |
| 2020-07-25 | Auto merge of #74760 - tmandry:roll, r=tmandry | bors | -18/+15 |
| 2020-07-25 | Update rustfmt | Tyler Mandry | -18/+15 |
| 2020-07-25 | Update rls | Tyler Mandry | -0/+0 |
| 2020-07-25 | Fix diagnostic by using predicate in GATs too | Tyler Mandry | -27/+5 |
| 2020-07-25 | Remove manual normalization in compare_projection_bounds | Tyler Mandry | -54/+25 |
| 2020-07-25 | Auto merge of #74246 - GuillaumeGomez:cleanup-e0719, r=Dylan-DPC | bors | -2/+2 |
| 2020-07-25 | Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasper | bors | -4/+114 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -59/+59 |
| 2020-07-25 | Clean up E0730 explanation | Guillaume Gomez | -3/+3 |
| 2020-07-25 | Clean up some uses of logging in ui tests | Oliver Scherer | -19/+9 |
| 2020-07-25 | Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kr... | bors | -10/+23 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -585/+597 |