| Age | Commit message (Expand) | Author | Lines |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -2/+3 |
| 2021-06-07 | Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there | Santiago Pastorino | -1/+1 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -1/+2 |
| 2021-06-07 | Change concrete opaque type to be a `VecMap` | Santiago Pastorino | -2/+2 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -8/+5 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+9 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -2/+6 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -2/+6 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -5/+8 |
| 2021-05-25 | emit diagnostic after post-monomorphization errors | Rémy Rakic | -0/+9 |
| 2021-05-23 | fix comment | Ralf Jung | -1/+1 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -4/+8 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -222/+147 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -1/+1 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -221/+146 |
| 2021-05-18 | Rollup merge of #85415 - LeSeulArtichaut:no-packed-borrow-unsafeck, r=RalfJung | Guillaume Gomez | -6/+0 |
| 2021-05-17 | Remove remnants of BorrowOfPackedField | LeSeulArtichaut | -6/+0 |
| 2021-05-17 | Rollup merge of #85412 - RalfJung:c_str, r=oli-obk | Ralf Jung | -23/+0 |
| 2021-05-17 | remove some functions that were only used by Miri | Ralf Jung | -23/+0 |
| 2021-05-17 | remove size field from Allocation | Ralf Jung | -6/+5 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -1/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+4 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+4 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -1/+11 |
| 2021-05-09 | Auto merge of #85065 - Mark-Simulacrum:preds-no-alloc, r=jackh726 | bors | -3/+3 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -1/+11 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -3/+3 |
| 2021-05-07 | fix null pointer error messages | Ralf Jung | -8/+11 |
| 2021-05-06 | use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error | Ralf Jung | -0/+3 |
| 2021-05-04 | Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest` | hyd-dev | -5/+0 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -3/+3 |
| 2021-05-02 | Rollup merge of #84392 - dario23:fmt-assert-args-pub, r=varkor,RalfJung | Dylan DPC | -1/+1 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -0/+11 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -2/+2 |
| 2021-04-25 | fix typography | Ralf Jung | -1/+1 |
| 2021-04-25 | unsafety checking: no longer care about is_min_const_fn | Ralf Jung | -3/+1 |
| 2021-04-21 | Make AssertKind::fmt_assert_args public | Johannes Schilling | -1/+1 |
| 2021-04-20 | Tidy | Oli Scherer | -1/+4 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -1/+21 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -2/+2 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-16 | Add comment | bjorn3 | -0/+1 |
| 2021-04-12 | Introduce CompileMonoItem DepNode | bjorn3 | -0/+4 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -4/+4 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -4/+4 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -5/+17 |