| Age | Commit message (Expand) | Author | Lines |
| 2020-07-26 | typos + fmt | Ralf Jung | -10/+10 |
| 2020-07-26 | move getting the initial value of a static into helper function | Ralf Jung | -12/+19 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -93/+74 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -30/+30 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -12/+12 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -8/+8 |
| 2020-07-24 | Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk | bors | -1/+4 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -62/+50 |
| 2020-07-24 | Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebank | Manish Goregaokar | -89/+92 |
| 2020-07-24 | Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk | Manish Goregaokar | -21/+85 |
| 2020-07-23 | slightly adapt const prop | Bastian Kauschke | -7/+7 |
| 2020-07-23 | on Windows, use miri_static_root for TLS dtors | Ralf Jung | -1/+4 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -19/+19 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -2/+10 |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -2/+10 |
| 2020-07-23 | rename arguments to highlight_if_we_can_match_hir_ty | SNCPlay42 | -7/+6 |
| 2020-07-23 | move highlight_if_we_can_match_hir_ty call | SNCPlay42 | -6/+5 |
| 2020-07-22 | decouple highlight_if_we_cannot_match_hir_ty | SNCPlay42 | -10/+10 |
| 2020-07-22 | clean up give_name_if_anonymous_region_appears_in_arguments | SNCPlay42 | -18/+9 |
| 2020-07-22 | rename functions | SNCPlay42 | -7/+7 |
| 2020-07-22 | change returns to RegionNameHighlight | SNCPlay42 | -38/+29 |
| 2020-07-22 | extract RegionNameHighlight | SNCPlay42 | -23/+40 |
| 2020-07-22 | add RegionName::span | SNCPlay42 | -13/+19 |
| 2020-07-22 | Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb | bors | -46/+33 |
| 2020-07-22 | mir: improve polymorphic constant bug | David Wood | -2/+3 |
| 2020-07-22 | note LLVM in fixme | Bastian Kauschke | -1/+1 |
| 2020-07-22 | Optimize away BitAnd and BitOr when possible | Xavier Denis | -21/+85 |
| 2020-07-22 | const prop into operands | Bastian Kauschke | -62/+50 |
| 2020-07-22 | Fix rebase fallout | Aaron Hill | -1/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -4/+4 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -5/+5 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -3/+3 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -46/+33 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -62/+47 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -4/+6 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -29/+327 |
| 2020-07-20 | shim: adjust valid shim asserts | David Wood | -22/+3 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -1/+1 |
| 2020-07-20 | mir: rename `should_monomorphize_locally` | David Wood | -13/+12 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -2/+10 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -58/+206 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -0/+1 |
| 2020-07-17 | Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelix | Manish Goregaokar | -12/+25 |
| 2020-07-17 | Make unreachable_unchecked a const fn | Nazım Can Altınova | -0/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -58/+206 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -24/+16 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -24/+16 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -2/+0 |
| 2020-07-16 | Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obk | Manish Goregaokar | -82/+30 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -2/+0 |