| Age | Commit message (Expand) | Author | Lines |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -1/+16 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -72/+99 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -3/+10 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -72/+99 |
| 2018-01-31 | Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertj | kennytm | -0/+3 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+3 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -3/+10 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-29 | rustc: move `expr_is_lval` to rustc_typeck and rename to `is_place_expr`. | Eduard-Mihai Burtescu | -54/+0 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -24/+2 |
| 2018-01-25 | Merge branch 'cache-ty-collect' of https://github.com/michaelwoerister/rust i... | Alex Crichton | -9/+32 |
| 2018-01-25 | Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis | Alex Crichton | -4/+32 |
| 2018-01-25 | Rollup merge of #47600 - varkor:empty-never-array, r=eddyb | Alex Crichton | -4/+5 |
| 2018-01-25 | Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister | Alex Crichton | -0/+32 |
| 2018-01-23 | incr.comp.: Cache generics_of query. | Michael Woerister | -2/+19 |
| 2018-01-23 | Make ty::Generics::type_param_to_index use DefId instead of DefIndex as key. | Michael Woerister | -5/+3 |
| 2018-01-23 | incr.comp.: Cache type_of and some other queries. | Michael Woerister | -2/+10 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -32/+108 |
| 2018-01-23 | Implement Ord as necessary | Tatsuyuki Ishi | -4/+32 |
| 2018-01-22 | Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoerister | bors | -11/+28 |
| 2018-01-19 | Fix tidy error | varkor | -1/+1 |
| 2018-01-19 | Fix type inhabitedness check for arrays | varkor | -4/+5 |
| 2018-01-19 | Estimate size of InstanceDef::DropGlue more accurately | varkor | -3/+4 |
| 2018-01-19 | Add instance_def_size_estimate query | varkor | -0/+31 |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -1/+5 |
| 2018-01-15 | [incremental] Cache AdtDef hashes | Wesley Wiser | -11/+28 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -0/+18 |
| 2018-01-13 | Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov | bors | -8/+2 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -0/+18 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -8/+2 |
| 2018-01-13 | Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb | bors | -5/+0 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -126/+126 |
| 2018-01-11 | Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoerister | bors | -1/+15 |
| 2018-01-09 | [incremental] Specialize encoding and decoding of Fingerprints | Wesley Wiser | -1/+15 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -126/+126 |
| 2018-01-09 | Rollup merge of #47270 - Zoxc:gen-layout-fix, r=eddyb | kennytm | -0/+7 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -13/+12 |
| 2018-01-09 | Rollup merge of #47256 - rkruppe:misc-cleanup, r=eddyb | kennytm | -1/+1 |
| 2018-01-08 | Don't look for niches inside generator types. Fixes #47253 | John Kåre Alsaker | -0/+7 |
| 2018-01-08 | Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakis | bors | -0/+15 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -13/+12 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -1/+1 |
| 2018-01-07 | Remove deprecated unstable attribute `#[simd]` | Robin Kruppe | -5/+0 |
| 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 | -13/+13 |
| 2018-01-04 | rustc: remove misleading `Ty::is_uint` method. | Eduard-Mihai Burtescu | -7/+0 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -34/+37 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -6/+6 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -1/+1 |