| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -4/+1 |
| 2017-03-13 | Auto merge of #40385 - arielb1:packed-again, r=eddyb | bors | -4/+24 |
| 2017-03-13 | emit !align attributes on stores of operand pairs | Ariel Ben-Yehuda | -4/+24 |
| 2017-03-11 | Auto merge of #40308 - nikomatsakis:incr-comp-isolate-task, r=mw | bors | -11/+34 |
| 2017-03-10 | rustc: Support auto-retry linking on a segfault | Alex Crichton | -1/+47 |
| 2017-03-10 | add comments and remove unused code paths | Niko Matsakis | -2/+0 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -11/+36 |
| 2017-03-04 | Auto merge of #40245 - cuviper:maybe-not-pie, r=alexcrichton | bors | -4/+4 |
| 2017-03-04 | Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis | bors | -63/+43 |
| 2017-03-03 | Let `-Crelocation-model` better control `-pie` linking | Josh Stone | -4/+4 |
| 2017-03-03 | Auto merge of #40178 - arielb1:provide-destructors, r=eddyb | bors | -5/+5 |
| 2017-03-02 | Rollup merge of #40104 - nagisa:mir-the-shiny, r=eddyb | Corey Farwell | -4/+4 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+1 |
| 2017-03-01 | convert AdtDef::destructor to on-demand | Ariel Ben-Yehuda | -5/+5 |
| 2017-03-01 | store the normalized types of statics in MIR Lvalues | Ariel Ben-Yehuda | -5/+4 |
| 2017-03-01 | more through normalization in typeck & trans | Ariel Ben-Yehuda | -58/+39 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -19/+2 |
| 2017-02-28 | Remove the TypedConstVal | Simonas Kazlauskas | -2/+2 |
| 2017-02-28 | Make Rvalue::ty infallible | Simonas Kazlauskas | -2/+2 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -17/+18 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-02-25 | rustc: simplify tcx.closure_type(...) as it can copy the cached values. | Eduard-Mihai Burtescu | -7/+10 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -152/+133 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -18/+49 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -9/+5 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+11 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -5/+1 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -2/+60 |
| 2017-02-25 | Rollup merge of #39995 - Aatch:vtable-ptr-metadata, r=arielb1 | Eduard-Mihai Burtescu | -6/+34 |
| 2017-02-24 | Auto merge of #39714 - vadimcn:top-level-expn2, r=michaelwoerister | bors | -8/+5 |
| 2017-02-24 | Review changes | est31 | -22/+6 |
| 2017-02-23 | Implement non-capturing closure to fn coercion | est31 | -1/+75 |
| 2017-02-23 | trans: don't ICE when trying to create ADT trans-items | Ariel Ben-Yehuda | -7/+11 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -5/+1 |
| 2017-02-21 | Set metadata for vtable-related loads | James Miller | -6/+34 |
| 2017-02-20 | Turn off Vectorization for Emscripten | Christopher Serr | -2/+6 |
| 2017-02-19 | Auto merge of #39912 - nikomatsakis:incr-comp-trait-select-no-vec, r=eddyb | bors | -1/+2 |
| 2017-02-18 | Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1 | bors | -1/+4 |
| 2017-02-17 | rework `TraitSelect` to avoid a vec and just use two def-ids | Nicholas Nethercote | -1/+2 |
| 2017-02-16 | erase late bound regions in `get_vtable_methods()` | Niko Matsakis | -1/+4 |
| 2017-02-15 | [MIR] Make InlineAsm a Statement | Simonas Kazlauskas | -20/+18 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -94/+68 |
| 2017-02-11 | Fix as_ptr() drop problem | Matt Ickstadt | -4/+4 |
| 2017-02-11 | [LLVM 4.0] Fix CreateCompileUnit | Matt Ickstadt | -7/+10 |
| 2017-02-10 | Fix intcast, use it where appropriate | Simonas Kazlauskas | -16/+6 |
| 2017-02-10 | Revert use of layout code in typeck::collect | Simonas Kazlauskas | -6/+2 |
| 2017-02-10 | Inspect now does not force on-stack Lvalue | Simonas Kazlauskas | -1/+1 |
| 2017-02-10 | Fix the IntTypeExt::to_ty() lifetime bounds | Simonas Kazlauskas | -1/+0 |
| 2017-02-10 | Only SwitchInt over integers, not all consts | Simonas Kazlauskas | -28/+47 |