| Age | Commit message (Expand) | Author | Lines |
| 2021-06-29 | Simplify allocation creation | Smitty | -2/+1 |
| 2021-06-29 | Make memory exhaustion a hard error | Smitty | -1/+2 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -11/+26 |
| 2021-06-29 | Encode CommandLine in the index only. | Camille GILLOT | -24/+13 |
| 2021-06-29 | Use a newtype_index instead of a u32. | Camille GILLOT | -7/+15 |
| 2021-06-29 | Use the macro to implement HashStable. | Camille GILLOT | -25/+3 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -17/+113 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -28/+7 |
| 2021-06-29 | Auto merge of #86670 - Aaron1011:copy-variance-diag, r=davidtwco | bors | -2/+2 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -3/+8 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -5/+32 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -17/+113 |
| 2021-06-28 | double-check mutability inside Allocation | Ralf Jung | -0/+3 |
| 2021-06-28 | Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011 | bors | -8/+6 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -3/+8 |
| 2021-06-27 | Derive `Copy` for `VarianceDiagInfo` | Aaron Hill | -2/+2 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -28/+7 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -2/+2 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -1/+1 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -8/+17 |
| 2021-06-25 | Auto merge of #86505 - JohnTitor:fix-86483, r=jackh726 | bors | -11/+8 |
| 2021-06-24 | Prefer "allow list" structure to check a type | Yuki Okushi | -18/+8 |
| 2021-06-24 | Rename function name in comments | Yuki Okushi | -3/+3 |
| 2021-06-24 | Do not panic in `return_type_impl_trait` | Yuki Okushi | -0/+7 |
| 2021-06-24 | Rollup merge of #86296 - LeSeulArtichaut:thir-doc, r=nikomatsakis | Yuki Okushi | -35/+109 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-06-22 | Add documentation for various THIR structs | LeSeulArtichaut | -35/+109 |
| 2021-06-22 | Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwco | bors | -5/+33 |
| 2021-06-22 | Auto merge of #86545 - JohnTitor:rollup-7sqdhpa, r=JohnTitor | bors | -0/+3 |
| 2021-06-22 | Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut | Yuki Okushi | -0/+3 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -1/+0 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -0/+3 |
| 2021-06-21 | Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache. | Michael Woerister | -5/+33 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -3/+0 |
| 2021-06-20 | 256th query. | Camille GILLOT | -1/+1 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -5/+6 |
| 2021-06-19 | Auto merge of #86437 - nikomatsakis:tait-docs, r=oli-obk | bors | -0/+28 |
| 2021-06-19 | Auto merge of #86456 - JohnTitor:rollup-jjzupny, r=JohnTitor | bors | -0/+9 |
| 2021-06-18 | Auto merge of #86194 - RalfJung:const-ub-hard-error, r=oli-obk | bors | -0/+1 |
| 2021-06-18 | Fix ICE with `#[repr(simd)]` on enum | Fabian Wolff | -0/+9 |
| 2021-06-18 | add various coments to explain how the code works | Niko Matsakis | -0/+28 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -4/+0 |
| 2021-06-18 | make UB during CTFE a hard error | Ralf Jung | -0/+1 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -0/+10 |
| 2021-06-17 | Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoerister | bors | -67/+36 |
| 2021-06-16 | Auto merge of #86379 - JohnTitor:rollup-mkz9x36, r=JohnTitor | bors | -5/+1 |
| 2021-06-16 | Move some hard error logic to InterpError | Smitty | -0/+10 |
| 2021-06-17 | Rollup merge of #86353 - JohnTitor:remove-projection_ty_from_predicates, r=ol... | Yuki Okushi | -5/+1 |
| 2021-06-16 | Auto merge of #86266 - LeSeulArtichaut:box-thir-adt, r=davidtwco | bors | -13/+16 |
| 2021-06-16 | Remove `projection_ty_from_predicates` | Yuki Okushi | -5/+1 |