| Age | Commit message (Expand) | Author | Lines |
| 2022-01-03 | revert #92254 "Bump gsgdt to 0.1.3" | Krasimir Georgiev | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -6/+1 |
| 2021-12-24 | Bump `gsgdt` to 0.1.3 | Krasimir Georgiev | -1/+1 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -1/+6 |
| 2021-12-23 | Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obk | Matthias Krüger | -18/+16 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -18/+16 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -9/+6 |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -4/+5 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+5 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -25/+27 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -5/+5 |
| 2021-12-15 | Run x.py fmt | Aaron Hill | -1/+3 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -25/+25 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -4/+4 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -8/+8 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -0/+2 |
| 2021-12-11 | Rollup merge of #83174 - camelid:borrow-help, r=oli-obk | Matthias Krüger | -0/+14 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -0/+14 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -0/+8 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -0/+15 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -25/+48 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -2/+0 |
| 2021-12-02 | Implement a pass manager | Dylan MacKenzie | -0/+15 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -0/+10 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -0/+10 |
| 2021-12-02 | Rename TypeFolderFallible to FallibleTypeFolder | Alan Egerton | -15/+15 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -68/+103 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -0/+2 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -3/+0 |
| 2021-12-01 | remove static_assert_size on InterpError | b-naber | -3/+0 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+1 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -3/+3 |
| 2021-11-30 | Add "is" methods for projections to a given index | Dylan MacKenzie | -0/+10 |
| 2021-11-30 | Rollup merge of #91294 - cjgillot:process-elem, r=jackh726 | Matthias Krüger | -1/+5 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+2 |
| 2021-11-27 | Visit type in process_projection_elem. | Camille GILLOT | -1/+5 |
| 2021-11-26 | Small mir-opt refactor | Scott McMurray | -0/+8 |
| 2021-11-26 | Make `TypeFoldable` implementors short-circuit on error | LeSeulArtichaut | -89/+96 |
| 2021-11-23 | document BinOp behavior quirks in the corresponding enum | Ralf Jung | -0/+8 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -3/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+1 |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -5/+5 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -5/+5 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2021-10-22 | Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper | bors | -0/+1 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -6/+1 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+1 |