| Age | Commit message (Expand) | Author | Lines |
| 2020-11-28 | Derive `Debug` for `DebugInfo` | J. Ryan Stinnett | -1/+1 |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -30/+658 |
| 2020-11-25 | Adjust pretty-print compat hack to work with item statements | Aaron Hill | -7/+14 |
| 2020-11-25 | Auto merge of #79216 - Aaron1011:opt-on-disk-cache, r=pnkfelix | bors | -17/+33 |
| 2020-11-25 | Auto merge of #79400 - camelid:rustdoc-summary_opts, r=GuillaumeGomez | bors | -6/+8 |
| 2020-11-25 | Auto merge of #79397 - camelid:polonious-incr-comp, r=jonas-schievink | bors | -2/+2 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -14/+116 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -82/+98 |
| 2020-11-25 | Auto merge of #77491 - lukaslueg:peek_mut, r=m-ou-se | bors | -0/+49 |
| 2020-11-24 | TRACK '-Z polonius' flag | Camelid | -2/+2 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-25 | Auto merge of #76688 - yokodake:patch-2, r=kodrAus | bors | -2/+6 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -20/+20 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -9/+574 |
| 2020-11-24 | Auto merge of #78548 - camelid:driver-tty, r=oli-obk | bors | -2/+21 |
| 2020-11-24 | Handle `Annotatable::Stmt` in some builtin macros | Aaron Hill | -14/+70 |
| 2020-11-24 | Auto merge of #79384 - ehuss:update-cargo, r=ehuss | bors | -1/+1 |
| 2020-11-24 | Update cargo | Eric Huss | -1/+1 |
| 2020-11-24 | Auto merge of #79335 - jyn514:doctree-crate, r=GuillaumeGomez | bors | -268/+150 |
| 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 | Auto merge of #79377 - jonas-schievink:rollup-ye81i66, r=jonas-schievink | bors | -312/+999 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -54/+113 |
| 2020-11-24 | Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievink | Jonas Schievink | -1/+5 |
| 2020-11-24 | Rollup merge of #79358 - ssomers:btree_public_comments, r=Mark-Simulacrum | Jonas Schievink | -4/+6 |
| 2020-11-24 | Rollup merge of #79354 - ssomers:btree_bereave_BoxedNode, r=Mark-Simulacrum | Jonas Schievink | -44/+18 |
| 2020-11-24 | Rollup merge of #79351 - Takashiidobe:keyword-docs-typo, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-24 | Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievink | Jonas Schievink | -8/+31 |
| 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 | -113/+113 |
| 2020-11-24 | Requested changes | mendess | -41/+59 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+41 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -97/+115 |
| 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 | Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum | bors | -10/+35 |
| 2020-11-23 | Use `early_error` | Camelid | -5/+12 |
| 2020-11-24 | Auto merge of #78636 - dtolnay:puncteq, r=petrochenkov | bors | -1/+16 |
| 2020-11-24 | Allow disabling TrapUnreachable via -Ztrap-unreachable=no | Dario Nieuwenhuis | -1/+5 |
| 2020-11-24 | Validate that `#[naked]` is applied to a function definition | Tomasz Miąsko | -13/+115 |
| 2020-11-24 | Don't mark #[naked] as used when checking #[track_caller] | Tomasz Miąsko | -1/+1 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+49 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -62/+78 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -487/+465 |
| 2020-11-23 | Clean up `core` macros documentation | Camelid | -4/+4 |