| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -3/+3 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -6/+5 |
| 2018-06-05 | Add source information the const propagation of places | Oliver Schneider | -4/+5 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -37/+64 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -10/+0 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -19/+5 |
| 2018-06-04 | Simplify value field access | Oliver Schneider | -3/+3 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -2/+8 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -19/+5 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -2/+2 |
| 2018-05-31 | Make ctpop, cttz, ctlz and bswap const fns | Linus Färnstrand | -1/+9 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -11/+11 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -10/+8 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -10/+11 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -4/+9 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -11/+11 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -24/+24 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+4 |
| 2018-05-25 | Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddyb | bors | -20/+29 |
| 2018-05-24 | Get rid of `scalar_size` | Oliver Schneider | -4/+10 |
| 2018-05-24 | primval -> scalar rename | Oliver Schneider | -3/+3 |
| 2018-05-24 | change `Value::Bytes` to `Value::Bits` | Oliver Schneider | -7/+10 |
| 2018-05-24 | Rename ByVal(Pair) to Scalar(Pair) | Oliver Schneider | -9/+9 |
| 2018-05-24 | Rename PrimVal to Scalar | Oliver Schneider | -6/+6 |
| 2018-05-24 | Always mark unstable const fn as not const | Oliver Schneider | -7/+2 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -13/+20 |
| 2018-05-22 | Deduplicate match arms | Oliver Schneider | -7/+4 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -22/+13 |
| 2018-05-22 | Be more explicit about what's skipped | Oliver Schneider | -33/+32 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -18/+43 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -79/+153 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -13/+13 |
| 2018-05-16 | rustc_mir: allow promotion of promotable temps indexed at runtime. | Eduard-Mihai Burtescu | -8/+13 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -1/+1 |
| 2018-05-16 | rustc_mir: focus const-checking logic on whether mutation is forbidden. | Eduard-Mihai Burtescu | -14/+26 |
| 2018-05-16 | rustc_mir: promote borrows' underlying temps, and project at runtime. | Eduard-Mihai Burtescu | -0/+12 |
| 2018-05-16 | rustc_mir: also promote interior borrows, not just whole temps. | Eduard-Mihai Burtescu | -2/+13 |
| 2018-05-16 | rustc_mir: generate an extra temporary during borrowed rvalue promotion. | Eduard-Mihai Burtescu | -58/+92 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -1/+1 |
| 2018-05-15 | Use GenericParamCount instead of FxHashMap | varkor | -2/+2 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -2/+2 |
| 2018-05-15 | Rename `has_type_parameters` to `requires_monomorphization` | varkor | -3/+3 |
| 2018-05-15 | Fix generics type parameter handling in miri | varkor | -4/+3 |
| 2018-05-15 | Prefer iterator to vec | varkor | -1/+1 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -1/+1 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -1/+1 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -80/+99 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -1/+1 |