| Age | Commit message (Expand) | Author | Lines |
| 2020-07-13 | Stable 1.45.0 release | Mark Rousskov | -1/+1 |
| 2020-07-10 | ci: fix wasm32 broken due to a NodeJS version bump | Pietro Albini | -1/+12 |
| 2020-07-10 | Change how compiler-builtins gets many CGUs | Alex Crichton | -48/+15 |
| 2020-07-10 | Reoder order in which MinGW libs are linked | Mateusz Mikuła | -1/+1 |
| 2020-07-10 | Perform obligation deduplication to avoid buggy `ExistentialMismatch` | Esteban Küber | -3/+39 |
| 2020-07-10 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -20/+21 |
| 2020-07-10 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -14/+14 |
| 2020-07-10 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -8/+55 |
| 2020-06-26 | Beta backport of PR #73005 (obligation error impl candidate) | Aaron Hill | -181/+55 |
| 2020-06-26 | Ensure stack when building MIR for matches | Simonas Kazlauskas | -23/+5233 |
| 2020-06-26 | Don't run test on emscripten which doesn't have threads | Amanieu d'Antras | -0/+1 |
| 2020-06-26 | Add -O compile flag to test | Amanieu d'Antras | -0/+1 |
| 2020-06-26 | Fix link error with #[thread_local] introduced by #71192 | Amanieu d'Antras | -0/+20 |
| 2020-06-26 | Allow inference regions when relating consts | Tyler Mandry | -10/+13 |
| 2020-06-26 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -62/+87 |
| 2020-06-26 | linker: Never pass `-no-pie` to non-gnu linkers | Vadim Petrochenkov | -2/+2 |
| 2020-06-26 | Add issue number to novel violation warning | Dylan MacKenzie | -2/+5 |
| 2020-06-26 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 |
| 2020-06-26 | Make novel structural match violations a warning | Dylan MacKenzie | -1/+5 |
| 2020-06-15 | Enable lld for Cargo tests on Windows. | Eric Huss | -2/+2 |
| 2020-06-15 | Update cargo to include rust-lang/cargo#8361 | Mark Rousskov | -0/+0 |
| 2020-06-13 | Bump bootstrap to released stable | Mark Rousskov | -2/+2 |
| 2020-06-13 | further bless tests. | Felix S. Klock II | -19/+19 |
| 2020-06-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2020-06-13 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -769/+735 |
| 2020-06-13 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -12/+39 |
| 2020-06-13 | Revert "Add some more comments" | Felix S. Klock II | -19/+6 |
| 2020-06-13 | Revert "Bless mir-opt tests" | Felix S. Klock II | -819/+973 |
| 2020-06-13 | Revert "Address review comments" | Felix S. Klock II | -11/+7 |
| 2020-06-13 | remove assert | Bastian Kauschke | -2/+1 |
| 2020-06-13 | normalize adt fields during structural match check | Bastian Kauschke | -1/+28 |
| 2020-06-13 | Add regression test for #73137 | Dylan MacKenzie | -0/+42 |
| 2020-06-13 | Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi... | Mark Rousskov | -254/+372 |
| 2020-06-13 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2020-06-13 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 |
| 2020-06-13 | Revert heterogeneous SocketAddr PartialEq impls | David Tolnay | -40/+0 |
| 2020-06-13 | Add test for comparing SocketAddr with inferred right-hand side | David Tolnay | -0/+5 |
| 2020-06-02 | Cherry-pick rustfmt unstable-dependent fixes | Mark Rousskov | -22/+0 |
| 2020-06-02 | [beta] 1.45 promoted | Mark Rousskov | -6/+6 |
| 2020-06-02 | Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrum | bors | -40/+89 |
| 2020-06-02 | Rollup merge of #72893 - RalfJung:unleash-tls, r=ecstatic-morse | Yuki Okushi | -15/+58 |
| 2020-06-02 | Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfackler | Yuki Okushi | -12/+4 |
| 2020-06-02 | Rollup merge of #72889 - alexcrichton:update-wasm-threads, r=nikomatsakis | Yuki Okushi | -4/+0 |
| 2020-06-02 | Rollup merge of #72886 - xfix:patch-21, r=jonas-schievink | Yuki Okushi | -1/+0 |
| 2020-06-02 | Rollup merge of #72880 - GuillaumeGomez:cleanup-e0637, r=Dylan-DPC | Yuki Okushi | -1/+4 |
| 2020-06-02 | Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwco | Yuki Okushi | -12/+21 |
| 2020-06-02 | Rollup merge of #72822 - lcnr:intern-me, r=estebank | Yuki Okushi | -1/+5 |
| 2020-06-02 | Rollup merge of #72795 - petrochenkov:identgroup, r=nikomatsakis | Yuki Okushi | -33/+99 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -7/+46 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |