| Age | Commit message (Expand) | Author | Lines |
| 2017-12-22 | re-add tests from fixed regressions | Ariel Ben-Yehuda | -0/+23 |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -9/+4 |
| 2017-12-21 | Revert "rustc_trans: don't apply noalias on returned references." | Ariel Ben-Yehuda | -23/+0 |
| 2017-12-05 | rustc_trans: don't apply noalias on returned references. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-19 | Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa... | Eduard-Mihai Burtescu | -4/+9 |
| 2017-11-16 | Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc | bors | -2/+12 |
| 2017-11-13 | Auto merge of #45824 - dotdash:stack_pop, r=alexcrichton | bors | -0/+34 |
| 2017-11-13 | Auto merge of #45810 - SimonSapin:ac-dc, r=aturon | bors | -2/+4 |
| 2017-11-12 | Update LLVM to fix miscompiles with -Copt-level=z on Windows | Björn Steinbrink | -0/+34 |
| 2017-11-12 | Do not silence output in run-make/sanitizer-memory | Simon Sapin | -2/+4 |
| 2017-11-11 | Add comments to the intrinsic-unreachable test programs. | Dan Gohman | -0/+6 |
| 2017-11-10 | Update the "[run-make] run-make/intrinsic-unreachable" test. | Dan Gohman | -2/+6 |
| 2017-11-07 | Update run-make tests. | Michael Woerister | -2/+16 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -1/+1 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -0/+33 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+1 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+2 |
| 2017-11-02 | Auto merge of #45647 - nrc:rls-bugs, r=eddyb | bors | -0/+5 |
| 2017-10-31 | Add regression test for symbol visibility when compiling rlib+cdylib in one s... | Michael Woerister | -2/+12 |
| 2017-10-31 | save-analysis: support unions | Nick Cameron | -0/+5 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+49 |
| 2017-10-16 | Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoerister | bors | -0/+33 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -13/+20 |
| 2017-10-11 | rustc: Handle #[inline(always)] at -O0 | Alex Crichton | -0/+33 |
| 2017-10-10 | Rollup merge of #45108 - phil-opp:patch-2, r=japaric | kennytm | -2/+2 |
| 2017-10-10 | Rename test Linux target to avoid conflict with built-in target | Philipp Oppermann | -1/+1 |
| 2017-10-08 | Fix data-layout field | Philipp Oppermann | -1/+1 |
| 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 |