| Age | Commit message (Expand) | Author | Lines |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -4/+524 |
| 2020-11-25 | Auto merge of #79400 - camelid:rustdoc-summary_opts, r=GuillaumeGomez | bors | -6/+8 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -13/+94 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -59/+59 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -17/+17 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-24 | Auto merge of #79384 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-11-24 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-24 | Get rid of doctree::ExternCrate | Joshua Nelson | -63/+49 |
| 2020-11-24 | Get rid of doctree::Trait | Joshua Nelson | -48/+15 |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -133/+75 |
| 2020-11-24 | Get rid of doctree::ForeignItem | Joshua Nelson | -24/+11 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -53/+111 |
| 2020-11-24 | Rollup merge of #79354 - ssomers:btree_bereave_BoxedNode, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 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 | -1/+4 |
| 2020-11-24 | Rollup merge of #79312 - jyn514:doctree-impl, r=GuillaumeGomez | Jonas Schievink | -124/+60 |
| 2020-11-24 | Rollup merge of #79310 - jyn514:fold-item-cleanup, r=GuillaumeGomez | Jonas Schievink | -75/+67 |
| 2020-11-24 | Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik | Jonas Schievink | -0/+694 |
| 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-24 | Auto merge of #79228 - flip1995:clippyup, r=oli-obk | bors | -876/+3112 |
| 2020-11-23 | Add exploit mitigations chapter to the rustc book | Ramon de C Valle | -0/+694 |
| 2020-11-24 | Validate that `#[naked]` is applied to a function definition | Tomasz Miąsko | -13/+94 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -42/+42 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -472/+450 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -472/+450 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -266/+89 |
| 2020-11-23 | Auto merge of #79345 - jonas-schievink:rollup-1yhhzx9, r=jonas-schievink | bors | -2/+145 |
| 2020-11-23 | BTreeMap: cut out the ceremony around BoxedNode | Stein Somers | -6/+6 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -1/+145 |
| 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 | Fix ICE in utils::implements_trait | flip1995 | -0/+8 |
| 2020-11-23 | Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup | flip1995 | -876/+3104 |
| 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 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -3/+81 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -1/+4 |
| 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 | -266/+89 |
| 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 | Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-22 | Get rid of `doctree::Impl` | Joshua Nelson | -124/+60 |