| Age | Commit message (Expand) | Author | Lines |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -18/+49 |
| 2018-08-28 | Auto merge of #53679 - japaric:cortex-r, r=alexcrichton | bors | -42/+139 |
| 2018-08-28 | Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis | bors | -184/+143 |
| 2018-08-28 | Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix | bors | -608/+1001 |
| 2018-08-28 | Fix definition of `LocalUseMapBuild` so that it can build under stage0, | Felix S. Klock II | -1/+1 |
| 2018-08-28 | Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakis | bors | -749/+628 |
| 2018-08-28 | Auto merge of #53404 - oconnor663:current_dir_behavior, r=alexcrichton | bors | -0/+10 |
| 2018-08-28 | Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakis | bors | -18/+23 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -365/+496 |
| 2018-08-27 | Revert crate root changes | varkor | -1/+10 |
| 2018-08-27 | Make small modifications | varkor | -21/+7 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -507/+500 |
| 2018-08-27 | Convert EntryKind to a struct, Entry | varkor | -243/+118 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -164/+186 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -69/+65 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -457/+457 |
| 2018-08-27 | Rename MapEntry to EntryKind | varkor | -161/+159 |
| 2018-08-27 | Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis | bors | -22/+138 |
| 2018-08-27 | fix test stderrs | Mark Mansi | -4/+4 |
| 2018-08-27 | make `to_location` O(1) | Niko Matsakis | -42/+23 |
| 2018-08-27 | merge `PointIndexMap` and `RegionValueElements` | Niko Matsakis | -140/+88 |
| 2018-08-27 | micro-optimize dominator code | Niko Matsakis | -2/+2 |
| 2018-08-27 | kill dead code from `util/liveness` | Niko Matsakis | -171/+9 |
| 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 #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -23/+94 |
| 2018-08-27 | Fix anon param + make it allow-by-def | Mark Mansi | -3/+10 |
| 2018-08-27 | fix another | Mark Mansi | -1/+1 |
| 2018-08-27 | fix some anon params | Mark Mansi | -8/+8 |
| 2018-08-27 | oops | Mark Mansi | -3/+1 |
| 2018-08-27 | warn on anon params in 015 | Mark Mansi | -1/+1 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -27/+211 |
| 2018-08-27 | add test for the suggestion from prelude | Douglas Campos | -0/+37 |
| 2018-08-27 | no need to special case std | Douglas Campos | -11/+7 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -84/+110 |
| 2018-08-27 | Also use smaller spans for unsize adjustments | Matthew Jasper | -89/+62 |
| 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 |