| Age | Commit message (Expand) | Author | Lines |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -2/+34 |
| 2020-02-14 | Prepare to use borrowck to resolve opaque types | Matthew Jasper | -1/+7 |
| 2020-02-13 | Add `Place` getter to `Operand` | Dylan MacKenzie | -0/+9 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -10/+10 |
| 2020-02-13 | improve comments: | Ralf Jung | -0/+1 |
| 2020-02-13 | small cleanup in ConstEvalErr::struct_generic | Ralf Jung | -31/+40 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -63/+59 |
| 2020-02-13 | remove PanicInfo::Panic variant that MIR does not use or need | Ralf Jung | -12/+5 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -21/+15 |
| 2020-02-12 | Fix outdated doc comment. | jumbatm | -4/+3 |
| 2020-02-11 | Run RustFmt | jumbatm | -9/+8 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -31/+50 |
| 2020-02-02 | Add resume arg place to `Yield` MIR terminator | Jonas Schievink | -3/+14 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-29 | Auto merge of #68512 - spastorino:local-is-copy, r=oli-obk | bors | -11/+11 |
| 2020-01-28 | Fix a few spelling mistakes | gorilskij | -2/+2 |
| 2020-01-28 | Remove unneeded & on match pattern | Santiago Pastorino | -2/+2 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -3/+3 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -7/+7 |
| 2020-01-27 | make matches exhaustive | Matthias Krüger | -6/+14 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -6/+6 |
| 2020-01-25 | Auto merge of #68516 - oli-obk:spaces, r=eddyb | bors | -3/+9 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -3/+9 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -3/+3 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -0/+25 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -4/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -3/+3 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -4/+1 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -2/+1 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -4/+5 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -1/+4 |
| 2020-01-14 | Add test for `ResultsCursor` | Dylan MacKenzie | -0/+25 |
| 2020-01-14 | Code review changes and fix rustdoc test. | Ben Lewis | -5/+5 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+20 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -1/+4 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -221/+227 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -221/+227 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -182/+51 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -2/+2 |
| 2020-01-10 | Make Place Copy | Santiago Pastorino | -1/+1 |
| 2020-01-10 | No need to use local.into here | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -83/+32 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -60/+14 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -40/+5 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -20/+5 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -1/+17 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |