summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-30mk: Don't touch config.tmp or tmp/dist as root. Closes #13190Brian Anderson-1/+0
2014-03-30Support new attribute syntax in vim syntax fileSteven Fackler-1/+1
2014-03-29auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brsonbors-1/+17
2014-03-28auto merge of #13187 : brson/rust/dist, r=alexcrichtonbors-11/+68
2014-03-28dist: Tweak the OSX pkg installerAlex Crichton-1/+17
2014-03-28install: More error handlingBrian Anderson-0/+1
2014-03-28install: Extract function for creating absolute paths and reuse itBrian Anderson-9/+23
2014-03-28install: Fix string formatting in an errorBrian Anderson-3/+5
2014-03-28install: Explicitly delete the manifest during uninstall. Misc cleanupBrian Anderson-16/+20
2014-03-28install: Verify that installed compiler runsBrian Anderson-3/+39
2014-03-28Remove `Freeze` and add `Share` in vim's syntaxFlavio Percoco-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-26install: Don't allow installation over the install filesBrian Anderson-2/+14
2014-03-26install: name the bundled manifest 'manifest.in'. CleanupBrian Anderson-4/+6
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-18/+54
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+0
2014-03-25auto merge of #13063 : brson/rust/dist, r=alexcrichtonbors-13/+35
2014-03-24install: Don't try to run binaries on installBrian Anderson-4/+0
2014-03-24install: Improve error handlingBrian Anderson-11/+28
2014-03-24install: Error on uninstall if manifest can't be foundBrian Anderson-0/+7
2014-03-24mk: Fix distcheckBrian Anderson-0/+1
2014-03-24mk: Put win installer in correct dirBrian Anderson-1/+1
2014-03-24mk: Cleanup version handling and add support for nightly distsBrian Anderson-1/+2
2014-03-23sync: Move the concurrent queue to using &selfAlex Crichton-1/+1
2014-03-20auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichtonbors-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-20rm obsolete references to `DeepClone`Daniel Micay-2/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-3/+0
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-03-13Remove code duplicationPiotr Zolnierek-27/+19
2014-03-13Implement lower, upper case conversion for charPiotr Zolnierek-29/+74
2014-03-13std::unicode: remove unused category tablesPiotr Zolnierek-1/+4
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer-9/+50
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-0/+1
2014-03-12std: Move rand to librand.Huon Wilson-1/+1
2014-03-11auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichtonbors-2/+0
2014-03-09install.sh: untabifyBrian Anderson-20/+20
2014-03-09install.sh: Improve error handlingBrian Anderson-0/+19
2014-03-09mk: dist-installer builds a binary installerBrian Anderson-0/+264
2014-03-09doc: remove node.js dependencyAdrien Tétar-2/+0
2014-03-09mk: rewrite the documentation handling.Huon Wilson-217/+0
2014-03-02auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brsonbors-5/+0
2014-03-02Emacs: Remove README warning of old whitespace bugMicah Chalmer-5/+0
2014-03-02librustc: add LLVM LDFLAGS to depsLuca Bruno-0/+16
2014-03-01Merge pull request #12308 from kballard/vim-nested-commentsbors-5/+6
2014-02-27Improve the ctags function regular expression.Chris Morgan-1/+1
2014-02-27Update Vim syntax file last change date.Chris Morgan-1/+1
2014-02-27Fix Vim section movements for standard Rust style.Chris Morgan-2/+53