| Age | Commit message (Expand) | Author | Lines |
| 2017-01-19 | disable run-pass/backtrace for openbsd | Sébastien Marie | -0/+1 |
| 2017-01-17 | fix function arguments in constant promotion | Ariel Ben-Yehuda | -0/+7 |
| 2017-01-07 | Merge pull request #38884 from nikomatsakis/beta-unmerged | Alex Crichton | -0/+111 |
| 2017-01-06 | Fix ICE on i686 when calling immediate() on OperandValue::Ref in return | Mark Simulacrum | -0/+21 |
| 2017-01-06 | std: Don't pass overlapped handles to processes | Alex Crichton | -0/+90 |
| 2017-01-06 | Fix regression with duplicate `#[macro_export] macro_rules!`. | Jeffrey Seyfried | -0/+35 |
| 2017-01-06 | fix promotion of MIR terminators | Ariel Ben-Yehuda | -0/+20 |
| 2016-12-30 | Disable field reordering | Austin Hicks | -7/+0 |
| 2016-12-30 | clear discriminant drop flag at the bottom of a ladder | Ariel Ben-Yehuda | -0/+54 |
| 2016-12-29 | Remove --crate-type=metadata from beta | Nick Cameron | -58/+0 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -2/+82 |
| 2016-12-17 | Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfried | bors | -0/+34 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -0/+33 |
| 2016-12-16 | Allow path fragments to be parsed as type parameter bounds in macro expansion | Kalita Alexey | -0/+34 |
| 2016-12-14 | Add a case to type-sizes to explicitly verify that field reordering triggers. | Austin Hicks | -0/+7 |
| 2016-12-14 | Incorporate review comments | Austin Hicks | -2/+1 |
| 2016-12-14 | Make tidy | Austin Hicks | -1/+1 |
| 2016-12-14 | Fix closure arguments which are immediate because of field reordering. | Austin Hicks | -0/+22 |
| 2016-12-14 | Fix having multiple reprs on the same type. | Austin Hicks | -1/+45 |
| 2016-12-14 | Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu... | Austin Hicks | -1/+2 |
| 2016-12-14 | Fix type-sizes test | Austin Hicks | -1/+1 |
| 2016-12-14 | Make tidy | Austin Hicks | -2/+2 |
| 2016-12-14 | Add yet more missing #[repr(C)] to tests | Austin Hicks | -0/+2 |
| 2016-12-14 | Fix extern-pass-empty test, which needed repr(C) | Austin Hicks | -0/+3 |
| 2016-12-14 | Make constant field access account for field reordering. | Austin Hicks | -3/+1 |
| 2016-12-14 | Fix bugs to optimizing enums: | Austin Hicks | -2/+6 |
| 2016-12-11 | Auto merge of #38249 - arielb1:special-substs, r=nikomatsakis | bors | -0/+41 |
| 2016-12-11 | Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri... | bors | -0/+57 |
| 2016-12-09 | Auto merge of #38192 - stjepang:faster-sort-algorithm, r=bluss | bors | -67/+92 |
| 2016-12-08 | Extend middle::reachable to also consider provided trait methods. | Michael Woerister | -0/+57 |
| 2016-12-07 | Implement a faster sort algorithm | Stjepan Glavina | -67/+92 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -0/+33 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -0/+1 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -37/+72 |
| 2016-12-05 | erase lifetimes when translating specialized substs | Ariel Ben-Yehuda | -0/+41 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -2/+48 |
| 2016-12-03 | Auto merge of #38059 - arielb1:no-mere-overflow, r=nikomatsakis | bors | -0/+88 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -3/+0 |
| 2016-12-01 | Implement native library kind and name overrides from the command line. | Vadim Chugunov | -0/+38 |
| 2016-12-01 | Fix rust_test_helpers linkage. | Vadim Chugunov | -34/+34 |
| 2016-11-30 | Add tests. | Jeffrey Seyfried | -2/+48 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -1/+1 |
| 2016-11-29 | Fix cross-crate associated constant evaluation | Florian Diebold | -0/+68 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-29 | evaluate obligations in LIFO order during closure projection | Ariel Ben-Yehuda | -0/+88 |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -0/+32 |
| 2016-11-27 | don't double-apply variant padding to const enums | Ariel Ben-Yehuda | -0/+45 |
| 2016-11-23 | Rollup merge of #37938 - michaelwoerister:move-myriad-closures, r=eddyb | Guillaume Gomez | -48/+0 |
| 2016-11-23 | Rollup merge of #37851 - jneem:master, r=sanxiyn | Guillaume Gomez | -0/+23 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -0/+58 |