| Age | Commit message (Expand) | Author | Lines |
| 2016-05-23 | Fix #33819 and update ui test | Jonathan Turner | -1/+5 |
| 2016-05-23 | revised mir-dataflow so bitvectors carry a phantom type for their index domain. | Felix S. Klock II | -180/+272 |
| 2016-05-23 | add `indexed_set` mod for typed wrappers around bitarrays representing sets. | Felix S. Klock II | -0/+88 |
| 2016-05-20 | Refactor `bitslice`: distinguish `usize` for indexing vs word type being inde... | Felix S. Klock II | -11/+13 |
| 2016-05-20 | Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiyn | Guillaume Gomez | -1/+1 |
| 2016-05-20 | review feedback: fix some index-mismatch bugs pointed out by arielb1. | Felix S. Klock II | -3/+0 |
| 2016-05-20 | Review feedback. | Felix S. Klock II | -23/+21 |
| 2016-05-20 | `mir::dataflow` arielb1 review feedback | Felix S. Klock II | -64/+32 |
| 2016-05-20 | Added comment pointing out somewhat subtle initialization in `fn start_block_... | Felix S. Klock II | -0/+1 |
| 2016-05-20 | `borrowck::mir`: alpha-renamed DropFlagState variant names. | Felix S. Klock II | -14/+14 |
| 2016-05-20 | fix comment in `impl DataflowOperator for MaybeUninitializedLvals`. | Felix S. Klock II | -1/+1 |
| 2016-05-20 | `mir::dataflow::sanity_check`: Factor out `fn is_rustc_peek` helper routine. | Felix S. Klock II | -28/+28 |
| 2016-05-19 | Rollup merge of #33353 - timothy-mcroy:E0502, r=sanxiyn | Manish Goregaokar | -1/+27 |
| 2016-05-19 | Reword the short diagnostic for E0509 | Robin Kruppe | -1/+1 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -11/+7 |
| 2016-05-18 | Auto merge of #33710 - Manishearth:rollup, r=Manishearth | bors | -0/+1 |
| 2016-05-17 | Add descriptive error explanation for E0502 | Timothy McRoy | -1/+27 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -11/+7 |
| 2016-05-17 | `mir::dataflow::sanity_check`: removed hackish `tmp = val` propagation code. | Felix S. Klock II | -35/+8 |
| 2016-05-17 | Fix comments in `mir::dataflow::sanity_check`. | Felix S. Klock II | -19/+18 |
| 2016-05-16 | Add missing code fence to `diagnostics.rs` | Andrew Paseltiner | -0/+1 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-16 | `DefinitelyInitializedLvals` dataflow op (goal: move away from `MaybeUninitia... | Felix S. Klock II | -10/+157 |
| 2016-05-16 | Little unit tests for MIR dataflow analysis. | Felix S. Klock II | -0/+3 |
| 2016-05-16 | Add ability to unit-test dataflow results via `rustc_peek` intrinsic. | Felix S. Klock II | -3/+208 |
| 2016-05-16 | Revised mir-dataflow. | Felix S. Klock II | -718/+1365 |
| 2016-05-16 | `borrowck::mir::gather_moves`: create MovePaths for lvalues even if unreferen... | Felix S. Klock II | -32/+74 |
| 2016-05-16 | Unit struct defns for 3 dataflow analyses for `borrowck::mir::dataflow`. | Felix S. Klock II | -0/+117 |
| 2016-05-16 | Remove `&self` parameter from `DataflowOperator::initial_value`. | Felix S. Klock II | -4/+4 |
| 2016-05-16 | Add helper method for getting the dataflow results at exit from a basic block. | Felix S. Klock II | -0/+8 |
| 2016-05-16 | fixes to `librustc_borrowck::bitslice::bits_to_string`, used for graphviz pri... | Felix S. Klock II | -10/+14 |
| 2016-05-16 | fix bug in `debug!` output from `rustc::middle::dataflow` | Felix S. Klock II | -2/+2 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -92/+135 |
| 2016-05-15 | Add space after equals | Jonathan Turner | -1/+1 |
| 2016-05-15 | Rollup merge of #33533 - GuillaumeGomez:add_E0500, r=steveklabnik | Manish Goregaokar | -1/+47 |
| 2016-05-15 | Rollup merge of #33475 - billyevans:master, r=guillaumegomez | Manish Goregaokar | -1/+79 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -91/+104 |
| 2016-05-12 | Set of fixes to improve borrowcks that weren't updated | Jonathan Turner | -16/+46 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -0/+1 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -0/+1 |
| 2016-05-11 | Add detailed error explanation for E0505 | billyevans | -1/+79 |
| 2016-05-11 | Rollup merge of #33386 - cramertj:E0504, r=steveklabnik | Steve Klabnik | -1/+104 |
| 2016-05-11 | Add E0500 error explanation | ggomez | -1/+47 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -34/+30 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -26/+22 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -8/+8 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -22/+22 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -57/+53 |
| 2016-05-11 | mem_categorization: freely_aliasable doesn't need to take TyCtxt. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -14/+8 |