| Age | Commit message (Expand) | Author | Lines |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -0/+91 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -30/+12 |
| 2018-07-20 | Properly scope label resolution | Oliver Schneider | -0/+91 |
| 2018-07-19 | Improve suggestion for missing fmt str in println | Esteban Küber | -30/+12 |
| 2018-07-18 | Const-propagate casts | Oliver Schneider | -0/+21 |
| 2018-07-15 | fix line numbers | Ralf Jung | -3/+3 |
| 2018-07-15 | add license text | Ralf Jung | -0/+10 |
| 2018-07-15 | add test case | Ralf Jung | -0/+42 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -0/+66 |
| 2018-07-04 | Shorten error message and add link to test | Dylan MacKenzie | -4/+4 |
| 2018-07-04 | Explain reason behind error span | Dylan MacKenzie | -1/+1 |
| 2018-07-04 | Add a UI test for #50637 | Dylan MacKenzie | -0/+66 |
| 2018-07-03 | Deduplicate error reports for statics | Oliver Schneider | -11/+2 |
| 2018-06-28 | Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis | Mark Rousskov | -0/+28 |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -19/+19 |
| 2018-06-28 | Don't const propagate the body of constants | Oliver Schneider | -126/+73 |
| 2018-06-27 | Don't use `ParamEnv::reveal_all()` if there is a real one available | Oliver Schneider | -0/+28 |
| 2018-06-27 | Detect overflows of non u32 shifts | Oliver Schneider | -0/+28 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -4/+4 |
| 2018-06-05 | Rebase fallout | Oliver Schneider | -3/+12 |
| 2018-06-05 | Satisfy the untiring tidy | Oliver Schneider | -2/+2 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -8/+194 |
| 2018-06-05 | Referring to erroneous constants in promoteds must abort the build | Oliver Schneider | -31/+277 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -32/+31 |
| 2018-06-05 | Fix tidy | Fabian Zaiser | -1/+1 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -10/+21 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -0/+41 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -0/+38 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -0/+41 |
| 2018-05-25 | Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddyb | bors | -0/+68 |
| 2018-05-25 | Adjust test for 32 bit targets | Oliver Schneider | -2/+3 |
| 2018-05-24 | Add missing newlines | Oliver Schneider | -2/+2 |
| 2018-05-24 | Don't ICE on horrible transmutes in pattern constants | Oliver Schneider | -0/+39 |
| 2018-05-24 | Ensure llvm doesn't trigger an assert for crazy transmutes | Oliver Schneider | -0/+28 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -0/+87 |
| 2018-05-23 | Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankro | kennytm | -0/+33 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -0/+45 |
| 2018-05-21 | Add some runtime sanity checks | Oliver Schneider | -3/+10 |
| 2018-05-21 | Make `[T]::len` and `str::len` const fn | Oliver Schneider | -0/+26 |
| 2018-05-20 | Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb | bors | -22/+77 |
| 2018-05-19 | Go through an allocation when accessing fields of constants | Oliver Schneider | -0/+47 |
| 2018-05-19 | Add a test showing the erroneous promoted bug | Oliver Schneider | -0/+69 |
| 2018-05-19 | Release mode overflows should not cause const eval to error | Oliver Schneider | -22/+8 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -33/+64 |
| 2018-05-16 | Remove empty files | Jane Lusby | -0/+0 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -33/+64 |
| 2018-05-10 | const time | Roman Stoliar | -0/+28 |
| 2018-05-08 | Fix thinning pointers to extern types in miri | Oliver Schneider | -0/+23 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -0/+28 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -4/+4 |