| Age | Commit message (Expand) | Author | Lines |
| 2019-08-26 | Store only the current depth | Mark Rousskov | -11/+11 |
| 2019-08-26 | Remove support for printing HRef in alternate mode | Mark Rousskov | -11/+8 |
| 2019-08-26 | Remove dead tracking of external param names | Mark Rousskov | -45/+0 |
| 2019-08-26 | Mutate DocContext from LibEmbargoVisitor and RustdocVisitor | Mark Rousskov | -27/+23 |
| 2019-08-26 | Move top-level Clean impl to function | Mark Rousskov | -87/+83 |
| 2019-08-26 | Move source HTML generation to own module | Mark Rousskov | -173/+194 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -49/+151 |
| 2019-08-27 | metadata: Eliminate `FullProcMacro` | Vadim Petrochenkov | -50/+28 |
| 2019-08-27 | Respect attributes on proc macro definitions | Vadim Petrochenkov | -67/+131 |
| 2019-08-26 | Rollup merge of #63921 - RalfJung:file-check, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-08-26 | Rollup merge of #63855 - killercup:refactor/feature-gates, r=Centril | Mazdak Farrokhzad | -309/+419 |
| 2019-08-26 | Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakis | Mazdak Farrokhzad | -8/+0 |
| 2019-08-26 | Rollup merge of #63836 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-26 | Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebank | Mazdak Farrokhzad | -226/+1081 |
| 2019-08-26 | Rollup merge of #63317 - estebank:dead-code, r=matthewjasper | Mazdak Farrokhzad | -20/+172 |
| 2019-08-27 | proc_macro: Turn `quote` into a regular built-in macro | Vadim Petrochenkov | -17/+19 |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are reso... | Vadim Petrochenkov | -153/+195 |
| 2019-08-26 | review comment | Esteban Küber | -2/+2 |
| 2019-08-26 | adjust tests | Ralf Jung | -18/+9 |
| 2019-08-26 | parser: fix span for leading vert. | Mazdak Farrokhzad | -5/+6 |
| 2019-08-26 | add link to FileCheck docs | Ralf Jung | -0/+2 |
| 2019-08-26 | raw slices do not have to comply to the size limit | Ralf Jung | -14/+5 |
| 2019-08-26 | Error when generator trait is not found | Lzu Tao | -2/+25 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -12/+51 |
| 2019-08-26 | Auto merge of #63897 - petrochenkov:prettycomma, r=estebank | bors | -15/+24 |
| 2019-08-26 | ty: use Align for ReprOptions pack and align. | Hristo Venev | -46/+45 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -369/+519 |
| 2019-08-26 | Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbg | bors | -4/+12 |
| 2019-08-26 | Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplett | bors | -3/+11 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -12/+51 |
| 2019-08-25 | Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27 | bors | -67/+264 |
| 2019-08-25 | Refactor feature gate checking code | Pascal Hertleif | -18/+22 |
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -15/+24 |
| 2019-08-25 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-08-25 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-08-25 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 |
| 2019-08-25 | Auto merge of #63878 - phansch:update_clippy_submodule, r=Manishearth | bors | -7/+7 |
| 2019-08-25 | test for too long slices | Ralf Jung | -9/+31 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -68/+131 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -39/+48 |
| 2019-08-25 | submodules: update clippy from 2bcb6155948e2f8b86db08152a5f54bd5af625e5 to 05... | Philipp Hansch | -7/+7 |
| 2019-08-25 | Fix system theme detection | Guillaume Gomez | -1/+2 |
| 2019-08-25 | Introduce and use `Feature` type for feature gates | Pascal Hertleif | -23/+98 |
| 2019-08-25 | Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centril | bors | -12/+9 |
| 2019-08-25 | Auto merge of #63862 - Centril:match-cleanup, r=oli-obk | bors | -973/+1129 |
| 2019-08-25 | parser: TopLevel -> RecoverComma. | Mazdak Farrokhzad | -10/+10 |
| 2019-08-25 | or_patterns: add run-rustfix tests. | Mazdak Farrokhzad | -0/+150 |
| 2019-08-25 | parser: gracefully handle `fn foo(A | B: type)`. | Mazdak Farrokhzad | -97/+125 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -5/+72 |
| 2019-08-24 | Add a period at the end of the sentence | Santiago Pastorino | -1/+1 |