| Age | Commit message (Expand) | Author | Lines |
| 2017-02-05 | Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichton | Corey Farwell | -1/+9 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -0/+95 |
| 2017-02-03 | Don't link "nobundle" libs which had already been included in upstream crate. | Vadim Chugunov | -17/+49 |
| 2017-02-03 | Update run-make/issue-22131 to new rustdoc --test format | Guillaume Gomez | -1/+1 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+1 |
| 2017-01-19 | Implement the "static-nobundle" library kind (RFC 1717). | Vadim Chugunov | -0/+62 |
| 2017-01-10 | Add 128-bit atomics | Amanieu d'Antras | -1/+9 |
| 2017-01-09 | trans: Treat generics like regular functions, not like #[inline] functions du... | Michael Woerister | -18/+43 |
| 2017-01-04 | Auto merge of #38783 - alexcrichton:stabilize-proc-macro, r=nikomatsakis | bors | -7/+0 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -7/+0 |
| 2017-01-01 | Fix pre-cfg_attr notation in comment | est31 | -1/+1 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -7/+7 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -2/+3 |
| 2016-12-23 | Fix rustdoc ICE. | Jeffrey Seyfried | -0/+57 |
| 2016-12-08 | Auto merge of #38195 - rkruppe:llvm-pass-name-fwdcompat, r=alexcrichton | bors | -2/+12 |
| 2016-12-06 | [LLVM 4.0] test/run-make/llvm-pass/ | Robin Kruppe | -2/+12 |
| 2016-12-06 | Auto merge of #37994 - upsuper:msvc-link-opt, r=alexcrichton | bors | -2/+2 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -10/+8 |
| 2016-12-05 | Annotate more tests with kind="static" | Vadim Chugunov | -8/+8 |
| 2016-12-05 | Make symbol-visibility test case work on all platforms. | Michael Woerister | -9/+33 |
| 2016-12-05 | Add test case for symbol visibility in dylibs. | Michael Woerister | -0/+101 |
| 2016-12-05 | Refactor symbol export list generation. | Michael Woerister | -2/+2 |
| 2016-12-04 | Disable ICF opt of MSVC for non-opt build | Xidorn Quan | -2/+2 |
| 2016-12-02 | rustc: add basic test for --print target-spec | Doug Goldstein | -0/+1 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -2/+0 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -0/+539 |
| 2016-11-23 | Fix a bunch of bugs shown by the test | Nick Cameron | -3/+1 |
| 2016-11-23 | Add a test | Nick Cameron | -0/+541 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -1/+2 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -1/+2 |
| 2016-11-20 | Add regression test. | Jeffrey Seyfried | -0/+42 |
| 2016-11-18 | Auto merge of #37776 - nrc:save-double-angle, r=@brson | bors | -0/+6 |
| 2016-11-18 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2016-11-18 | save-analysis: handle << and >> operators inside [] in types | Nick Cameron | -0/+6 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+184 |
| 2016-11-14 | test: Move missing-items to a ui test | Alex Crichton | -46/+0 |
| 2016-11-10 | tests: fix fallout in flowgraph graphviz comparison dot files. | Eduard Burtescu | -26/+78 |
| 2016-11-09 | Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats... | Eduard-Mihai Burtescu | -0/+46 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+0 |
| 2016-11-05 | Include type of missing trait methods in error | Esteban Küber | -0/+46 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+0 |
| 2016-10-31 | rustc: Add knowledge of Windows subsystems. | Alex Crichton | -0/+34 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -8/+2 |
| 2016-10-24 | Adapt rmake-test to new naming scheme for internal symbols. | Michael Woerister | -4/+4 |
| 2016-10-19 | Rollup merge of #37182 - alexcrichton:appveyor, r=brson | Eduard-Mihai Burtescu | -3/+0 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -3/+0 |
| 2016-10-14 | test: Don't write files into the source tree | Alex Crichton | -5/+11 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -8/+8 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -8/+8 |
| 2016-10-06 | Rollup merge of #36832 - ParkHanbum:master, r=michaelwoerister | Jonathan Turner | -5/+29 |