| Age | Commit message (Expand) | Author | Lines |
| 2020-09-19 | Rustfmt | Oliver Scherer | -2/+2 |
| 2020-09-19 | Address review comments | Oliver Scherer | -128/+133 |
| 2020-09-19 | Fix rebase fallout and make the test work with debug info | Oliver Scherer | -3/+3 |
| 2020-09-19 | Unify the names of const eval queries and their return types | Oliver Scherer | -36/+38 |
| 2020-09-19 | Rename const eval queries to reflect the validation changes | Oliver Scherer | -27/+20 |
| 2020-09-19 | We can make const eval sound, it's just super expensive | Oliver Scherer | -7/+3 |
| 2020-09-19 | Do not call the `const_eval` query in mir interpretation except for caching o... | Oliver Scherer | -34/+8 |
| 2020-09-19 | Clarify a statement in UB test | Oliver Scherer | -1/+3 |
| 2020-09-19 | Replace `and_then` `map_err` `and_then` chain with a match | Oliver Scherer | -15/+16 |
| 2020-09-19 | `turn_into_const` is infallible | Oliver Scherer | -11/+7 |
| 2020-09-19 | Document `op_to_const`'s purpose | Oliver Scherer | -0/+2 |
| 2020-09-19 | Update codegen tests | Oliver Scherer | -3/+3 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -108/+53 |
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -52/+62 |
| 2020-09-19 | Auto merge of #76856 - jonas-schievink:dist-rustc-src, r=Mark-Simulacrum | bors | -0/+12 |
| 2020-09-19 | Auto merge of #76838 - est31:dogfood_uninit_features, r=oli-obk | bors | -25/+28 |
| 2020-09-18 | Auto merge of #76787 - lzutao:slice_iters_new, r=lcnr | bors | -168/+302 |
| 2020-09-18 | Auto merge of #76782 - lzutao:rd-cap, r=jyn514 | bors | -6/+8 |
| 2020-09-18 | Auto merge of #76884 - Mark-Simulacrum:fix-macos-ci, r=pietroalbini | bors | -70/+5 |
| 2020-09-18 | Auto merge of #76575 - lcnr:abstract-const, r=oli-obk | bors | -27/+739 |
| 2020-09-18 | Make sure we build target-only things (e.g., docs) for host platforms too | Mark Rousskov | -5/+5 |
| 2020-09-18 | Remove duplicate macOS builders | Mark Rousskov | -65/+0 |
| 2020-09-18 | add `const-evaluatable_checked` check back in | Bastian Kauschke | -16/+16 |
| 2020-09-18 | review, small cleanup | Bastian Kauschke | -18/+21 |
| 2020-09-18 | document `const_evaluatable` | Bastian Kauschke | -3/+47 |
| 2020-09-18 | remove allow(warnings) | Bastian Kauschke | -2/+0 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -2/+157 |
| 2020-09-18 | add test for let-bindings | Bastian Kauschke | -5/+40 |
| 2020-09-18 | add function calls | Bastian Kauschke | -0/+48 |
| 2020-09-18 | allow unary operations and ignore StorageLive/Dead stmts | Bastian Kauschke | -4/+37 |
| 2020-09-18 | use newtype_index for abstract_const::NodeId | Bastian Kauschke | -16/+17 |
| 2020-09-18 | refactor AbstractConstBuilder | Bastian Kauschke | -58/+67 |
| 2020-09-18 | use abstract consts when unifying ConstKind::Unevaluated | Bastian Kauschke | -10/+96 |
| 2020-09-18 | initial working state | Bastian Kauschke | -13/+313 |
| 2020-09-18 | Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma... | bors | -80/+342 |
| 2020-09-18 | Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk | bors | -17/+40 |
| 2020-09-18 | Remove redundancy in cache key | Tyler Mandry | -5/+4 |
| 2020-09-18 | inline inner function of inlining methods | Lzu Tao | -0/+19 |
| 2020-09-18 | Move unsafe code of slice `new` function of their Iterator structs | Lzu Tao | -141/+122 |
| 2020-09-18 | Auto merge of #76854 - aDotInTheVoid:mir-opt-32-64-diff-name, r=oli-obk | bors | -4/+215 |
| 2020-09-18 | Auto merge of #76790 - ssomers:btree_slice_slasher_returns, r=Mark-Simulacrum | bors | -16/+29 |
| 2020-09-18 | Add bench_typed_arena_clear_100 bench | est31 | -0/+11 |
| 2020-09-18 | Replace loop with drop_in_place call | est31 | -6/+1 |
| 2020-09-18 | Dogfood new_uninit and maybe_uninit_slice in rustc_arena | est31 | -19/+16 |
| 2020-09-18 | Calculate more correct capacity in merge_attrs | Lzu Tao | -6/+8 |
| 2020-09-17 | Intorduced MiniMap - a tiny small storage optimized map implementation | Valerii Lashmanov | -2/+63 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -41/+89 |
| 2020-09-17 | Only visit types once when walking the type tree | Valerii Lashmanov | -39/+193 |
| 2020-09-18 | Fix --bless for mir-opt 32/64 bit file | Nixon Enraght-Moony | -3/+4 |
| 2020-09-18 | Distribute rustc sources as part of `rustc-dev` | Jonas Schievink | -0/+12 |