| Age | Commit message (Expand) | Author | Lines |
| 2017-06-02 | Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -509/+38 |
| 2017-06-02 | Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddyb | bors | -232/+28 |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -509/+38 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -509/+38 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -193/+1 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -3/+3 |
| 2017-06-01 | rewrite layout to take a (param-env, ty) pair instead of infcx | Niko Matsakis | -37/+25 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -5/+5 |
| 2017-06-01 | Adding support for the llvm `prefetch` intrinsic | Falco Hirschenberger | -1/+13 |
| 2017-05-28 | Auto merge of #41917 - arielb1:mir-array, r=nagisa | bors | -186/+191 |
| 2017-05-28 | fix translation of MSVC funclets that loop to their own start | Ariel Ben-Yehuda | -80/+86 |
| 2017-05-28 | fix loops in unwind code in MSVC | Ariel Ben-Yehuda | -1/+3 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -4/+23 |
| 2017-05-28 | refactor trans::mir::block to trans all calls through the same code | Ariel Ben-Yehuda | -67/+84 |
| 2017-05-28 | translate array drop glue using MIR | Ariel Ben-Yehuda | -41/+2 |
| 2017-05-27 | Remove trans-internal re-exports of rustc modules | Robin Kruppe | -49/+40 |
| 2017-05-27 | Reduce API surface of rustc_trans | Robin Kruppe | -26/+13 |
| 2017-05-26 | Rollup merge of #42215 - callahad:remove-superfluous-semis, r=Mark-Simulacrum | Corey Farwell | -1/+1 |
| 2017-05-24 | Remove superfluous `;;` sequences | Dan Callahan | -1/+1 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+1 |
| 2017-05-22 | use `ParamEnv` from `ty` rather than importing | Niko Matsakis | -4/+4 |
| 2017-05-22 | rename `ParameterEnvironment` to `ParamEnv` | Niko Matsakis | -4/+4 |
| 2017-05-22 | centralize the caching for is-copy, is-sized, and is-freeze | Niko Matsakis | -6/+4 |
| 2017-05-19 | Rollup merge of #42100 - michaelwoerister:fix-osx-multi-cgu-debuginfo, r=jdm | Mark Simulacrum | -14/+20 |
| 2017-05-19 | Rollup merge of #41971 - japaric:pre-link-args, r=alexcrichton | Mark Simulacrum | -0/+4 |
| 2017-05-19 | debuginfo: Generate unique DW_AT_names for compilation units to work around O... | Michael Woerister | -14/+20 |
| 2017-05-15 | Use AtomicBool instead of a 'static mut' for LLVM init posioning | Robin Kruppe | -4/+6 |
| 2017-05-15 | Remove (direct) rustc_llvm dependency from rustc_driver | Robin Kruppe | -52/+127 |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -0/+52 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -10/+135 |
| 2017-05-13 | add -Z pre-link-arg{,s} to rustc | Jorge Aparicio | -0/+4 |
| 2017-05-13 | Auto merge of #41920 - arielb1:inline-drop, r=eddyb | bors | -0/+6 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -34/+6 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -3/+4 |
| 2017-05-12 | Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa | Mark Simulacrum | -32/+1 |
| 2017-05-12 | Rollup merge of #41923 - eddyb:issue-41744, r=arielb1 | Mark Simulacrum | -2/+5 |
| 2017-05-12 | Auto merge of #41926 - arielb1:box-mir, r=eddyb | bors | -3/+3 |
| 2017-05-12 | Remove some unused macros from the rust codebase | est31 | -32/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-12 | box large variants in MIR | Ariel Ben-Yehuda | -3/+3 |
| 2017-05-12 | rustc_trans: do not attempt to truncate an i1 const to i1. | Eduard-Mihai Burtescu | -2/+5 |
| 2017-05-11 | remove the #[inline] attribute from drop_in_place | Ariel Ben-Yehuda | -0/+6 |
| 2017-05-09 | resolved merge conflicts | achernyak | -4/+1 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -4/+1 |
| 2017-05-07 | is_exported_symbol | achernyak | -1/+1 |
| 2017-05-05 | is_foreign_item | achernyak | -3/+3 |
| 2017-05-02 | rename from `item_mir` to `optimized_mir` | Niko Matsakis | -1/+1 |
| 2017-05-01 | Auto merge of #41611 - cramertj:metadata-queries-1, r=nikomatsakis | bors | -1/+1 |
| 2017-05-01 | Queryify is_item_mir_available | Taylor Cramer | -1/+1 |
| 2017-05-01 | Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb | bors | -1/+4 |