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