| Age | Commit message (Expand) | Author | Lines |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+8 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -4/+4 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -23/+16 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -8/+0 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+40 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -1/+2 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -8/+0 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -0/+39 |
| 2018-03-17 | Make interners thread-safe | John Kåre Alsaker | -6/+9 |
| 2018-03-17 | Minor cleanup | John Kåre Alsaker | -6/+5 |
| 2018-03-17 | Don't get the global lock in the fast case | John Kåre Alsaker | -3/+3 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -15/+6 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -3/+0 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -1/+0 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+33 |
| 2018-03-13 | require `Lifted` types to outlive `'tcx` | Niko Matsakis | -1/+1 |
| 2018-03-08 | Explain the existance of `is_binop_lang_item` | Oliver Schneider | -0/+4 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -7/+1 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -25/+33 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -3/+3 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -17/+15 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -14/+7 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -2/+37 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -0/+19 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -0/+8 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -3/+3 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -4/+60 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -5/+5 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -25/+25 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -1/+1 |
| 2018-02-25 | Change links to readmes | Mark Mansi | -2/+2 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -1/+1 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -2/+7 |
| 2018-01-07 | Rollup merge of #47205 - eddyb:alloc-id, r=oli-obk | kennytm | -17/+15 |
| 2018-01-05 | miri: use AllocId instead of u64. | Eduard-Mihai Burtescu | -17/+15 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -2/+4 |
| 2017-12-21 | Combine GlobalArenas and DroplessArena into AllArenas | John Kåre Alsaker | -4/+17 |
| 2017-12-17 | rustc: don't track whether layouts are "packed". | Eduard-Mihai Burtescu | -3/+3 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -1/+142 |
| 2017-12-13 | improve comments on `safe_to_unsafe_fn_ty` and `coerce_closure_fn_ty` | Niko Matsakis | -4/+9 |
| 2017-12-13 | Extract coerce_closure_fn_ty function | Santiago Pastorino | -0/+21 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -44/+0 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -124/+242 |
| 2017-12-04 | move `free_regions_map` into `infer::outlives` | Niko Matsakis | -1/+1 |
| 2017-12-01 | incr.comp.: Load diagnostics from previous session lazily and clean up on-dis... | Michael Woerister | -1/+1 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -2/+2 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -2/+2 |
| 2017-11-28 | incr.comp.: Add some missing DepNode [input] annotations. | Michael Woerister | -5/+1 |