about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2014-12-29rollup merge of #20317: brson/rust-installer-v2Alex Crichton-6/+0
2014-12-29mk: Package mingw components in unix installer on windowsBrian Anderson-6/+0
2014-12-29rollup merge of #20243: bombless/patch-1Alex Crichton-1/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+2
2014-12-29rustup: allow the use of either sha256sum or shasum to verify the download hashErick Tryzelaar-2/+16
2014-12-29rustup: Add support for resuming downloadsErick Tryzelaar-2/+15
2014-12-29rustup: allow rust and cargo snapshot dates to be differentErick Tryzelaar-19/+37
2014-12-29rustup: add caching of old nightliesErick Tryzelaar-9/+40
2014-12-29rustup: Add support for verifying remote hashesErick Tryzelaar-0/+32
2014-12-29auto merge of #19227 : johshoff/rust/master, r=brsonbors-4/+15
2014-12-28Split overly long lineJohannes Hoff-1/+3
2014-12-26add new-style Unicode escapesbombless-1/+2
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-0/+3
2014-12-24Better temporary directory nameJohannes Hoff-1/+1
2014-12-24Merge branch 'master' into cfg_tmp_dirJohannes Hoff-733/+261
2014-12-23Merge pull request #19886 from brson/rustupbors-1/+1
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-1/+1
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-0/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-17rollup merge of #19905: AaronFriel/patch-1Alex Crichton-1/+2
2014-12-17rollup merge of #19893: JacobEdelman/patch-1Alex Crichton-1/+1
2014-12-17rollup merge of #19753: brson/rust-installerAlex Crichton-519/+0
2014-12-16added optional method chain indentations for emacs major modeDaniel Raloff-1/+28
2014-12-15Add probe and var for fileAaron Friel-1/+2
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-5/+5
2014-12-15Fixed a small spelling mistakeJacob Edelman-1/+1
2014-12-15rustup: Don't do verbose tarball extractionBrian Anderson-1/+1
2014-12-15rollup merge of #19804: kballard/vim-new-unicode-escapesBrian Anderson-1/+2
2014-12-15rollup merge of #19784: csouth3/vim-syntax-iterBrian Anderson-1/+1
2014-12-15rollup merge of #19775: SimonSapin/gedit-new-unicode-escapeBrian Anderson-0/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+5
2014-12-14auto merge of #19725 : vadimcn/rust/inst-path, r=alexcrichtonbors-2/+2
2014-12-14Update emacs and vi modes.Niko Matsakis-2/+2
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-3/+2
2014-12-12vim: Support the new \u{1234} unicode escapesKevin Ballard-1/+2
2014-12-12Update vim syntax highlighting for ExactSizeIteratorChase Southwood-1/+1
2014-12-12gedit language spec: add new-style Unicode escapesSimon Sapin-0/+1
2014-12-11Use rust-installer for installationBrian Anderson-519/+0
2014-12-11Register new snapshotsAlex Crichton-14/+13
2014-12-10Change default installation directory to %SYSTEMDRIVE%\Rust.Vadim Chugunov-2/+2
2014-12-09rollup merge of #19604: vadimcn/gcc-lessAlex Crichton-7/+19
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode run:...Vadim Chugunov-7/+19
2014-12-05Utilize fewer reexportsCorey Farwell-7/+9
2014-12-05rollup merge of #19474: luqmana/flCorey Richardson-7/+18
2014-12-05Fall out of the std::sync rewriteAlex Crichton-3/+2
2014-12-03rustup: simplify downloading packagesErick Tryzelaar-8/+9
2014-12-03rustup: extract the tarballs as part of installationErick Tryzelaar-11/+16
2014-12-03rustup: rewrite to protect against truncationErick Tryzelaar-18/+28
2014-12-03rustup: factor out installing packages into a functionErick Tryzelaar-27/+14
2014-12-03rustup: factor out downloading and extracting the snapshot tarballsErick Tryzelaar-18/+35