| Age | Commit message (Expand) | Author | Lines |
| 2020-01-14 | Remove old "generic" framework | Dylan MacKenzie | -595/+0 |
| 2020-01-14 | Implement new dataflow framework and cursor | Dylan MacKenzie | -0/+995 |
| 2020-01-14 | Improve graphviz visualization for new framework | Dylan MacKenzie | -116/+402 |
| 2020-01-14 | Untangle ZST validation from integer validation and generalize it to all zsts | Oliver Scherer | -11/+7 |
| 2020-01-14 | Add unreachable propagation mir optimization pass | Konstantinos Triantafyllou | -0/+110 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+1 |
| 2020-01-13 | Auto merge of #68088 - oli-obk:fix_miri, r=RalfJung | bors | -3/+8 |
| 2020-01-13 | Early abort validation of arrays of zsts because there is no data to be checked | Oliver Scherer | -3/+8 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -0/+16 |
| 2020-01-13 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-13 | Don't run const propagation on items with inconsistent bounds | Aaron Hill | -0/+25 |
| 2020-01-13 | Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow,... | Yuki Okushi | -1/+23 |
| 2020-01-12 | Turn off const propagation of ref taking | Wesley Wiser | -20/+3 |
| 2020-01-12 | address review comments | Mark Mansi | -13/+12 |
| 2020-01-12 | Get rid of RegionErrorNamingContext | Mark Mansi | -169/+86 |
| 2020-01-12 | rename nonlexical_regioncx -> regioncx | Mark Mansi | -48/+34 |
| 2020-01-12 | Privatize the fields of RegionInferenceContext | Mark Mansi | -38/+71 |
| 2020-01-12 | Move report_region_errors to region_errors.rs | Mark Mansi | -124/+125 |
| 2020-01-12 | Move a bunch of methods to inherent impl MirBorrowckCtxt | mark | -145/+130 |
| 2020-01-12 | Move some methods to region_infer/mod.rs | Mark Mansi | -431/+440 |
| 2020-01-12 | More separation of error reporting from region inference | Mark Mansi | -99/+77 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -2/+2 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -14157/+31 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -14157/+31 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -5/+5 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -996/+656 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -2/+15 |
| 2020-01-11 | Rollup merge of #67756 - Zoxc:collector-tweaks, r=Mark-Simulacrum | Mazdak Farrokhzad | -26/+34 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -5/+5 |
| 2020-01-10 | Expand comment | ecstatic-morse | -1/+2 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -5/+7 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-10 | Only require `allow_internal_unstable` for stable `const fn` | Dylan MacKenzie | -1/+14 |
| 2020-01-11 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2020-01-11 | Avoid a duplicate hash map lookup | John Kåre Alsaker | -5/+2 |
| 2020-01-11 | Fix a deadlock | John Kåre Alsaker | -10/+10 |
| 2020-01-11 | Run codegen unit partitioning and assert_symbols_are_distinct in parallel | John Kåre Alsaker | -12/+20 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -2/+1 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -5/+7 |
| 2020-01-10 | Remove an outdated comment | Oliver Scherer | -1/+0 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -5/+13 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -13/+15 |
| 2020-01-10 | Do not store lint_root | Santiago Pastorino | -9/+13 |
| 2020-01-10 | Use re_erased instead of re_static | Santiago Pastorino | -3/+3 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -503/+368 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -331/+138 |
| 2020-01-10 | Remove unused param_env parameter | Santiago Pastorino | -49/+7 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -69/+47 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -113/+25 |