| Age | Commit message (Expand) | Author | Lines |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -7/+7 |
| 2020-01-14 | Add test for `ResultsCursor` | Dylan MacKenzie | -0/+25 |
| 2020-01-14 | Avoid calling tcx.hir().get() on CRATE_HIR_ID | Aaron Hill | -1/+1 |
| 2020-01-15 | update async-await send/sync test | csmoe | -27/+22 |
| 2020-01-14 | suggest to limit lifetime of temporary borrow with let | csmoe | -1/+1 |
| 2020-01-14 | record generoator interior exprs in typecktable | csmoe | -6/+41 |
| 2020-01-14 | Code review changes and fix rustdoc test. | Ben Lewis | -5/+5 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -3/+40 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -13/+49 |
| 2020-01-13 | Explain fold_list | Markus Westerlind | -0/+5 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -3/+3 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -222/+237 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -222/+237 |
| 2020-01-12 | Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -2241/+410 |
| 2020-01-12 | Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -1/+0 |
| 2020-01-11 | Move some queries from rustc::ty to librustc_passes. | Camille GILLOT | -354/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -217/+104 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -21/+14 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -17/+22 |
| 2020-01-11 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+3 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -1589/+49 |
| 2020-01-11 | {rustc::lint -> rustc_lint}::internal | Mazdak Farrokhzad | -242/+0 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -13/+16 |
| 2020-01-11 | inline maybe_lint_level_root | Mazdak Farrokhzad | -14/+6 |
| 2020-01-11 | move struct_lint_level to levels.rs | Mazdak Farrokhzad | -165/+161 |
| 2020-01-11 | move LintSource to levels | Mazdak Farrokhzad | -34/+33 |
| 2020-01-11 | move logic to LintLevelsBuilder | Mazdak Farrokhzad | -48/+36 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -3/+7 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -29/+4 |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -11/+2 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -30/+32 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-11 | Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov | Mazdak Farrokhzad | -777/+140 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-11 | nix syntax::early_buffered_lints | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | move {rustc -> rustc_session}::lint::builtin | Mazdak Farrokhzad | -510/+1 |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -174/+133 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -90/+7 |
| 2020-01-11 | prepare for moving BuiltinLintDiagnostics to rustc_session | Mazdak Farrokhzad | -75/+71 |
| 2020-01-11 | Remove unused derives | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -3/+3 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -4/+0 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -48/+43 |
| 2020-01-11 | Rollup merge of #67258 - Centril:open-ended-ranges, r=oli-obk | Yuki Okushi | -22/+73 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -1/+1 |
| 2020-01-10 | Update measureme to 0.7.1 in order to fix compilation error on big-endian pla... | Michael Woerister | -1/+1 |