| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -15311/+0 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -3/+3 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -6/+6 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -3/+3 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -13/+6 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -6/+6 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -8/+21 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -6/+6 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -5/+5 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -5/+5 |
| 2020-08-11 | Revert "Suppress debuginfo on naked function arguments" | Nathaniel McCallum | -11/+1 |
| 2020-08-09 | rustc_mir_build: use IndexMap in TestKind::SwitchInt | Josh Stone | -23/+17 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -3/+2 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -1/+1 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -89/+96 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -1/+1 |
| 2020-07-30 | Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse | Manish Goregaokar | -1/+7 |
| 2020-07-30 | Auto merge of #74105 - npmccallum:naked, r=matthewjasper | bors | -1/+11 |
| 2020-07-30 | Improve diagnostics when constant pattern is too generic | Gary Guo | -1/+7 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -1/+11 |
| 2020-07-26 | Auto merge of #74708 - kanru:issue-74564, r=davidtwco | bors | -1/+6 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -1/+1 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -1/+6 |
| 2020-07-24 | Rollup merge of #74703 - tmandry:issue-74047, r=oli-obk | Yuki Okushi | -5/+0 |
| 2020-07-23 | Fix ICE while building MIR with type errors | Tyler Mandry | -5/+0 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -1/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -1/+1 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+4 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -8/+3 |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -9/+11 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -108/+124 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -108/+124 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Don't assign `()` to `!` MIR locals | Jonas Schievink | -9/+11 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -2/+2 |
| 2020-07-15 | improve naming | Bastian Kauschke | -8/+12 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -7/+3 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -18/+31 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+6 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -1/+3 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -13/+39 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-04 | Fix #71977 | Nadrieril | -5/+31 |