| Age | Commit message (Expand) | Author | Lines |
| 2018-10-26 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -32/+70 |
| 2018-10-26 | Refactoring: added `PatternTypeAnnotation` wrapper around `UserTypeAnnotation... | Felix S. Klock II | -13/+28 |
| 2018-10-26 | restrict scope of methods that are only called within mod tree of parent. | Felix S. Klock II | -2/+2 |
| 2018-10-26 | Remove `PlaceContext` from API of `mir::Visitor::visit_projection_elem`. | Felix S. Klock II | -6/+3 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -496/+1164 |
| 2018-10-26 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk | kennytm | -34/+33 |
| 2018-10-26 | Rollup merge of #55383 - nnethercote:coerce_unsized-SmallVec, r=davidtwco | kennytm | -16/+20 |
| 2018-10-26 | Rollup merge of #55264 - michaelwoerister:single-cgu-std, r=simulacrum | kennytm | -5/+26 |
| 2018-10-26 | Rollup merge of #55379 - RalfJung:no-empty-union, r=oli-obk | kennytm | -1/+5 |
| 2018-10-26 | Rollup merge of #55378 - Keruspe:bootstrap-linker, r=petrochenkov | kennytm | -0/+3 |
| 2018-10-26 | Rollup merge of #55375 - upstreaming:configure_cmake-comment-typo-fixes, r=al... | kennytm | -2/+2 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -65/+56 |
| 2018-10-26 | Rollup merge of #55346 - nnethercote:shrink-StatementKind, r=nagisa | kennytm | -6/+10 |
| 2018-10-26 | Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichton | kennytm | -1/+1 |
| 2018-10-26 | Rollup merge of #55302 - goffrie:impl-stable-hash, r=varkor | kennytm | -76/+40 |
| 2018-10-26 | Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkov | kennytm | -141/+385 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -50/+152 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -35/+123 |
| 2018-10-26 | Rollup merge of #55271 - sinkuu:traversal_iter, r=matthewjasper | kennytm | -12/+24 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -24/+59 |
| 2018-10-26 | bootstrap: clean up a few clippy findings | Matthias Krüger | -34/+33 |
| 2018-10-26 | CI: Set codegen-units-std=1 for dist builds. | Michael Woerister | -0/+1 |
| 2018-10-26 | Make configure.py handle numeric arguments for `--set` a little better. | Michael Woerister | -1/+12 |
| 2018-10-26 | bootstrap: Allow for build libstd to have its own codegen-unit setting. | Michael Woerister | -4/+13 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -1229/+1130 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -3/+87 |
| 2018-10-26 | Rollup merge of #55167 - nnethercote:is_missing_ctors_empty, r=varkor | kennytm | -19/+66 |
| 2018-10-26 | Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | kennytm | -14/+68 |
| 2018-10-26 | Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavus | kennytm | -13/+16 |
| 2018-10-26 | Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg | kennytm | -3/+47 |
| 2018-10-26 | validity: assert that unions are non-empty | Ralf Jung | -1/+5 |
| 2018-10-26 | Use `SmallVec` for the queue in `coerce_unsized`. | Nicholas Nethercote | -16/+20 |
| 2018-10-26 | rustbuild: use configured linker to build boostrap | Marc-Antoine Perennou | -0/+3 |
| 2018-10-26 | Extend the impl_stable_hash_for! macro for miri. | Geoffry Song | -76/+40 |
| 2018-10-26 | Typo fixes in configure_cmake comments | Eddy Petrișor | -2/+2 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -65/+56 |
| 2018-10-26 | Auto merge of #54145 - nrc:save-path-segments, r=petrochenkov | bors | -833/+725 |
| 2018-10-26 | Shrink `Statement`. | Nicholas Nethercote | -6/+10 |
| 2018-10-26 | more reviewer changes | Nick Cameron | -16/+8 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -187/+274 |
| 2018-10-26 | rebasing and reviewer changes | Nick Cameron | -133/+157 |
| 2018-10-26 | save-analysis: handle missing field names | Nick Cameron | -6/+7 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -24/+28 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -20/+51 |
| 2018-10-26 | dump data for prefix path segments | Nick Cameron | -131/+22 |
| 2018-10-26 | save-analysis: remove hacky, unnecessary code now that we have spans for ever... | Nick Cameron | -345/+124 |
| 2018-10-26 | Store a resolved def on hir::PathSegment | Nick Cameron | -111/+182 |
| 2018-10-26 | Give each PathSegment a NodeId | Nick Cameron | -7/+19 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -287/+240 |
| 2018-10-25 | Clear up nonpromotable const fn call qualification | Oliver Scherer | -5/+6 |