about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-10-02rm obsolete valgrind suppressionsDaniel Micay-20/+0
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-1/+1
2014-09-30auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichtonbors-3/+3
2014-09-30Fix librustc_llvmSteven Fackler-1/+1
2014-09-30auto merge of #17640 : brson/rust/wininst, r=alexcrichtonbors-2/+2
2014-09-29install: Fix the install.sh script to work with spacesBrian Anderson-2/+2
2014-09-29Replaced some TODO by FIXMEgamazeps-3/+3
2014-09-29rollup merge of #17573 : iliekturtles/17570-windows-installer-pathAlex Crichton-2/+2
2014-09-26dist: Make Windows installer modify system %PATH%Mike Boutin-2/+2
2014-09-25Relicense shootout-fasta-redux.rs to the shootout license.Guillaume Pinot-0/+1
2014-09-22Add cargo.vim compiler file.Damien Radtke-0/+49
2014-09-22auto merge of #17212 : mahkoh/rust/vim, r=kballardbors-29/+31
2014-09-21auto merge of #17412 : vadimcn/rust/gccpref, r=alexcrichtonbors-3/+3
2014-09-20Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ...Vadim Chugunov-3/+3
2014-09-19rollup merge of #17306 : scialex/fix-zshAlex Crichton-68/+131
2014-09-18fix for vim < 7.4.355Julian Orth-0/+37
2014-09-18auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brsonbors-0/+2
2014-09-17rollup merge of #17309 : aturon/deprecate-libnumAlex Crichton-1/+0
2014-09-17Relicense shootout-fasta.rs ti the shootout license.Guillaume Pinot-0/+1
2014-09-17Relicense shootout-spectralnorm.rs to the shootout licenseGuillaume Pinot-0/+1
2014-09-16Deprecate libnum in favor of rust-lang/numAaron Turon-1/+0
2014-09-16Improve the zsh completions.Alexander Light-68/+131
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-1/+1
2014-09-13update vim indent fileJulian Orth-38/+3
2014-09-12auto merge of #17159 : brson/rust/snaps, r=alexcrichtonbors-3/+1
2014-09-11Package rustc's mingw dependencies into Windows installer.Vadim Chugunov-27/+85
2014-09-11Update license notice.Vadim Chugunov-7/+4
2014-09-10Register snapshotsBrian Anderson-3/+1
2014-09-10auto merge of #17135 : brson/rust/wininst, r=alexcrichtonbors-1/+2
2014-09-10auto merge of #17109 : brson/rust/win64snap, r=alexcrichtonbors-9/+15
2014-09-09Fix naming of windows installerBrian Anderson-1/+2
2014-09-09Fix snapshot.py for win64Brian Anderson-9/+15
2014-09-09rollup merge of #17096 : TeXitoi/relicense-shootout-chameneos-reduxAlex Crichton-0/+1
2014-09-09rollup merge of #17077 : TeXitoi/relicense-shootout-nbodyAlex Crichton-0/+1
2014-09-08Relicense shootout-chameneos-redux.rs to the shootout license.Guillaume Pinot-0/+1
2014-09-07Relicense shootout-nbody.rs to the shootout licenseGuillaume Pinot-0/+1
2014-09-07Relicense shootout-reverse-complement.rs to the shootout license.Guillaume Pinot-0/+1
2014-08-30auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichtonbors-0/+231
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-5/+11
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-0/+225
2014-08-23auto merge of #16691 : klutzy/rust/issue-15297, r=alexcrichtonbors-3/+4
2014-08-23Remove stage0 attributes.Vadim Chugunov-2/+0
2014-08-23test: Convert Window path to MSYS pathklutzy-3/+4
2014-08-17auto merge of #16547 : huonw/rust/new-kw, r=pcwaltonbors-3/+9
2014-08-17auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwaltonbors-8/+8
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-3/+9
2014-08-16vim: Update syntax file for Prelude changes.Michael Sproul-8/+8
2014-08-15vim: Don't set foldmethod in the syntax file eitherKevin Ballard-11/+14
2014-08-15auto merge of #16486 : kballard/rust/vim_conceal, r=chrisbors-2/+9