| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -1/+19 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -3/+3 |
| 2020-02-26 | adjust LayoutDetails comments | Ralf Jung | -7/+7 |
| 2020-02-18 | doc comments for layout components | Ralf Jung | -1/+19 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -15/+330 |
| 2020-02-08 | rustc_target: treat enum variants like union members, in call ABIs. | Eduard-Mihai Burtescu | -9/+43 |
| 2020-02-08 | rustc_target: switch homogeneous_aggregate to returning Result. | Eduard-Mihai Burtescu | -67/+86 |
| 2020-02-04 | Implement proper C ABI lowering for RISC-V | msizanoen1 | -15/+330 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -469/+414 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -0/+8 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -0/+8 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -5/+5 |
| 2019-12-06 | Use `to_option` in various places | varkor | -37/+5 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -0/+5 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -1/+2 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -0/+1 |
| 2019-11-17 | Derive HashStable_Generic for ABI types. | Camille GILLOT | -52/+8 |
| 2019-11-17 | Derive HashStable in librustc_target. | Camille GILLOT | -8/+59 |
| 2019-11-10 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -5/+1 |
| 2019-11-09 | Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb | Mazdak Farrokhzad | -32/+11 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -18/+12 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -39/+1 |
| 2019-11-05 | Fix C aggregate-passing ABI on powerpc | Samuel Holland | -32/+11 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -185/+185 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -62/+77 |
| 2019-10-10 | Check that we don't access nonexisting union fields | Oliver Scherer | -1/+5 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -3/+2 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -13/+6 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -1/+1 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -1/+3 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -0/+2 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Get out of bootstrapping pickle. | Mazdak Farrokhzad | -7/+22 |
| 2019-07-15 | rustc: precompute the largest Niche and store it in LayoutDetails. | Eduard-Mihai Burtescu | -0/+20 |
| 2019-07-15 | rustc_target: move abi::Niche from rustc::ty::layout. | Eduard-Mihai Burtescu | -0/+51 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -0/+1 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -9/+24 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -1/+10 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-11 | rustc_target: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -0/+8 |
| 2019-05-04 | removing param_env from pointee_info_at | Saleem Jaffer | -7/+2 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -9/+0 |
| 2019-05-04 | adding is_freeze to TyLayoutMethods | Saleem Jaffer | -0/+9 |