| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Address review comments | Matthew Jasper | -4/+37 |
| 2020-10-06 | Fix ICE | Matthew Jasper | -4/+5 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -8/+16 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -13/+51 |
| 2020-10-06 | Move some code from rustc_typeck to rustc_trait_selection | Matthew Jasper | -0/+56 |
| 2020-10-06 | Remove unused part of return value from `replace_bound_vars_with_placeholders` | Matthew Jasper | -6/+6 |
| 2020-10-06 | Check associated type bounds for object safety violations | Matthew Jasper | -39/+62 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -1/+2 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -26/+43 |
| 2020-10-06 | Make projection wf check the predicates for the projection | Matthew Jasper | -11/+25 |
| 2020-10-06 | Split bounds from predicates | Matthew Jasper | -13/+14 |
| 2020-10-06 | Rename projection_predicates to item_bounds | Matthew Jasper | -8/+4 |
| 2020-10-06 | Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=... | Yuki Okushi | -3/+3 |
| 2020-10-05 | Fixup | Camelid | -4/+1 |
| 2020-10-05 | Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk | bors | -3/+3 |
| 2020-10-05 | query_name_of_opt_const_arg -> query_name_opt_const_arg | Bastian Kauschke | -2/+2 |
| 2020-10-04 | Fix rustdoc warnings about invalid Rust syntax | Camelid | -2/+5 |
| 2020-10-05 | Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank | Dylan DPC | -2/+3 |
| 2020-10-05 | Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank | Dylan DPC | -0/+5 |
| 2020-10-04 | cleanup WithOptConstParam queries | Bastian Kauschke | -12/+2 |
| 2020-10-03 | Replace some once(x).chain(once(y)) with [x, y] IntoIter | Scott McMurray | -2/+3 |
| 2020-10-01 | Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwco | Dylan DPC | -156/+161 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -34/+150 |
| 2020-09-28 | move candidate_from_obligation_no_cache | Bastian Kauschke | -156/+161 |
| 2020-09-28 | const evaluatable: improve `TooGeneric` handling | Bastian Kauschke | -34/+150 |
| 2020-09-26 | Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct." | Dylan MacKenzie | -1/+1 |
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -3/+3 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+1 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -16/+21 |
| 2020-09-26 | rename functions | Bastian Kauschke | -7/+21 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+1 |
| 2020-09-25 | Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse | Jonas Schievink | -41/+36 |
| 2020-09-25 | Auto merge of #77041 - lcnr:const-eval-perf, r=ecstatic-morse | bors | -18/+27 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-24 | perf: split progress_obligations with inline(never) | Bastian Kauschke | -18/+27 |
| 2020-09-24 | remove enum name from ImplSource variants | Bastian Kauschke | -41/+36 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -4/+16 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -77/+116 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -16/+7 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -2/+11 |
| 2020-09-21 | review | Bastian Kauschke | -13/+8 |
| 2020-09-21 | Add an unused field of type `Option<DefId>` to `ParamEnv` struct. | Bram van den Heuvel | -1/+1 |
| 2020-09-19 | words | Bastian Kauschke | -1/+1 |
| 2020-09-19 | wip emit errors during AbstractConst building | Bastian Kauschke | -75/+119 |
| 2020-09-19 | cache types during normalization | Bastian Kauschke | -2/+11 |
| 2020-09-19 | Auto merge of #76886 - Aaron1011:fix/ensure-stack-predicate, r=Mark-Simulacrum | bors | -119/+133 |
| 2020-09-18 | Wrap recursive predicate evaluation with `ensure_sufficient_stack` | Aaron Hill | -119/+133 |
| 2020-09-18 | add `const-evaluatable_checked` check back in | Bastian Kauschke | -16/+16 |