| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -3/+0 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -19/+15 |
| 2021-06-03 | Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakis | Yuki Okushi | -19/+15 |
| 2021-06-03 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -7/+10 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -3/+0 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+2 |
| 2021-05-28 | rustc: Allow safe #[target_feature] on wasm | Alex Crichton | -7/+10 |
| 2021-05-27 | Remove feature gate | Roxane | -19/+15 |
| 2021-05-27 | Make closures inherit their parent's "safety context" | LeSeulArtichaut | -2/+30 |
| 2021-05-27 | Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g... | Dylan DPC | -15/+20 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-25 | Fix `unused_unsafe` in THIR unsafeck | LeSeulArtichaut | -8/+13 |
| 2021-05-25 | Handle `unsafe_op_in_unsafe_fn` properly in THIR unsafeck | LeSeulArtichaut | -8/+12 |
| 2021-05-25 | Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper | Guillaume Gomez | -7/+4 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -858/+138 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-24 | Make `thir_check_unsafety` itself responsible for checking gate | LeSeulArtichaut | -9/+12 |
| 2021-05-24 | Add comments about stealing THIR in `mir_build` | LeSeulArtichaut | -0/+4 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -7/+4 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -2/+2 |
| 2021-05-22 | Handle typeck errors properly | LeSeulArtichaut | -0/+8 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -24/+23 |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -20/+22 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -825/+89 |
| 2021-05-21 | Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde... | Felix S. Klock II | -15/+20 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -6/+10 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -1/+17 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -1/+13 |
| 2021-05-20 | Check for calls to functions with `#[target_feature]` in THIR unsafeck | LeSeulArtichaut | -4/+27 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -1/+5 |
| 2021-05-19 | Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis | bors | -709/+775 |
| 2021-05-19 | Adapt the THIR visitor to the vec-stored THIR | LeSeulArtichaut | -95/+96 |
| 2021-05-19 | Store THIR in `IndexVec`s instead of an `Arena` | LeSeulArtichaut | -614/+679 |
| 2021-05-17 | Remove remnants of BorrowOfPackedField | LeSeulArtichaut | -37/+22 |
| 2021-05-14 | Check for inline assembly in THIR unsafeck | Smitty | -1/+3 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -1/+10 |
| 2021-05-14 | Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkov | bors | -10/+7 |
| 2021-05-12 | Improve error message for non-exhaustive matches on non-exhaustive enums | Fabian Wolff | -1/+10 |
| 2021-05-11 | Store VariantIdx to distinguish enum variants | Mark Rousskov | -10/+7 |
| 2021-05-11 | Add helper for switching safety contexts | LeSeulArtichaut | -49/+72 |
| 2021-05-11 | Introduce the (WIP) THIR unsafety checker | LeSeulArtichaut | -0/+322 |
| 2021-05-11 | [WIP] Create a `Visitor` for the THIR | LeSeulArtichaut | -0/+179 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-20 | Auto merge of #84295 - richkadel:continue-coverage, r=tmandry | bors | -0/+15 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-18 | Only generate dummy assign when instrumenting coverage | Rich Kadel | -10/+15 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -0/+10 |