| Age | Commit message (Expand) | Author | Lines |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -2/+2 |
| 2014-04-29 | auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestinger | bors | -6/+20 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -6/+20 |
| 2014-04-28 | rustc: Pass -dead_strip on OSX | Alex Crichton | -0/+12 |
| 2014-04-25 | Cleaned up os::consts. The module only exposes constants for the target OS an... | Michael Darakananda | -7/+6 |
| 2014-04-24 | use option_env! instead of env! | Niko Matsakis | -2/+2 |
| 2014-04-24 | auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brson | bors | -2/+5 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -3/+3 |
| 2014-04-23 | rustc: Don't die when a crate id can't be inferred | Alex Crichton | -1/+4 |
| 2014-04-23 | rustc: Fix passing errors from LLVM to rustc | Alex Crichton | -1/+1 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -4/+4 |
| 2014-04-18 | auto merge of #13607 : brson/rust/to_owned, r=brson | bors | -64/+65 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -64/+65 |
| 2014-04-18 | auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson | bors | -0/+16 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+0 |
| 2014-04-17 | rustc: Hint to the linker about static/shared libs | Alex Crichton | -0/+16 |
| 2014-04-16 | rustc: Fix omission of bytecode in staticlibs | Alex Crichton | -1/+1 |
| 2014-04-11 | rustc: Deterministically link upstream C libraries | Alex Crichton | -5/+14 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -15/+22 |
| 2014-04-10 | rustc: Use realpath() for sysroot/rpath | Alex Crichton | -3/+4 |
| 2014-04-10 | rustc: Don't rpath to librustrt.dylib | Alex Crichton | -12/+3 |
| 2014-04-10 | rustc: Remove absolute rpaths | Alex Crichton | -29/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -15/+22 |
| 2014-04-08 | Made libflate functions return Options instead of outright failing | Tobba | -3/+9 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -6/+13 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -6/+13 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -1/+14 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -1/+14 |
| 2014-04-05 | rustc: Pass --enable-long-section-names to gcc | Alex Crichton | -0/+27 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -3/+3 |
| 2014-04-01 | back: link: remove dead code | Corey Richardson | -10/+0 |
| 2014-04-01 | back: archive: remove dead code | Corey Richardson | -23/+0 |
| 2014-04-01 | back: abi: remove dead code | Corey Richardson | -35/+0 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -9/+9 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -7/+10 |
| 2014-03-26 | rustc: Fix tests for sysroot changes | Brian Anderson | -2/+2 |
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -7/+10 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -3/+3 |
| 2014-03-25 | auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc... | bors | -1/+1 |
| 2014-03-24 | Cleanup fixed issue #10734 workaround | Steven Stewart-Gallus | -1/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -5/+7 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -27/+12 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -7/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -6/+6 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -4/+3 |
| 2014-03-17 | De-@ move maps and rework parts of trans. | Eduard Burtescu | -3/+3 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -4/+4 |