rust/src/etc
bors b4d324334c auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson
* Chan<T> => Sender<T>
* Port<T> => Receiver<T>
* Chan::new() => channel()
* constructor returns (Sender, Receiver) instead of (Receiver, Sender)
* local variables named `port` renamed to `rx`
* local variables named `chan` renamed to `tx`

Closes #11765
2014-03-13 14:06:37 -07:00
..
emacs Emacs: always jump the cursor if needed on indent 2014-03-12 15:01:25 -07:00
gedit Add crate keyword to gedit language spec 2014-02-14 15:37:22 -08:00
kate Add crate to emacs and kate modefiles 2014-02-14 14:37:07 -08:00
mingw-fix-include Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
pkg Add new target 'make dist-osx' to create a .pkg installer for OS X 2014-02-27 19:59:02 -08:00
third-party llvm: Disable pthread on mingw 2013-12-18 09:48:58 +09:00
vim std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
zsh Redesign output flags for rustc 2014-02-06 11:14:13 -08:00
adb_run_wrapper.sh Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
apple-darwin.supp platform-specific valgrind suppression 2012-02-05 09:07:23 -08:00
check-binaries.py Expand tidy to prevent binaries from being checked 2013-09-30 10:15:47 -07:00
check-links.pl Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
check-summary.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
cmathconsts.c Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
combine-tests.py Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
copy-runtime-deps.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
ctags.rust Improve the ctags function regular expression. 2014-02-27 21:04:04 -08:00
extract_grammar.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
generate-deriving-span-tests.py Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
generate-keyword-tests.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
get-snapshot.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
indenter add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
install.sh install.sh: untabify 2014-03-09 14:56:37 -07:00
latest-unix-snaps.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
libc.c Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
licenseck.py doc: remove node.js dependency 2014-03-09 13:45:36 +01:00
local_stage0.sh Added more scripts to tidy check 2014-02-17 10:36:47 -06:00
make-snapshot.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
maketest.py mk: Get "make check" passing with --disable-rpath 2014-02-21 16:35:05 -08:00
mirror-all-snapshots.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
mklldeps.py librustc: add LLVM LDFLAGS to deps 2014-03-02 17:29:54 +01:00
snapshot.py Revert non-license changes as part of 0ebe112b 2014-02-10 18:00:40 -08:00
sugarise-doc-comments.py etc: add missing license boilerplates 2014-02-05 19:53:53 +01:00
tidy.py Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
unicode.py Remove code duplication 2014-03-13 12:23:24 +01:00
x86.supp Fix valgrind suppression on mac 2013-08-26 17:39:50 -07:00
ziggurat_tables.py std: Move rand to librand. 2014-03-12 11:31:05 +11:00