| Age | Commit message (Expand) | Author | Lines |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -13/+30 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -2/+2 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -2/+2 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -8/+19 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -10/+5 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -1/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -5/+17 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -4/+4 |
| 2019-07-29 | use PanicInfo and UnsupportedOpInfo | Saleem Jaffer | -3/+3 |
| 2019-07-24 | fix unused import | Ralf Jung | -1/+1 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -5/+5 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -2/+2 |
| 2019-07-23 | Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril | Mark Rousskov | -12/+12 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -3/+3 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -3/+3 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -3/+3 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -12/+12 |
| 2019-07-20 | Remove explicit return from last line of fn | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -40/+42 |
| 2019-07-20 | Implement Place::as_place_ref | Santiago Pastorino | -6/+1 |
| 2019-07-20 | Avoid cloning place in LocalAnalyzer visitor | Santiago Pastorino | -56/+85 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -41/+92 |
| 2019-07-12 | rustc_codegen_ssa: fix range check in codegen_get_discr. | Eduard-Mihai Burtescu | -23/+47 |
| 2019-07-11 | rustc_codegen_ssa: try to make codegen_get_discr more readable. | Eduard-Mihai Burtescu | -18/+32 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -1/+1 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -2/+2 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -4/+4 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -4/+4 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -25/+14 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -8/+10 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -23/+23 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -25/+14 |
| 2019-06-12 | Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertj | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -2/+2 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-07 | Revert "Make LocalAnalizer visitor iterate instead of recurse" | Santiago Pastorino | -48/+37 |
| 2019-06-06 | Rollup merge of #61559 - spastorino:make-visitors-iterate, r=oli-obk | Mazdak Farrokhzad | -37/+48 |
| 2019-06-06 | Make LocalAnalizer visitor iterate instead of recurse | Santiago Pastorino | -37/+48 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -33/+34 |
| 2019-06-05 | Add `walk_chain`. | Nicholas Nethercote | -8/+1 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -7/+2 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -2/+0 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -4/+4 |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -2/+1 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -1/+1 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -6/+6 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |