| Age | Commit message (Expand) | Author | Lines |
| 2018-08-05 | Fix incremental tests | varkor | -2/+4 |
| 2018-08-05 | Add special support for libc | varkor | -6/+3 |
| 2018-08-05 | Add support for feature attributes on macros | varkor | -4/+3 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -575/+247 |
| 2018-08-05 | Turn the duplicate feature lint into an error | varkor | -48/+46 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -16/+0 |
| 2018-08-05 | Remove obsolete tests in tidy | varkor | -32/+3 |
| 2018-08-05 | Remove panic-runtime opt-out | varkor | -9/+0 |
| 2018-08-05 | Add a test for feature attribute consistency | varkor | -0/+41 |
| 2018-08-05 | Add test for duplicate features | varkor | -0/+40 |
| 2018-08-05 | Add a test for unknown features | varkor | -0/+29 |
| 2018-08-05 | Fix test/ui | varkor | -7/+7 |
| 2018-08-05 | Fix test/compile-fail | varkor | -216/+231 |
| 2018-08-05 | Fix test/run-pass | varkor | -85/+36 |
| 2018-08-05 | Fix test/run-fail | varkor | -6/+0 |
| 2018-08-05 | Fix test/debuginfo | varkor | -1/+0 |
| 2018-08-05 | Get around tidy bug | varkor | -4/+4 |
| 2018-08-05 | Add duplicity lint for lang features | varkor | -29/+38 |
| 2018-08-05 | Add a lint for duplicate feature attributes | varkor | -0/+15 |
| 2018-08-05 | Trigger stable feature lint for lib features | varkor | -0/+10 |
| 2018-08-05 | Add error for inconsistent stability `since` value | varkor | -0/+15 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -28/+268 |
| 2018-08-05 | Correct invalid feature attributes | varkor | -46/+6 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -39/+3 |
| 2018-08-05 | Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix | bors | -330/+1253 |
| 2018-08-05 | Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelix | bors | -65/+331 |
| 2018-08-05 | remove unused tcx argument | Niko Matsakis | -15/+10 |
| 2018-08-05 | Auto merge of #53078 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-08-04 | Update cargo to fix Rust 2018 build scripts | Alex Crichton | -0/+0 |
| 2018-08-04 | Auto merge of #53057 - nrc:update, r=kennytm | bors | -39/+25 |
| 2018-08-05 | Update rustfmt and RLS | Nick Cameron | -39/+25 |
| 2018-08-04 | Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -329/+481 |
| 2018-08-04 | Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelix | bors | -346/+313 |
| 2018-08-04 | Auto merge of #53056 - kennytm:rollup, r=kennytm | bors | -107/+261 |
| 2018-08-04 | Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrum | kennytm | -50/+50 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -50/+50 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -4/+4 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -25/+25 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -68/+70 |
| 2018-08-04 | Simplify some handling of target_pointer_width | Mark Rousskov | -35/+6 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -40/+38 |
| 2018-08-04 | Normalize EntryFnType variants to standard style | Mark Rousskov | -14/+14 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -15/+12 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -145/+144 |
| 2018-08-04 | Privatize some exports from code_stats | Mark Rousskov | -2/+2 |
| 2018-08-04 | Update to master | Guillaume Gomez | -50/+128 |
| 2018-08-04 | Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapin | kennytm | -18/+90 |
| 2018-08-04 | Remove FinderTrait and move its functions into DocContext | Guillaume Gomez | -180/+150 |
| 2018-08-04 | Improve functions naming | Guillaume Gomez | -13/+13 |