| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -5/+2 |
| 2021-07-11 | Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-07-10 | Fix typo: `satic` -> `static` | Nixon Enraght-Moony | -1/+1 |
| 2021-07-10 | Update tests | Deadbeef | -1/+1 |
| 2021-07-10 | Update CTFE to allow fns marked with the attr | Deadbeef | -6/+9 |
| 2021-07-10 | Permit calls to default const fns of impl const | Deadbeef | -7/+25 |
| 2021-07-10 | functions marked with attr are not const | Deadbeef | -3/+0 |
| 2021-07-10 | Skip check for calling functions in same trait | Deadbeef | -3/+11 |
| 2021-07-10 | Treat trait fns marked with the attr as const | Deadbeef | -1/+4 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -40/+16 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -2/+11 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -2/+11 |
| 2021-07-08 | PR feedback | Scott McMurray | -1/+2 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+18 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+2 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+1 |
| 2021-07-07 | Add help on reinitialization between move and access | Paul Trojahn | -18/+74 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -2/+4 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -2/+4 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -1/+1 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -12/+39 |
| 2021-07-05 | Rollup merge of #86862 - tmiasko:re-export-SwitchIntEdgeEffects, r=jonas-schi... | Yuki Okushi | -1/+1 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -7/+7 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -13/+13 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -12/+39 |
| 2021-07-04 | remove some ad-hoc has_infer_types checks that aren't needed anymore | Niko Matsakis | -15/+13 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+3 |
| 2021-07-04 | re-export SwitchIntEdgeEffects | Tomasz Miąsko | -1/+1 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -13/+26 |
| 2021-07-03 | add note about MAX_ALLOC_LIMIT | Smittyvb | -1/+1 |
| 2021-07-03 | Make vtable_allocation always succeed | Smitty | -1/+1 |
| 2021-07-02 | Allocation failure in constprop panics right away | Smitty | -1/+7 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -4/+20 |
| 2021-07-03 | Remove `ty::Binder::bind()` | Yuki Okushi | -6/+1 |
| 2021-07-01 | Auto merge of #86304 - klensy:hex-length, r=jackh726 | bors | -1/+21 |
| 2021-07-01 | rustc_mir: calc hex number length without string allocation | klensy | -1/+21 |
| 2021-06-30 | Delay ICE on evaluation fail | Smitty | -68/+15 |
| 2021-06-30 | Properly evaluate non-consts in const prop | Smitty | -8/+51 |
| 2021-06-30 | Simplify memory failure checking | Smitty | -17/+16 |
| 2021-06-30 | Auto merge of #86695 - sexxi-goose:closure_size, r=nikomatsakis | bors | -0/+81 |
| 2021-06-30 | Rename is_spurious -> is_volatile | Smitty | -2/+2 |
| 2021-06-29 | Properly handle const prop failures | Smitty | -0/+13 |
| 2021-06-29 | Unwrap allocated Location at creation | Smitty | -14/+9 |
| 2021-06-29 | Simplify const_prop logic | Smitty | -11/+9 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -26/+38 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -0/+81 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -91/+6 |
| 2021-06-27 | Change miri to use tcx allocated allocations. | Charles Lew | -29/+36 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesley... | bors | -7/+5 |