| Age | Commit message (Expand) | Author | Lines |
| 2014-04-17 | configure: Enable libc++ with LLVM with clang | Alex Crichton | -8/+23 |
| 2014-04-16 | auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakis | bors | -51/+58 |
| 2014-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -2/+74 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -3/+3 |
| 2014-04-09 | rust-mode cleanup. | Rüdiger Sonderfeld | -51/+58 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -2/+3 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -98/+13 |
| 2014-04-07 | auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | mk: Pass the name of the make command to maketest.py | Brian Anderson | -7/+8 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -91/+5 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -0/+1 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -0/+1 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+1 |
| 2014-04-06 | fix kate syntax highlighting | HeroesGrave | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-04-04 | etc: attempts at fixing editor highlighting for new attribute syntax | Corey Richardson | -2/+3 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | Update emacs mode to support new `#![inner(attribute)]` syntax. | Felix S. Klock II | -2/+2 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 | Brian Anderson | -1/+0 |
| 2014-03-30 | Support new attribute syntax in vim syntax file | Steven Fackler | -1/+1 |
| 2014-03-29 | auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson | bors | -1/+17 |
| 2014-03-28 | auto merge of #13187 : brson/rust/dist, r=alexcrichton | bors | -11/+68 |
| 2014-03-28 | dist: Tweak the OSX pkg installer | Alex Crichton | -1/+17 |
| 2014-03-28 | install: More error handling | Brian Anderson | -0/+1 |
| 2014-03-28 | install: Extract function for creating absolute paths and reuse it | Brian Anderson | -9/+23 |
| 2014-03-28 | install: Fix string formatting in an error | Brian Anderson | -3/+5 |
| 2014-03-28 | install: Explicitly delete the manifest during uninstall. Misc cleanup | Brian Anderson | -16/+20 |
| 2014-03-28 | install: Verify that installed compiler runs | Brian Anderson | -3/+39 |
| 2014-03-28 | Remove `Freeze` and add `Share` in vim's syntax | Flavio Percoco | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -1/+1 |
| 2014-03-26 | install: Don't allow installation over the install files | Brian Anderson | -2/+14 |
| 2014-03-26 | install: name the bundled manifest 'manifest.in'. Cleanup | Brian Anderson | -4/+6 |
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -18/+54 |
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -1/+0 |
| 2014-03-25 | auto merge of #13063 : brson/rust/dist, r=alexcrichton | bors | -13/+35 |
| 2014-03-24 | install: Don't try to run binaries on install | Brian Anderson | -4/+0 |
| 2014-03-24 | install: Improve error handling | Brian Anderson | -11/+28 |
| 2014-03-24 | install: Error on uninstall if manifest can't be found | Brian Anderson | -0/+7 |
| 2014-03-24 | mk: Fix distcheck | Brian Anderson | -0/+1 |
| 2014-03-24 | mk: Put win installer in correct dir | Brian Anderson | -1/+1 |
| 2014-03-24 | mk: Cleanup version handling and add support for nightly dists | Brian Anderson | -1/+2 |
| 2014-03-23 | sync: Move the concurrent queue to using &self | Alex Crichton | -1/+1 |
| 2014-03-20 | auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton | bors | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-20 | rm obsolete references to `DeepClone` | Daniel Micay | -2/+2 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -3/+0 |