| Age | Commit message (Expand) | Author | Lines |
| 2018-01-23 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -0/+103 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -4/+0 |
| 2017-12-26 | Revert "Just compare the symbol names and types, not the addresses" | Bastian Köcher | -6/+6 |
| 2017-12-26 | Use `start` for the `sepcomp-inlining` test | Bastian Köcher | -3/+8 |
| 2017-12-26 | The test functions are now in the same compile unit | Bastian Köcher | -2/+2 |
| 2017-12-26 | Just compare the symbol names and types, not the addresses | Bastian Köcher | -6/+6 |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -1/+7 |
| 2017-12-19 | add files loaded through doc(include) into dep-info | QuietMisdreavus | -1/+7 |
| 2017-12-19 | Fix a `compile_input` test | varkor | -1/+1 |
| 2017-12-18 | Prevent rustc overwriting input files | varkor | -2/+23 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -5/+5 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -2/+2 |
| 2017-11-28 | Disable the cdylib-fewer-symbols test for all Windows (test was broken). | kennytm | -1/+3 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -119/+152 |
| 2017-11-27 | Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichton | bors | -1/+1 |
| 2017-11-26 | make OpenBSD to use libc++ instead of (e)stdc++ | Sébastien Marie | -1/+1 |
| 2017-11-25 | rustc_trans: don't apply noalias on returned references. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-24 | rustbuild: Update LLVM and enable ThinLTO | Alex Crichton | -1/+10 |
| 2017-11-24 | Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1 | bors | -3/+2 |
| 2017-11-22 | Use multiline text for crate conflict diagnostics | Esteban Küber | -3/+2 |
| 2017-11-23 | Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1 | bors | -0/+22 |
| 2017-11-20 | add a simple test that running with hir-tree doesn't go bonkers | Niko Matsakis | -0/+22 |
| 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 |