| Age | Commit message (Expand) | Author | Lines |
| 2018-08-27 | improve comment on `LiveVar` | Niko Matsakis | -2/+7 |
| 2018-08-27 | rename `LocalWithRegion` to `LiveVar` | Niko Matsakis | -22/+22 |
| 2018-08-27 | comment what `trace` does | Niko Matsakis | -0/+14 |
| 2018-08-27 | fix comment | Niko Matsakis | -3/+4 |
| 2018-08-27 | enable feature `impl_header_lifetime_elision` | Niko Matsakis | -0/+2 |
| 2018-08-27 | liveness.rs: rustfmt | Niko Matsakis | -6/+7 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -338/+963 |
| 2018-08-27 | update comment in the interest of precision | Niko Matsakis | -6/+10 |
| 2018-08-27 | remove the liveness mode and simplify `categorize` | Niko Matsakis | -43/+17 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -27/+211 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -84/+110 |
| 2018-08-27 | Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk | bors | -58/+47 |
| 2018-08-27 | Auto merge of #53648 - japaric:thumb-lld, r=alexcrichton | bors | -11/+10 |
| 2018-08-27 | Update clippy | John Kåre Alsaker | -29/+16 |
| 2018-08-27 | Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoerister | bors | -35/+151 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -29/+31 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -35/+151 |
| 2018-08-26 | Auto merge of #53715 - pietroalbini:missing-components-manifest, r=alexcrichton | bors | -66/+46 |
| 2018-08-26 | Auto merge of #53717 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -20/+77 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53651 - GuillaumeGomez:struct-keyword, r=QuietMisdreavus | Guillaume Gomez | -0/+21 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-26 | Rollup merge of #53428 - RalfJung:libtest-terse, r=KodrAus | Guillaume Gomez | -1/+5 |
| 2018-08-26 | Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet... | Guillaume Gomez | -0/+13 |
| 2018-08-26 | Auto merge of #53629 - nnethercote:lazier-SparseBitMatrix, r=nikomatsakis | bors | -34/+38 |
| 2018-08-26 | Auto merge of #53623 - cramertj:libc-update, r=alexcrichton | bors | -0/+0 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -79/+164 |
| 2018-08-26 | Auto merge of #53567 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -415/+441 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -415/+441 |
| 2018-08-25 | Auto merge of #53612 - mark-i-m:anon_param_disallowed_2018, r=petrochenkov | bors | -83/+70 |
| 2018-08-25 | Include missing tools in the manifest and mark them as unavailable | Pietro Albini | -66/+46 |
| 2018-08-25 | rustdoc: Fix gap on section anchor symbol when hovering. | Eric Huss | -3/+2 |
| 2018-08-25 | Auto merge of #53701 - Xanewok:update-rls, r=kennytm | bors | -136/+34 |
| 2018-08-25 | Bump serde_json 1.0.24 -> 1.0.25 | Igor Matuszewski | -136/+34 |
| 2018-08-25 | Update RLS | Igor Matuszewski | -0/+0 |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -291/+127 |
| 2018-08-25 | Expand a collapsed element on onclick | Kazuyoshi Kato | -16/+21 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -9/+1 |
| 2018-08-25 | Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung | bors | -73/+331 |
| 2018-08-25 | Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre... | bors | -10/+30 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -79/+1757 |
| 2018-08-24 | fix tests | Mark Mansi | -36/+6 |
| 2018-08-24 | oops | Mark Mansi | -2/+0 |
| 2018-08-24 | Add/update tests for 2015, 2018, rustfix | Mark Mansi | -75/+75 |
| 2018-08-24 | Start working on a test | Mark Mansi | -0/+13 |
| 2018-08-24 | fix compile error | Mark Mansi | -1/+1 |
| 2018-08-24 | Remove anon trait params from 2018 and beyond | Mark Mansi | -1/+7 |
| 2018-08-24 | change the default linker of the ARM Cortex-M targets | Jorge Aparicio | -11/+10 |
| 2018-08-24 | Auto merge of #53460 - JoshBrudnak:master, r=estebank | bors | -612/+847 |
| 2018-08-24 | Update libc to include Fuchsia fixes | Taylor Cramer | -0/+0 |