about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-02-07Rollup merge of #58242 - notriddle:patch-3, r=zackmdaviskennytm-0/+1
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-1243/+1234
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-10/+2
2019-02-06Document the one TyKind that isn't documentedMichael Howell-0/+1
2019-02-06Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddybbors-0/+2
2019-02-06Make `intern_lazy_const` actually intern its argument.Nicholas Nethercote-17/+19
2019-02-05typeck: partially HirIdifyljedrz-2/+6
2019-02-05rustc: partially HirIdifyljedrz-33/+30
2019-02-05move librustc to 2018Mark Mansi-1243/+1234
2019-02-06Rollup merge of #58139 - ljedrz:HirIdification_phase_2.5, r=Zoxckennytm-0/+60
2019-02-04hir: more HirId methodsljedrz-0/+60
2019-02-04Fix #58101Tatsuyuki Ishi-1/+3
2019-02-04Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxcbors-6/+119
2019-02-03hir: remove Definitions::hir_to_def_indexljedrz-27/+5
2019-02-03hir: add HirId methodsljedrz-1/+138
2019-02-03Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkovbors-7/+22
2019-02-03cleanup: don't use node_to_hir_id where unneededljedrz-6/+4
2019-02-03Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxcbors-97/+236
2019-02-02hir: add HirId to main Hir nodesljedrz-97/+236
2019-02-02Update visibility of intermediate use items.David Wood-7/+22
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-0/+6
2019-02-01Restrict concrete types to equivalent typesOliver Scherer-3/+19
2019-02-01Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkovbors-1/+32
2019-02-01Cleanup unecessary codeAaron Hill-10/+0
2019-02-01Replace --extern-public with --extern-privateAaron Hill-20/+21
2019-02-01Tidy fixesAaron Hill-1/+1
2019-02-01Move --extern-public behind -Z unstable-optionsAaron Hill-17/+22
2019-02-01Rename external_private_dependency to exported_private_dependenciesAaron Hill-2/+2
2019-02-01Track extern_public command-line argumentAaron Hill-5/+5
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-3/+3
2019-02-01Always treat 'std' and 'core' as publicAaron Hill-1/+5
2019-02-01Properly register lintAaron Hill-0/+1
2019-02-01Initial implementation workAaron Hill-0/+30
2019-02-01Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoeristerbors-47/+70
2019-01-31Fix grammar in E0283 explanationSergei Vorobev-1/+1
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-23/+41
2019-01-31Add a forever unstable opt-out of const qualification checksOliver Scherer-0/+2
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-19/+12
2019-01-30Swap the names of `LocalValue` and `LocalState`Oliver Scherer-1/+1
2019-01-30Add suggestions to deprecation lintsOliver Scherer-23/+41
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-10/+2
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-26/+29
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-0/+13
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-21/+28
2019-01-29Auto merge of #57901 - lqd:issue_57362, r=nikomatsakisbors-170/+311
2019-01-29Auto merge of #57948 - Zoxc:parallel, r=michaelwoeristerbors-49/+51
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-2/+2
2019-01-28Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebankMazdak Farrokhzad-0/+33
2019-01-28Rollup merge of #57674 - dotdash:erase_reg, r=varkorMazdak Farrokhzad-1/+6
2019-01-28review commentsQuietMisdreavus-13/+13