about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2014-02-27Update prelude items in Vim syntax.Chris Morgan-20/+9
2014-02-27Downgrade `do` to a reserved keyword in Vim.Chris Morgan-2/+2
2014-02-27Highlight the `mod` in `extern mod x;` as Error.Chris Morgan-1/+3
2014-02-27Add new target 'make dist-osx' to create a .pkg installer for OS XBrian Leibig-0/+22
2014-02-26auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brsonbors-47/+239
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-0/+3
2014-02-24vim: Tweak how comment nesting worksKevin Ballard-5/+6
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-0/+2
2014-02-22Fix typo in emacs ERT testMicah Chalmer-1/+1
2014-02-22Emacs: indent relative to enclosing blockMicah Chalmer-37/+127
2014-02-22Emacs: stay at the correct position when indentingMicah Chalmer-9/+74
2014-02-22Fix emacs indentation of multi-line match patternsMicah Chalmer-3/+40
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-1/+2
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-0/+3
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-1/+1
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-1/+1
2014-02-17Added more scripts to tidy checkDerek Guenther-14/+106
2014-02-17auto merge of #12284 : brson/rust/install, r=alexcrichtonbors-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-1/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-4/+0
2014-02-15mk: Base the windows dist target on prepare.mkBrian Anderson-1/+1
2014-02-14extern mod => extern crateAlex Crichton-11/+10
2014-02-14Add crate keyword to gedit language specKevin Ballard-0/+1
2014-02-14Add crate to emacs and kate modefilesKevin Ballard-0/+2
2014-02-14Add CheckedDiv to vim syntaxKevin Ballard-1/+1
2014-02-14Update vim syntax for extern crateKevin Ballard-2/+9
2014-02-13Stop looping on error waiting for android test resultsBrian Anderson-16/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-11/+11