| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove explicit returns where unnecessary | ljedrz | -22/+22 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -9/+3 |
| 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 |
| 2018-08-04 | Fix dyn objects | Guillaume Gomez | -2/+2 |
| 2018-08-04 | Strengthen tests | Guillaume Gomez | -0/+1 |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -5/+35 |
| 2018-08-04 | Clean generic impls code | Guillaume Gomez | -435/+508 |
| 2018-08-04 | Remove in-band lifetimes from the 2018 edition | Scott McMurray | -1/+1 |
| 2018-08-04 | more comments and justify correctness | Niko Matsakis | -4/+16 |
| 2018-08-04 | generalize the Deref case and simplify the code | Niko Matsakis | -11/+20 |
| 2018-08-04 | add a comment explaining the idea | Niko Matsakis | -2/+33 |
| 2018-08-04 | Change tracking issue from #49792 to #51919 | Tobias Bucher | -8/+8 |
| 2018-08-04 | Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavus | kennytm | -0/+5 |
| 2018-08-04 | Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-08-04 | Rollup merge of #53024 - matklad:patch-1, r=alexcrichton | kennytm | -0/+4 |
| 2018-08-04 | Rollup merge of #53022 - RalfJung:volatile, r=alexcrichton | kennytm | -0/+30 |
| 2018-08-04 | Rollup merge of #53003 - GuillaumeGomez:stabilize-rustdoc-options, r=QuietMis... | kennytm | -2/+2 |
| 2018-08-04 | Rollup merge of #53001 - petrochenkov:master, r=estebank | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #52995 - cramertj:smaller-await, r=withoutboats | kennytm | -8/+11 |
| 2018-08-04 | Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichton | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank | kennytm | -19/+57 |
| 2018-08-04 | Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichton | kennytm | -4/+6 |
| 2018-08-04 | deleted changed lines | redroc | -33/+0 |
| 2018-08-04 | Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton | bors | -302/+255 |
| 2018-08-04 | fixed broken links to char | redroc | -19/+19 |
| 2018-08-03 | Make left column of rustdoc search results narrower | Carol (Nichols || Goulding) | -1/+1 |
| 2018-08-03 | Make entire row of doc search results clickable | Carol (Nichols || Goulding) | -0/+5 |
| 2018-08-04 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -6/+48 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -130/+184 |
| 2018-08-03 | Tests for closure spans | Matthew Jasper | -0/+666 |
| 2018-08-03 | Highlight closure spans for borrow and initialization errors | Matthew Jasper | -200/+403 |
| 2018-08-03 | Fix invalid code css rule | Guillaume Gomez | -2/+2 |
| 2018-08-03 | Auto merge of #53034 - Manishearth:clippyup, r=oli-obk | bors | -5/+19 |
| 2018-08-03 | Auto merge of #52973 - davidtwco:issue-52663-lifetimes-not-included-in-span, ... | bors | -5/+103 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -101/+81 |
| 2018-08-03 | Update clippy | Manish Goregaokar | -5/+19 |