| Age | Commit message (Expand) | Author | Lines |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -109/+166 |
| 2019-11-13 | Retire BraceStructTypeFoldableImpl and TupleStructTypeFoldableImpl. | Camille GILLOT | -2/+1 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -261/+40 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -5/+17 |
| 2019-11-13 | Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov | Yuki Okushi | -0/+9 |
| 2019-11-12 | Centril review. | Camille GILLOT | -4/+1 |
| 2019-11-12 | Remove cruft. | Camille GILLOT | -5/+0 |
| 2019-11-12 | Refactor pretty_print_const. | Camille GILLOT | -18/+41 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -113/+155 |
| 2019-11-12 | Register queries with self profiler in rustc_interface | Mark Rousskov | -1/+3 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -5/+15 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+3 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -7/+7 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -0/+5 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -0/+4 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -3/+5 |
| 2019-11-10 | Move lock into CodeStats | Mark Rousskov | -7/+7 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -6/+5 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -31/+31 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -0/+3 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -12/+89 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -1/+0 |
| 2019-11-08 | Rollup merge of #66190 - eddyb:primflt, r=Centril | Yuki Okushi | -8/+9 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -8/+9 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -0/+3 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -24/+17 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -24/+17 |
| 2019-11-06 | review comments | Esteban Küber | -11/+4 |
| 2019-11-06 | Rebase fallout | Oliver Scherer | -0/+3 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -7/+7 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -5/+5 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichton | Mazdak Farrokhzad | -0/+5 |
| 2019-11-06 | Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank | Mazdak Farrokhzad | -3/+18 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -7/+7 |
| 2019-11-05 | Rollup merge of #66025 - petrochenkov:lohi, r=eddyb | Pietro Albini | -5/+0 |
| 2019-11-05 | Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha... | Pietro Albini | -1/+0 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -5/+5 |
| 2019-11-04 | Avoid hashing the key twice in `get_query()`. | Nicholas Nethercote | -3/+13 |
| 2019-11-03 | rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-11-02 | Prettify mismatched types error message in a special case | Dmitry Kadashev | -12/+12 |
| 2019-11-02 | Show type param definitions in type mismatch errors | Dmitry Kadashev | -2/+17 |
| 2019-11-02 | Add type parameter name to type mismatch error messages | Dmitry Kadashev | -1/+1 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -0/+5 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -1/+1 |
| 2019-11-01 | `Span` cannot represent `span.hi < span.lo` | Vadim Petrochenkov | -5/+0 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -1/+7 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -1/+7 |
| 2019-11-01 | De-querify `trivial_dropck_outlives`. | Nicholas Nethercote | -1/+0 |