| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -0/+24 |
| 2018-03-07 | Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ... | Alex Crichton | -0/+38 |
| 2018-03-07 | Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis | Alex Crichton | -4/+0 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -0/+2 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -0/+2 |
| 2018-03-06 | Remove export_name query | Wesley Wiser | -0/+2 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -0/+11 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -0/+21 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -0/+19 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -4/+0 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -2/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-03-01 | introduce `UniverseIndex` into `ParamEnv` | Niko Matsakis | -0/+10 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -2/+13 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -0/+4 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -0/+14 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -1/+19 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -0/+4 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -1/+6 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -1/+9 |
| 2018-01-23 | Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoerister | kennytm | -16/+7 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+9 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -1/+6 |
| 2018-01-21 | Remove the IGNORED_ATTR_NAMES thread local | John Kåre Alsaker | -16/+7 |
| 2018-01-15 | [incremental] Cache ty::Slice<T> hashes | Wesley Wiser | -2/+23 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+0 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -1/+35 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -1/+35 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+1 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -4/+2 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -4/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+2 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+2 |
| 2017-12-22 | Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakis | kennytm | -3/+4 |
| 2017-12-21 | Refactor code so the call to codemap.files() does not deadlock | John Kåre Alsaker | -4/+2 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -5/+9 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -1/+0 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-20 | incr.comp.: Replace Fingerprint::zero() with a constant. | Michael Woerister | -4/+2 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -3/+21 |
| 2017-12-19 | incr.comp.: Precompute small hash for filenames to save some work. | Michael Woerister | -3/+4 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -3/+1 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -1/+0 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+3 |
| 2017-12-15 | permit `ClosureOutlivesRequirement` to constrain regions or types | Niko Matsakis | -3/+18 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+2 |