| Age | Commit message (Expand) | Author | Lines |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -66/+123 |
| 2019-08-26 | adjust tests | Ralf Jung | -18/+9 |
| 2019-08-25 | test for too long slices | Ralf Jung | -7/+17 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -66/+122 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -6/+6 |
| 2019-08-22 | Changed tests | Wesley Wiser | -29/+15 |
| 2019-08-17 | fix tests | Ralf Jung | -3/+3 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -15/+21 |
| 2019-08-02 | bless all the things | Ralf Jung | -4/+4 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -1/+0 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -20/+25 |
| 2019-07-28 | fix tests | Ralf Jung | -15/+21 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -10/+10 |
| 2019-07-14 | miri validation: better error messages for dangling references | Ralf Jung | -3/+3 |
| 2019-07-11 | rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. | Eduard-Mihai Burtescu | -13/+46 |
| 2019-07-10 | Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelix | Mazdak Farrokhzad | -10/+32 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -5/+5 |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -2/+2 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -37/+88 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -21/+21 |
| 2019-07-02 | rustc_mir: treat DropAndReplace as Drop + Assign in qualify_consts. | Eduard-Mihai Burtescu | -10/+32 |
| 2019-06-29 | Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov | Mazdak Farrokhzad | -30/+36 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -3/+3 |
| 2019-06-24 | promoted_errors: warn -> deny. | Mazdak Farrokhzad | -30/+36 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -2/+0 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -3/+3 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -1/+1 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -2/+0 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -3/+10 |
| 2019-06-06 | Bless test output | Wesley Wiser | -0/+12 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -17/+17 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -2/+0 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-04-22 | Update ui tests | varkor | -2/+2 |
| 2019-04-22 | Remove double trailing newlines | varkor | -7/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -260/+93 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -7/+7 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -6/+6 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -8/+15 |
| 2019-03-23 | Deduplicate const eval error spans for better output | Esteban Küber | -6/+2 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -182/+210 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -14/+14 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -71/+71 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -6/+8 |
| 2019-02-22 | #58658 bless after line split for tidy | Patrick McCarter | -5/+5 |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -2/+2 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -5/+6 |
| 2019-02-22 | Switch from error patterns to `//~ ERROR` markers. | Felix S. Klock II | -8/+11 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -3/+18 |