| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | rustc: don't ICE when using Rvalue::Discriminant on a non-ADT. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-02-03 | Auto merge of #47969 - Manishearth:ice-ice-beta, r=Mark-Simulacrum | bors | -5/+14 |
| 2018-02-03 | Fix rustdoc ICE on macros defined within functions | Manish Goregaokar | -5/+14 |
| 2018-02-02 | Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddyb | bors | -74/+118 |
| 2018-01-31 | track intercrate ambiguity only when there is a coherence error | Niko Matsakis | -49/+82 |
| 2018-01-31 | change `overlapping_impls` to take a tcx and create the infcx | Niko Matsakis | -42/+40 |
| 2018-01-31 | make `overlapping_impls` call closures instead of returning | Niko Matsakis | -33/+46 |
| 2018-01-23 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -9/+7 |
| 2018-01-21 | Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoerister | bors | -3/+9 |
| 2018-01-18 | Use name-discarding LLVM context | Simonas Kazlauskas | -1/+14 |
| 2018-01-18 | [beta] Turn back on "fat" LTO by default | Alex Crichton | -3/+9 |
| 2018-01-10 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+14 |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -2/+2 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -60/+86 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -11/+15 |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -1/+1 |
| 2017-12-31 | Clarify where `is_import` is used. | leonardo.yvens | -0/+1 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -1/+1 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -7/+5 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -7/+5 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -5/+15 |
| 2017-12-26 | rustc: don't use union layouts for tagged union enums. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-12-26 | Pass correct span when lowering grouped imports | Josh Holmer | -1/+1 |
| 2017-12-26 | Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxc | bors | -2/+12 |
| 2017-12-26 | avoid ICE when fields are not laid out in order | Niko Matsakis | -5/+13 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+2 |
| 2017-12-26 | Rollup merge of #46979 - clarcharr:rustc_docs, r=arielb1 | kennytm | -2/+2 |
| 2017-12-25 | Make internal docs build properly. | Clar Charr | -2/+2 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+3 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -2/+12 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+8 |
| 2017-12-25 | Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -4/+1 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -8/+80 |
| 2017-12-24 | Auto merge of #46859 - gereeter:uninhabited-unions, r=eddyb | bors | -11/+11 |
| 2017-12-24 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+3 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -3/+13 |
| 2017-12-23 | Remove unnecessary assert that unions have only one variant | Jonathan S | -3/+0 |
| 2017-12-23 | rustc: Set release mode cgus to 16 by default | Alex Crichton | -4/+1 |
| 2017-12-23 | Auto merge of #46881 - michaelwoerister:ensure-coherence, r=nikomatsakis | bors | -9/+8 |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -4/+2 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -60/+118 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -9/+32 |
| 2017-12-22 | Convert warning about `*const _` to a future-compat lint | Michael Hewson | -1/+8 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -9/+23 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -27/+56 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -9/+23 |
| 2017-12-22 | Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakis | kennytm | -3/+4 |
| 2017-12-22 | Rollup merge of #46814 - varkor:contrib-7, r=alexcrichton | kennytm | -0/+25 |
| 2017-12-22 | Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1 | kennytm | -7/+5 |
| 2017-12-22 | Rollup merge of #46780 - varkor:contrib-5, r=arielb1 | kennytm | -17/+22 |