| Age | Commit message (Expand) | Author | Lines |
| 2021-05-04 | Remove assert_matches users | Mark Rousskov | -1/+1 |
| 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-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 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -1/+19 |
| 2021-04-02 | Reduce size of statements | Roxane | -4/+6 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -3/+13 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -2/+14 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+1 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -2/+13 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -8/+1 |
| 2021-03-30 | Run LLVM coverage instrumentation passes before optimization passes | Amanieu d'Antras | -8/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -46/+0 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -4/+4 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -6/+0 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+4 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -4/+12 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -6/+4 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -0/+17 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -6/+4 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -4/+12 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -1/+1 |
| 2021-03-15 | Do not expose fallible `to_int` operation on `Scalar`. | Oli Scherer | -18/+16 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -29/+21 |
| 2021-03-12 | Visit `mir::Constant::user_ty` for completeness. | Oli Scherer | -2/+2 |
| 2021-03-12 | Replace a custom lift method with a Lift impl | Oli Scherer | -4/+7 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -11/+164 |
| 2021-03-12 | Add `ty` helper function for mir constants | Oli Scherer | -0/+3 |
| 2021-03-12 | Add convenience conversion methods for ScalarInt | Oli Scherer | -8/+23 |
| 2021-03-12 | Add fallible Scalar to ScalarInt conversion method | Oli Scherer | -13/+15 |
| 2021-03-12 | Implement valtree | Oli Scherer | -1/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -2/+0 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -1/+1 |
| 2021-03-09 | Update cranelift | kadmin | -13/+10 |
| 2021-03-09 | Update match branches | kadmin | -11/+5 |
| 2021-03-09 | Update fmt and use of memcpy | kadmin | -1/+1 |
| 2021-03-09 | Impl StatementKind::CopyNonOverlapping | kadmin | -0/+38 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -9/+9 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -12/+26 |