| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -0/+58 |
| 2016-11-22 | Move the myriad-closures.rs test case to run-pass-full test suite. | Michael Woerister | -48/+0 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -0/+133 |
| 2016-11-21 | Add regression test for issue 23699. | Joe Neeman | -0/+23 |
| 2016-11-21 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -0/+46 |
| 2016-11-17 | Rollup merge of #37772 - durka:patch-32, r=petrochenkov | Guillaume Gomez | -0/+23 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+87 |
| 2016-11-14 | add test for #37765 | Alex Burka | -0/+23 |
| 2016-11-14 | Add warnings when the #[should_panic] attribute is invalid | Josh Driver | -0/+46 |
| 2016-11-13 | Auto merge of #37753 - est31:master, r=petrochenkov | bors | -0/+15 |
| 2016-11-13 | Fix empty lifetime list or one with trailing comma being rejected | est31 | -0/+15 |
| 2016-11-12 | Rollup merge of #37659 - nikomatsakis:sfackler-36340-fix, r=eddyb | Eduard-Mihai Burtescu | -0/+46 |
| 2016-11-10 | Work around a borrow surviving too long (fixes #37686) | Anthony Ramine | -0/+16 |
| 2016-11-09 | Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakis | bors | -0/+21 |
| 2016-11-08 | introduce a `fudge_regions_if_ok` to address false region edges | Niko Matsakis | -0/+46 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -4/+0 |