| Age | Commit message (Expand) | Author | Lines |
| 2018-08-03 | support `X = &*Y` reborrows | Niko Matsakis | -16/+47 |
| 2018-08-03 | Provide `{to,from}_{ne,le,be}_bytes` functions on integers | Tobias Bucher | -14/+86 |
| 2018-08-03 | Auto merge of #52919 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -68/+259 |
| 2018-08-02 | Update Cargo submodule | Alex Crichton | -68/+259 |
| 2018-08-03 | Auto merge of #51657 - wesleywiser:wip_profiling, r=eddyb | bors | -1/+332 |
| 2018-08-02 | Generate self-profiler types with macros | Wesley Wiser | -130/+91 |
| 2018-08-02 | Fix tidy | Wesley Wiser | -12/+25 |
| 2018-08-02 | Remove some dead code | Wesley Wiser | -17/+1 |
| 2018-08-02 | Include additional data in the json output | Wesley Wiser | -3/+12 |
| 2018-08-02 | Include query hits/totals | Wesley Wiser | -3/+10 |
| 2018-08-02 | Refactor json printing | Wesley Wiser | -35/+21 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+56 |
| 2018-08-02 | Fix more missed query data | Wesley Wiser | -0/+9 |
| 2018-08-02 | Remove redundant s in output | Wesley Wiser | -1/+1 |
| 2018-08-02 | Fix some missed query data | Wesley Wiser | -4/+3 |
| 2018-08-02 | Switch to markdown output | Wesley Wiser | -12/+15 |
| 2018-08-02 | Add units to times | Wesley Wiser | -1/+1 |
| 2018-08-02 | Basic incremental stats | Wesley Wiser | -9/+55 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -1/+259 |
| 2018-08-03 | privacy: Fix an ICE in `path_is_private_type` | Vadim Petrochenkov | -1/+1 |
| 2018-08-02 | preserve order if blocks are between items | QuietMisdreavus | -9/+9 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -135/+675 |
| 2018-08-02 | Add #![feature(trim_direction)] to doc comments | varkor | -2/+14 |
| 2018-08-02 | make TinyList more readable and optimize remove(_) | Andre Bogus | -32/+49 |
| 2018-08-02 | Stabilize --color and --error-format options in rustdoc | Guillaume Gomez | -2/+2 |
| 2018-08-02 | add rustdoc test for `everybody_loops` fix | QuietMisdreavus | -0/+29 |
| 2018-08-02 | more fixes for everybody_loops | QuietMisdreavus | -1/+9 |
| 2018-08-02 | Remove unnecessary local in await! macro | Taylor Cramer | -8/+11 |
| 2018-08-02 | make `everybody_loops` keep item declarations | QuietMisdreavus | -24/+71 |
| 2018-08-02 | Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb | bors | -9/+586 |
| 2018-08-02 | Add trim_start, trim_end, trim_start_matches and trim_end_matches | varkor | -13/+218 |
| 2018-08-02 | compute union-find of locals flowing into the output of statics | Niko Matsakis | -24/+203 |
| 2018-08-02 | Tidy fixes | Aaron Hill | -4/+12 |
| 2018-08-02 | A bit of cleanup | Aaron Hill | -4/+23 |
| 2018-08-02 | Filter out duplicated trait predicates when generating auto traits | Aaron Hill | -3/+87 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -277/+34 |
| 2018-08-02 | test that align_of handles alignment properly for the mid part | Ralf Jung | -0/+16 |
| 2018-08-02 | Fix rustdoc crash when 'static bound appears in struct declaration | Aaron Hill | -2/+22 |
| 2018-08-02 | Auto merge of #52975 - pnkfelix:issue-52967-edition-2018-implies-2-phase-borr... | bors | -3/+43 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -3/+43 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -18/+28 |
| 2018-08-02 | Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichton | bors | -5/+4 |
| 2018-08-02 | Explicitly label any named lifetimes mentioned in error messages. | David Wood | -5/+103 |
| 2018-08-02 | debug_assert to ensure that from_raw_parts is only used properly aligned | Ralf Jung | -0/+2 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -5/+100 |
| 2018-08-02 | Reading values should not be looking at the variant | Oliver Schneider | -19/+7 |
| 2018-08-02 | rustbuild: fix local_rebuild | Marc-Antoine Perennou | -1/+1 |
| 2018-08-01 | `Applicability`-ify librustc_lint | Zack M. Davis | -19/+57 |
| 2018-08-02 | Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton | bors | -1/+4 |
| 2018-08-02 | Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton | bors | -2/+137 |