summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-17/+23
2018-04-23Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichtonbors-0/+8
2018-04-23Improve assertion in Query::force().Michael Woerister-1/+10
2018-04-21Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-0/+8
2018-04-20Paper over a bug on masterAlex Crichton-2/+4
2018-04-20Properly handle ranges of signed enums using both extremums (fixes #49973)Anthony Ramine-5/+6
2018-04-20Use InternedString instead of Symbol for type parameters.Michael Woerister-11/+11
2018-04-17Don't abort const eval due to long running evals, just warnOliver Schneider-1/+0
2018-04-17Get rid of redundant `HashSet`Oliver Schneider-16/+15
2018-04-17Stop referring to statics' AllocIds directlyOliver Schneider-23/+16
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-60/+75
2018-03-29Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakisbors-66/+19
2018-03-26Allow niche-filling dataful variants to be represented as a ScalarPairAnthony Ramine-4/+15
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-25/+0
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+75
2018-03-23Fix failures after rebaseSean Griffin-5/+4
2018-03-23Revert "introduce `UniverseIndex` into `ParamEnv`"Sean Griffin-45/+6
2018-03-23Revert "change skolemizations to use universe index"Sean Griffin-16/+9
2018-03-23Improved comments for UserAssertTy statement.David Wood-1/+2
2018-03-23Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebankAlex Crichton-1/+0
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-16/+19
2018-03-23Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakisAlex Crichton-1/+40
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-3/+3
2018-03-23Fixed issues with incremental tests.David Wood-0/+23
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-25/+0
2018-03-22UserAssertTy can handle inference variables.David Wood-0/+51
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-1/+31
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+9
2018-03-22Auto merge of #49210 - oli-obk:pango_crash, r=eddybbors-38/+39
2018-03-22Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoeristerkennytm-0/+7
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-38/+39
2018-03-22Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ...bors-11/+21
2018-03-21work around fallout from these changes in rustcNiko Matsakis-11/+21
2018-03-21Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoeristerbors-1/+1
2018-03-20Remove outdated commentOliver Schneider-1/+0
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-1/+1
2018-03-20Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakiskennytm-1/+2
2018-03-20Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha...kennytm-1/+4
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-63/+63
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-3/+17
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-3/+3
2018-03-17Make interners thread-safeJohn Kåre Alsaker-6/+9
2018-03-17Minor cleanupJohn Kåre Alsaker-6/+5
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-1/+2
2018-03-17Don't get the global lock in the fast caseJohn Kåre Alsaker-3/+3
2018-03-16Replace many of the last references to readmesMark Mansi-1/+2
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-63/+63
2018-03-15Queryify check_impl_item_well_formedWesley Wiser-0/+2
2018-03-15Queryify check_trait_item_well_formedWesley Wiser-0/+2
2018-03-15Queryify check_item_well_formedWesley Wiser-0/+3