| Age | Commit message (Expand) | Author | Lines |
| 2018-07-03 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+3 |
| 2018-07-03 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-03 | change `PointerKind::Implicit` to a note | Niko Matsakis | -53/+79 |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -1/+4 |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -14/+14 |
| 2018-05-21 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-14 | rustc: don't trip an assertion for enums with present but uninhabited variants. | Eduard-Mihai Burtescu | -0/+5 |
| 2018-05-13 | rustc: leave space for fields of uninhabited types to allow partial initializ... | Eduard-Mihai Burtescu | -23/+50 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -10/+11 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -0/+2 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -5/+5 |
| 2018-05-05 | Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton | bors | -0/+11 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -0/+11 |
| 2018-05-05 | Auto merge of #50370 - nikomatsakis:nll-alias-analysis-flat, r=pnkfelix | bors | -0/+7 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -0/+2 |
| 2018-05-05 | add `Location::START` const | Niko Matsakis | -0/+5 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -83/+82 |
| 2018-05-04 | Mark lints with applicability | Manish Goregaokar | -10/+11 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -0/+8 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -151/+163 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -8/+9 |
| 2018-05-04 | Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive... | kennytm | -2/+2 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-04 | Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r... | kennytm | -1/+1 |
| 2018-05-03 | Fix issue #50415. | kennytm | -2/+2 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -83/+82 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -0/+8 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -18/+22 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -0/+2 |
| 2018-05-02 | Add a comment explaining unification w/ universes | Sean Griffin | -0/+5 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -1/+1 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -2/+6 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -87/+26 |
| 2018-05-02 | Wrap `InferCtxt::universe` in a cell | Sean Griffin | -5/+9 |
| 2018-05-02 | Fix rebase issues | Sean Griffin | -0/+2 |
| 2018-05-02 | give a universe to region variables | Sean Griffin | -6/+34 |
| 2018-05-02 | store RegionVariableInfo and not just RegionVariableOrigin | Sean Griffin | -30/+37 |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -29/+38 |
| 2018-05-02 | add universes to type inference variables | Sean Griffin | -7/+15 |
| 2018-05-02 | introduce `UniverseIndex` into `InferCtxt` | Sean Griffin | -3/+13 |
| 2018-05-02 | make it compile again | flip1995 | -6/+6 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -9/+5 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -4/+12 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -74/+72 |
| 2018-05-01 | Correct initial field alignment for repr(C)/repr(int) | varkor | -2/+6 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -184/+109 |
| 2018-05-01 | Use two vectors in nearest_common_ancestor. | Nicholas Nethercote | -5/+6 |
| 2018-05-01 | Merge adjacent write! invocations | Oliver Schneider | -4/+1 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -74/+72 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -26/+36 |