| Age | Commit message (Expand) | Author | Lines |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -0/+1 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -1/+2 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -24/+0 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -24/+0 |
| 2017-05-04 | Reload nameserver information on lookup failure | Jon Gjengset | -0/+1 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+18 |
| 2017-04-25 | Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate. | kennytm | -3/+4 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -15/+23 |
| 2017-04-21 | Update #[no_core] users with the "freeze" lang item. | Eduard-Mihai Burtescu | -2/+10 |
| 2017-04-19 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-04-11 | Fix pairs of doubles using an illegal <8 x i8> vector. | Eduard-Mihai Burtescu | -0/+30 |
| 2017-04-07 | -Z linker-flavor | Jorge Aparicio | -0/+3 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+28 |
| 2017-04-06 | don't pass -C to nm | Jorge Aparicio | -1/+1 |
| 2017-04-05 | don't test for the absence of BAR in the rmake test | Jorge Aparicio | -1/+0 |
| 2017-04-05 | Auto merge of #40348 - nrc:save-extern-fn, r=eddyb | bors | -0/+5 |
| 2017-04-05 | fix location of the emitted object file | Jorge Aparicio | -2/+2 |
| 2017-04-05 | add tracking issue and feature-gate and run-make tests | Jorge Aparicio | -0/+29 |
| 2017-04-05 | Rollup merge of #41085 - nagisa:fix-output-properg, r=alexcrichton | Corey Farwell | -0/+18 |
| 2017-04-05 | Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon | Corey Farwell | -2/+0 |
| 2017-04-05 | Properly adjust filenames when multiple emissions | Simonas Kazlauskas | -0/+18 |
| 2017-04-04 | save-analysis: index extern blocks | Nick Cameron | -0/+5 |
| 2017-04-03 | Auto merge of #40915 - nrc:save-assoc, r=eddyb | bors | -0/+17 |
| 2017-04-01 | rustc: Stabilize the `#![windows_subsystem]` attribute | Alex Crichton | -2/+0 |
| 2017-03-30 | kill the graphviz-flowgraph tests | Niko Matsakis | -1963/+0 |
| 2017-03-30 | save-analysis: track associated types | Nick Cameron | -0/+17 |
| 2017-03-21 | Regression test for rust-lang/rust#40535 | Austin Bonander | -0/+49 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -1/+23 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -0/+1 |
| 2017-03-11 | Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1 | Ariel Ben-Yehuda | -1/+23 |
| 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 |