| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | rustc: Exit quickly on only `--emit dep-info` | Alex Crichton | -0/+19 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -0/+1 |
| 2017-03-08 | fix UB in repr(packed) tests | Tim Neumann | -1/+23 |
| 2017-03-04 | run-make on MSVC: Do not generate object files in the source directory | Vadim Petrochenkov | -1/+1 |
| 2017-03-02 | Rollup merge of #40173 - er-1:master, r=alexcrichton | Guillaume Gomez | -2/+2 |
| 2017-03-01 | Auto merge of #39803 - brson:fpic, r=alexcrichton | bors | -0/+24 |
| 2017-03-01 | Don't run test on darwin | Alex Crichton | -2/+6 |
| 2017-03-01 | Add a reference to the dl library to the Makefile of the test issue-24445. | er-1 | -2/+2 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -32/+32 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -0/+34 |
| 2017-02-18 | Add tests for control flow in while condition | Taylor Cramer | -32/+32 |
| 2017-02-15 | Add a test that -fPIC is applied | Brian Anderson | -0/+20 |
| 2017-02-14 | Rollup merge of #39785 - alexcrichton:no-thread-sanitizer, r=japaric | Corey Farwell | -31/+0 |
| 2017-02-13 | test: Remove sanitizer-thread test | Alex Crichton | -31/+0 |
| 2017-02-11 | Add tested item in the rustdoc --test output | Guillaume Gomez | -1/+1 |
| 2017-02-08 | sanitizer-dylib: only run where std for x86_64-linux is available | Jorge Aparicio | -1/+5 |
| 2017-02-08 | fix the sanitizer-dylib test on non x86_64 linux hosts | Jorge Aparicio | -1/+1 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -49/+4 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+187 |
| 2017-02-06 | Revert "Add 128-bit atomics" | Alex Crichton | -9/+1 |
| 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 |