about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
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
2018-03-06Remove export_name queryWesley Wiser-0/+2
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-0/+11
2018-03-06Add query for trans fn attributesWesley Wiser-0/+21
2018-03-05Turn features() into a query.Michael Woerister-0/+19
2018-03-04Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)Tatsuyuki Ishi-4/+0
2018-03-02Run Rustfix on librustcManish Goregaokar-2/+2
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+3
2018-03-01introduce `UniverseIndex` into `ParamEnv`Niko Matsakis-0/+10
2018-02-23Introduce UnpackedKindvarkor-2/+13
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-0/+4
2018-02-08Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr...Felix S. Klock II-0/+14
2018-02-08Encode (in MIR) whether borrows are explicit in source or arise due to autoref.Felix S. Klock II-1/+19
2018-02-05mir: Add TerminatorKind::FalseUnwindbobtwinkles-0/+4
2018-01-25Rollup merge of #47502 - petrochenkov:label, r=eddybAlex Crichton-1/+6
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-1/+9
2018-01-23Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoeristerkennytm-16/+7
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-1/+9
2018-01-22AST/HIR: Add a separate structure for labelsVadim Petrochenkov-1/+6
2018-01-21Remove the IGNORED_ATTR_NAMES thread localJohn Kåre Alsaker-16/+7
2018-01-15[incremental] Cache ty::Slice<T> hashesWesley Wiser-2/+23
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-1/+0
2018-01-11Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoeristerbors-1/+35
2018-01-09[incremental] Specialize encoding and decoding of FingerprintsWesley Wiser-1/+35
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-2/+2
2017-12-24Auto merge of #46896 - arielb1:shadow-scope, r=eddybbors-1/+1
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-0/+1
2017-12-22Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakisbors-4/+2
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-4/+2
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-0/+2
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-3/+4
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-0/+2
2017-12-22Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakiskennytm-3/+4
2017-12-21Refactor code so the call to codemap.files() does not deadlockJohn Kåre Alsaker-4/+2
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-5/+9
2017-12-21fix debuginfo scoping of let-statementsAriel Ben-Yehuda-1/+1
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-1/+0
2017-12-21Mir: Add Terminatorkind::AbortDavid Henningsson-0/+1
2017-12-20incr.comp.: Replace Fingerprint::zero() with a constant.Michael Woerister-4/+2
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-3/+21
2017-12-19incr.comp.: Precompute small hash for filenames to save some work.Michael Woerister-3/+4
2017-12-15incr.comp.: Revert hashing optimization that caused regression.Michael Woerister-3/+1
2017-12-15Refactor argument-position impl TraitTaylor Cramer-1/+0
2017-12-15add a new RegionKind variant: ReClosureBoundNiko Matsakis-0/+3
2017-12-15permit `ClosureOutlivesRequirement` to constrain regions or typesNiko Matsakis-3/+18
2017-12-14Auto merge of #45047 - durka:trait-alias, r=petrochenkovbors-0/+2