| Age | Commit message (Expand) | Author | Lines |
| 2020-09-05 | Check placement of more attributes | Caleb Zulawski | -329/+700 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -0/+29 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -0/+84 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -6/+14 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -4252/+4270 |
| 2020-09-03 | avoid applying in-place collect specialization in type-length test | The8472 | -1/+2 |
| 2020-09-03 | rustc_lint: avoid trimmed paths for ty_find_init_error | Dan Aloni | -5/+5 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -71/+71 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -0/+58 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -42/+61 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -4328/+4346 |
| 2020-09-02 | Fold length constant in Rvalue::Repeat | Tomasz Miąsko | -0/+29 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -42/+61 |
| 2020-09-01 | Rollup merge of #76218 - petrochenkov:shebang3, r=matklad | Tyler Mandry | -8/+5 |
| 2020-09-01 | Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morse | Tyler Mandry | -0/+53 |
| 2020-09-01 | Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkov | Tyler Mandry | -3/+48 |
| 2020-09-01 | Make all remaining methods of `std::net::Ipv4Addr` const | Christiaan Dirkx | -1/+18 |
| 2020-09-02 | lexer: Tiny improvement to shebang detection | Vadim Petrochenkov | -8/+5 |
| 2020-09-01 | Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkov | bors | -0/+251 |
| 2020-09-01 | Add test for `Ipv4Addr` methods in a const context | Christiaan Dirkx | -0/+41 |
| 2020-09-01 | Add trailing newline to `ipv6.rs` | CDirkx | -1/+1 |
| 2020-09-01 | Add test for `Ipv6Addr` methods in a const context | CDirkx | -0/+53 |
| 2020-09-01 | Give a better error message for duplicate built-in macros | Joshua Nelson | -3/+48 |
| 2020-08-31 | Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJung | Tyler Mandry | -15/+0 |
| 2020-08-31 | Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morse | Tyler Mandry | -0/+15 |
| 2020-09-01 | Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov | bors | -88/+203 |
| 2020-09-01 | Add a test for const | CDirkx | -0/+15 |
| 2020-08-31 | Revert #75463 | Dylan MacKenzie | -15/+0 |
| 2020-08-31 | Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnr | Aleksey Kladov | -375/+762 |
| 2020-08-31 | Fix duplicate error messages in const_generics tests | Amjad Alsharafi | -64/+42 |
| 2020-08-31 | test more ways of mutably accessing a place | Ralf Jung | -1/+45 |
| 2020-08-31 | only emit error for ManuallyDrop derefs | Ralf Jung | -8/+9 |
| 2020-08-31 | also detect DerefMut in nested union fields | Ralf Jung | -4/+19 |
| 2020-08-31 | do not apply DerefMut on union field | Ralf Jung | -0/+24 |
| 2020-08-31 | Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkov | bors | -0/+32 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+32 |
| 2020-08-31 | Auto merge of #75463 - CDirkx:ordering-const, r=CDirkx | bors | -0/+15 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -88/+203 |
| 2020-08-30 | Stabilize feature `const_ordering` | CDirkx | -2/+0 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -0/+54 |
| 2020-08-30 | Run cfg-stripping on generic parameters before invoking derive macros | Aaron Hill | -0/+251 |
| 2020-08-30 | Add unstable `const_ordering` feature, and some tests. | CDirkx | -0/+17 |
| 2020-08-30 | mv compiler to compiler/ | mark | -7/+7 |
| 2020-08-30 | Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasper | bors | -12/+36 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -14/+89 |
| 2020-08-28 | Rollup merge of #75972 - JulianKnodt:i70381, r=rollup | Pietro Albini | -0/+14 |
| 2020-08-28 | Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrum | bors | -23/+32 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -23/+32 |