| Age | Commit message (Expand) | Author | Lines |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -2/+4 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -7/+7 |
| 2017-10-01 | Auto merge of #44906 - dkl:main-signature, r=nagisa | bors | -0/+3 |
| 2017-09-30 | test: Update target specs test for new target-c-int-width field | Daniel Klauer | -0/+3 |
| 2017-09-26 | rustc: Default 32 codegen units at O0 | Alex Crichton | -14/+17 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -2/+1 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -1/+1 |
| 2017-09-11 | Auto merge of #44440 - cuviper:min_global_align, r=japaric | bors | -0/+60 |
| 2017-09-11 | Auto merge of #44410 - alexcrichton:fix-travis, r=Mark-Simulacrum | bors | -12/+31 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -1/+1 |
| 2017-09-08 | Add a test for `min_global_align` | Josh Stone | -0/+60 |
| 2017-09-07 | Fix sanitizer tests on buggy kernels | Alex Crichton | -12/+31 |
| 2017-09-05 | rustc: Attempt to handle super long linker invocations | Alex Crichton | -0/+94 |
| 2017-09-01 | Exclude all windows-gnu from the float_one test | Josh Stone | -3/+4 |
| 2017-09-01 | Exclude x86_64-pc-windows-gnu from the float_one test | Josh Stone | -1/+5 |
| 2017-09-01 | powerpc64: improve extern struct ABI | Josh Stone | -25/+60 |
| 2017-08-30 | Set python binary name to python 2.7 | Guillaume Gomez | -3/+1 |
| 2017-08-30 | Update unstable-crate test | Guillaume Gomez | -34/+74 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -1/+1 |
| 2017-08-14 | save-analysis: Remove path span extraction methods from SpanUtils | kennytm | -0/+27 |
| 2017-08-08 | Ignore tests that fail on stage1 | Malo Jaffré | -0/+31 |
| 2017-08-03 | Solaris linker options need to be accounted for in one test. | Danek Duvall | -2/+2 |
| 2017-08-03 | Some tests use `res_init()` and need `-lresolv` on Solaris | Danek Duvall | -1/+1 |
| 2017-08-01 | Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichton | bors | -5/+1 |
| 2017-08-01 | async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module not being ... | Michael Woerister | -5/+1 |
| 2017-07-31 | fix `-Z treat-err-as-bug` | Ariel Ben-Yehuda | -0/+18 |
| 2017-07-28 | Make LLVMRustHasFeature more robust | Luca Barbato | -1/+1 |
| 2017-07-24 | Auto merge of #43327 - nrc:rls-config, r=eddyb | bors | -1/+0 |
| 2017-07-24 | Remove save-analysis-api references from tests and rustbuild | Nick Cameron | -1/+0 |
| 2017-07-21 | run-make test for JSON error byte start/end | Zack M. Davis | -0/+32 |
| 2017-07-17 | Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichton | bors | -9/+162 |
| 2017-07-15 | Add support for dylibs with Address Sanitizer. This supports cdylibs and stat... | William Brown | -9/+162 |
| 2017-07-12 | Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1 | Mark Simulacrum | -0/+94 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -56/+30 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-29 | Replace `grep -z` by `tr -d '\r\n' | grep` for cross-compatibility | Yorwba | -1/+1 |
| 2017-06-22 | Note different versions of same crate when absolute paths of different types ... | Yorwba | -0/+94 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -8/+4 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -1/+0 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+20 |
| 2017-06-14 | Remove CSV format of save-analysis data | Nick Cameron | -1/+0 |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -0/+15 |
| 2017-06-05 | Add run-make test for Command::spawn on Windows | Oliver Middleton | -0/+49 |
| 2017-06-04 | Run profiler test only if built with profiler support | Marco Castelluccio | -0/+2 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+18 |
| 2017-05-22 | fix `atomic_lock_free` test case | Niko Matsakis | -0/+2 |
| 2017-05-15 | Fix run-make/llvm-pass | Robin Kruppe | -0/+1 |
| 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 |