| Age | Commit message (Expand) | Author | Lines |
| 2014-05-04 | auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger | bors | -0/+21 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -0/+21 |
| 2014-05-02 | rustc: Use the "real" realpath function | Alex Crichton | -0/+39 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -1/+134 |
| 2014-04-28 | test: Fix run-make on windows | klutzy | -12/+94 |
| 2014-04-25 | test: Enable extern-fn-reachable test | klutzy | -0/+54 |
| 2014-04-23 | rustc: Don't die when a crate id can't be inferred | Alex Crichton | -0/+20 |
| 2014-04-23 | rustc: Give a friendlier error when writing deps | Alex Crichton | -0/+19 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-17 | auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson | bors | -2/+2 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -2/+2 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -0/+26 |
| 2014-04-15 | auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichton | bors | -0/+26 |
| 2014-04-14 | Only check --crate-type flags if present. | JustAPerson | -0/+26 |
| 2014-04-14 | auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfackler | bors | -0/+35 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -40/+40 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -0/+35 |
| 2014-04-11 | rustc: Deterministically link upstream C libraries | Alex Crichton | -0/+78 |
| 2014-04-10 | Generalized the pretty-print entry points to support `-o <file>`. | Felix S. Klock II | -0/+33 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -2/+26 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -2/+2 |
| 2014-04-06 | rmake: Fix a test on FreeBSD | Alex Crichton | -2/+13 |
| 2014-04-06 | test: Ignore run-make tests that don't work on BSD | Brian Anderson | -0/+13 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -0/+26 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -0/+26 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+4 |
| 2014-04-05 | rustc: Pass --enable-long-section-names to gcc | Alex Crichton | -1/+4 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -0/+100 |
| 2014-04-05 | Rough regression test for #13266. | Felix S. Klock II | -0/+100 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -2/+2 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -2/+2 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -63/+4 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -1/+3 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -2/+0 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -0/+33 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -2/+6 |
| 2014-02-26 | rustc: Don't deduplicate libraries linked to | Alex Crichton | -0/+30 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -0/+19 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -0/+44 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -0/+57 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -7/+5 |
| 2014-02-24 | Test fixes from rollup | Alex Crichton | -6/+6 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -1/+79 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -0/+60 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -0/+35 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |