| Age | Commit message (Expand) | Author | Lines |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -8/+8 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -53/+111 |
| 2020-11-24 | Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievink | Jonas Schievink | -0/+20 |
| 2020-11-24 | Rollup merge of #79321 - camelid:intra-doc-bang, r=Manishearth | Jonas Schievink | -0/+3 |
| 2020-11-24 | Rollup merge of #79312 - jyn514:doctree-impl, r=GuillaumeGomez | Jonas Schievink | -9/+9 |
| 2020-11-24 | Swap note for help | mendess | -111/+111 |
| 2020-11-24 | Requested changes | mendess | -40/+58 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+40 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -88/+95 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -467/+445 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -467/+445 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -180/+75 |
| 2020-11-23 | Auto merge of #79345 - jonas-schievink:rollup-1yhhzx9, r=jonas-schievink | bors | -1/+144 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -0/+144 |
| 2020-11-23 | Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk | Jonas Schievink | -1/+0 |
| 2020-11-23 | Auto merge of #79186 - JulianKnodt:str_from, r=Mark-Simulacrum | bors | -0/+10 |
| 2020-11-23 | Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay | bors | -0/+13 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -1/+0 |
| 2020-11-23 | Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const | Christiaan Dirkx | -0/+13 |
| 2020-11-23 | Allow using `-Z fewer-names=no` to retain value names | Tomasz Miąsko | -0/+20 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -0/+3 |
| 2020-11-22 | Change slice::to_vec to not use extend_from_slice | kadmin | -0/+10 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -180/+75 |
| 2020-11-22 | Rollup merge of #79293 - Havvy:test-eval-order-compound-assign, r=Mark-Simula... | Mara Bos | -0/+76 |
| 2020-11-22 | Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-se | Mara Bos | -3/+5 |
| 2020-11-22 | Get rid of `doctree::Impl` | Joshua Nelson | -9/+9 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -665/+907 |
| 2020-11-22 | Rollup merge of #79302 - est31:issue_73899_test, r=lcnr | Guillaume Gomez | -0/+21 |
| 2020-11-22 | Rollup merge of #78670 - sasurau4:test/check-pass-incremental, r=jyn514 | Guillaume Gomez | -6/+6 |
| 2020-11-22 | Add some more tests | Jonas Schievink | -0/+51 |
| 2020-11-22 | Add regression test for issue 73899 | est31 | -0/+21 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -99/+91 |
| 2020-11-22 | Add test for an unmotivated "cannot determine resolution" error | Vadim Petrochenkov | -0/+15 |
| 2020-11-22 | Add test for eval order for a+=b | Havvy (Ryan Scheel) | -0/+76 |
| 2020-11-22 | const fn: allow use of trait impls from bounds | Jonas Schievink | -0/+93 |
| 2020-11-22 | Fix UI tests | Waffle | -3/+5 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -14/+17 |
| 2020-11-21 | Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievink | Dylan DPC | -0/+13 |
| 2020-11-21 | Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez | Dylan DPC | -93/+105 |
| 2020-11-21 | Rollup merge of #79231 - wusyong:issue-79137, r=lcnr | Dylan DPC | -0/+52 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -0/+18 |
| 2020-11-21 | x.py test --bless | Joshua Nelson | -93/+93 |
| 2020-11-21 | Add more tests for renamed items | Joshua Nelson | -0/+12 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -0/+56 |
| 2020-11-21 | Auto merge of #79003 - petrochenkov:innertest, r=estebank | bors | -3/+20 |
| 2020-11-21 | Fix comments of toogeneris test | Ngo Iok Ui | -5/+3 |
| 2020-11-21 | Improve integer range tests | Nadrieril | -665/+907 |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -0/+13 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -3/+20 |
| 2020-11-20 | Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrum | bors | -2/+2 |