| Age | Commit message (Expand) | Author | Lines |
| 2019-08-28 | Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum | bors | -3/+19 |
| 2019-08-28 | Auto merge of #63875 - philipc:issue-57822, r=michaelwoerister | bors | -15/+80 |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -4/+96 |
| 2019-08-28 | Save crate filtering on rustdoc | Guillaume Gomez | -3/+19 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -81/+13 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -388/+391 |
| 2019-08-27 | Auto merge of #63960 - ehuss:update-cargo, r=alexcrichton | bors | -11/+11 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -4/+96 |
| 2019-08-27 | Update cargo | Eric Huss | -11/+11 |
| 2019-08-27 | Auto merge of #63922 - RalfJung:miri, r=nikomatsakis | bors | -7/+10 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -6/+6 |
| 2019-08-27 | update miri | Ralf Jung | -7/+10 |
| 2019-08-27 | Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomez | bors | -507/+442 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -376/+379 |
| 2019-08-27 | Auto merge of #63940 - Centril:rollup-47qe9gn, r=Centril | bors | -240/+468 |
| 2019-08-27 | Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramert | Mazdak Farrokhzad | -2/+25 |
| 2019-08-27 | Rollup merge of #63761 - petrochenkov:procattrs, r=eddyb | Mazdak Farrokhzad | -172/+318 |
| 2019-08-27 | Rollup merge of #63698 - Phosphorus15:master, r=nagisa | Mazdak Farrokhzad | -19/+24 |
| 2019-08-27 | Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg | Mazdak Farrokhzad | -47/+101 |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -20/+18 |
| 2019-08-26 | Shorten line during rendering instead of in markdown | Mark Rousskov | -44/+36 |
| 2019-08-26 | Inline recurse into only callsite | Mark Rousskov | -57/+40 |
| 2019-08-26 | Transition a few fmt::Display impls to functions | Mark Rousskov | -52/+56 |
| 2019-08-27 | Auto merge of #63926 - Centril:rollup-6kckn9n, r=Centril | bors | -564/+1675 |
| 2019-08-26 | Inline RawMutableSpace | Mark Rousskov | -16/+7 |
| 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-26 | review comment | Esteban Küber | -2/+2 |
| 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 | 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 | 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 |