| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | mk: Fix --llvm-root finding tools | Alex Crichton | -0/+4 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -4/+0 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -3/+5 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -4/+0 |
| 2014-02-18 | mk: Fix the regexp of SHOW_DOCS | Virgile Andreani | -4/+4 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -0/+10 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -141/+234 |
| 2014-02-16 | Address review feedback | Brian Anderson | -29/+40 |
| 2014-02-15 | mk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPS | Brian Anderson | -1/+1 |
| 2014-02-15 | mk: Remove check-notidy, check-full, check-test | Brian Anderson | -10/+0 |
| 2014-02-15 | mk: Remove old flags to llc for arm. | Luqman Aden | -1/+1 |
| 2014-02-15 | mk: Base the windows dist target on prepare.mk | Brian Anderson | -3/+15 |
| 2014-02-15 | mk: Fix a dist bug | Brian Anderson | -1/+1 |
| 2014-02-15 | mk: Base the install target on prepare.mk | Brian Anderson | -137/+26 |
| 2014-02-15 | mk: Add prepare.mk | Brian Anderson | -0/+181 |
| 2014-02-14 | mk: Address review feedback | Brian Anderson | -8/+20 |
| 2014-02-14 | mk: Move version info to top of main.mk | Brian Anderson | -22/+33 |
| 2014-02-14 | mk: Improve build system help commands | Brian Anderson | -3/+19 |
| 2014-02-14 | mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changes | Brian Anderson | -0/+4 |
| 2014-02-14 | mk: Move most of Makefile.in to .mk files | Brian Anderson | -0/+492 |
| 2014-02-14 | auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichton | bors | -3/+3 |
| 2014-02-14 | Add MKFILE_DEPS to compiler-rt target | Alex Crichton | -1/+1 |
| 2014-02-14 | Removed libextra dependency from libsyntax. | HeroesGrave | -2/+2 |
| 2014-02-14 | auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfackler | bors | -3/+3 |
| 2014-02-14 | Upgrade LLVM | Alex Crichton | -3/+3 |
| 2014-02-14 | auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichton | bors | -9/+11 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -3/+4 |
| 2014-02-13 | mk: Fix non-android cross builds. | Luqman Aden | -9/+11 |
| 2014-02-13 | mk: make NO_REBUILD more forceful and more general. | Huon Wilson | -12/+22 |
| 2014-02-13 | Include compiler-rt in the distribution tarballs | Alex Crichton | -1/+1 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -1/+44 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1/+1 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -1/+2 |
| 2014-02-10 | Move fourcc to HOST_CRATES | Alex Crichton | -2/+2 |
| 2014-02-10 | auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmr | bors | -3/+3 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -3/+3 |
| 2014-02-09 | mk: Replace 'compile_and_link' with 'oxidize' | Brian Anderson | -5/+5 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -1/+2 |
| 2014-02-08 | auto merge of #12114 : brson/rust/faqs, r=cmr | bors | -6/+0 |
| 2014-02-08 | make: update dist target after libextra split | Luca Bruno | -9/+2 |
| 2014-02-08 | make: update dist target for renamed files | Luca Bruno | -1/+1 |
| 2014-02-08 | doc: Modernize FAQs just slightly | Brian Anderson | -6/+0 |
| 2014-02-07 | auto merge of #12099 : alexcrichton/rust/rpath-tests, r=thestinger | bors | -2/+4 |
| 2014-02-07 | auto merge of #12094 : adridu59/rust/licensing, r=brson | bors | -6/+17 |
| 2014-02-07 | Set the LD_LIBRARY_PATH when running tests | Alex Crichton | -2/+4 |
| 2014-02-07 | doc: add license information for gen. files | Adrien Tétar | -6/+17 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+0 |
| 2014-02-06 | auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichton | bors | -6/+8 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -6/+8 |
| 2014-02-06 | auto merge of #12076 : alexcrichton/rust/rpath-makefile-dep, r=thestinger | bors | -3/+4 |