summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2018-04-17Don't abort const eval due to long running evals, just warnOliver Schneider-1/+0
2018-04-17Stop referring to statics' AllocIds directlyOliver Schneider-2/+1
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-11/+13
2018-04-11[incremental] Hash `Allocation`sShotaro Yamada-1/+1
2018-03-30Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoeristerbors-12/+22
2018-03-29Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakisbors-10/+0
2018-03-28Fix stable hashing of AllocIdsOliver Schneider-12/+22
2018-03-24Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertjbors-0/+1
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+4
2018-03-23Revert "introduce `UniverseIndex` into `ParamEnv`"Sean Griffin-10/+0
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-1/+4
2018-03-22UserAssertTy can handle inference variables.David Wood-2/+2
2018-03-22Added UserAssertTy statement.David Wood-0/+4
2018-03-22permit `'_` and `&T` in impl headersNiko Matsakis-0/+1
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-1/+6
2018-03-21Now it compilesMrowqa-1/+2
2018-03-19Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri...bors-2/+48
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+4
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+83
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-1/+1
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-1/+1
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-1/+0
2018-03-17Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoeristerbors-15/+18
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-2/+48
2018-03-15Make FileMap thread-safeJohn Kåre Alsaker-15/+18
2018-03-14Address niko's nitsscalexm-35/+35
2018-03-14Add MVP for chalkificationscalexm-0/+83
2018-03-14remove defaulting to unitAndrew Cann-2/+1
2018-03-13introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]Niko Matsakis-6/+0
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-2/+57
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-9/+25
2018-03-08Regenerate testsOliver Schneider-2/+2
2018-03-08Const eval will oom together with rustc nowOliver Schneider-9/+0
2018-03-08Const eval error refactoringOliver Schneider-0/+1
2018-03-08Add stack traces to miri errorsOliver Schneider-3/+11
2018-03-08Remove unused error variants and const eval typesOliver Schneider-16/+0
2018-03-08Use Mutability enum instead of boolOliver Schneider-1/+6
2018-03-08Prefer enum instead of magic numbersOliver Schneider-3/+14
2018-03-08Nuke ConstInt and Const*sizeOliver Schneider-27/+0
2018-03-08Wrap the miri ErrorKind in an Rc to reduce work in queriesOliver Schneider-2/+2
2018-03-08Hide the RefCell inside InterpretInternerOliver Schneider-6/+3
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-251/+297
2018-03-08Prepare for using miri in transAlexander Regueiro-4/+6
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-43/+0
2018-03-08Add miri errors to the const eval error enumOliver Schneider-0/+170
2018-03-08Add a variant to ConstVal for storing miri resultsOliver Schneider-0/+24
2018-03-07Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...Alex Crichton-0/+38
2018-03-07Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakisAlex Crichton-4/+0
2018-03-06Add linkage to TransFnAttrsWesley Wiser-0/+2
2018-03-06Add target_features to TransFnAttrsWesley Wiser-0/+2