| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | Rollup merge of #55792 - oli-obk:propsicle, r=RalfJung | Pietro Albini | -0/+28 |
| 2018-11-10 | adjust ui/../mod-static-with-const-fn.rs | Mazdak Farrokhzad | -3/+15 |
| 2018-11-10 | Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ... | Oliver Scherer | -4/+4 |
| 2018-11-10 | Add a few tests around raw pointers and interior mutability | Oliver Scherer | -0/+73 |
| 2018-11-10 | fix mod-static-with-const-fn.rs. | Mazdak Farrokhzad | -3/+1 |
| 2018-11-10 | --bless mod-static-with-const-fn.stderr | Mazdak Farrokhzad | -9/+2 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+0 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+74 |
| 2018-11-09 | Fix tidy | Oliver Scherer | -2/+2 |
| 2018-11-08 | Add more regression tests | Oliver Scherer | -0/+15 |
| 2018-11-08 | Prevent ICE in const-prop array oob check | Oliver Scherer | -0/+13 |
| 2018-11-08 | Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakis | bors | -14/+4 |
| 2018-11-07 | test diagnostics for more ranges | Ralf Jung | -2/+32 |
| 2018-11-07 | pretty-print scalar range that only has an upper bound | Ralf Jung | -7/+7 |
| 2018-11-07 | do not print wrapping ranges like normal ranges in diagnostics | Ralf Jung | -22/+47 |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -14/+4 |
| 2018-11-07 | Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obk | bors | -37/+59 |
| 2018-11-06 | Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung | bors | -0/+51 |
| 2018-11-05 | the visitor can already load the value for visit_primitive | Ralf Jung | -1/+1 |
| 2018-11-05 | Also test for undef in enum discriminant | Ralf Jung | -3/+16 |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -33/+42 |
| 2018-11-05 | reduce the amount of traversal/projection code that the visitor has to implem... | Ralf Jung | -2/+2 |
| 2018-11-04 | also test with PhantomData | Ralf Jung | -3/+9 |
| 2018-11-04 | miri: accept extern types in structs if they are the only field | Ralf Jung | -0/+21 |
| 2018-11-01 | Fix double_check tests on big-endian targets | Samuel Holland | -10/+10 |
| 2018-10-30 | Rollup merge of #55474 - oli-obk:const_eval_promoted, r=RalfJung | kennytm | -0/+18 |
| 2018-10-29 | Fix wrong validation clasisfication of `Option<&T>::Some` values | Oliver Scherer | -0/+18 |
| 2018-10-29 | Turn ICE for dangling pointers into error | Oliver Scherer | -0/+51 |
| 2018-10-29 | Add UI test for #49296 | memoryruins | -0/+35 |
| 2018-10-27 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -0/+23 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -0/+17 |
| 2018-10-26 | Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg | kennytm | -0/+17 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -232/+58 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -263/+69 |
| 2018-10-25 | fix ui tests (rebase fallout) | Ralf Jung | -3/+4 |
| 2018-10-25 | Addressed minor issues brought up in review. | Alexander Regueiro | -8/+5 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -24/+13 |
| 2018-10-25 | update tests to changes on rustc master | Oliver Schneider | -51/+69 |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -164/+87 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -631/+1039 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -132/+132 |
| 2018-10-19 | skip user-type annotations if they don't have regions | Niko Matsakis | -19/+4 |
| 2018-10-19 | lowering casts in constants now creates multiple uses | Niko Matsakis | -6/+21 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -0/+61 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -0/+61 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -24/+17 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -4/+10 |
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -24/+17 |
| 2018-10-15 | Add trailing newline to satisfy tidy | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-15 | Try to trigger some error cases | Oliver Scherer | -0/+46 |