]> git.lizzy.rs Git - rust.git/history - src
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src /
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 Alex CrichtonHandle EINTR throughout libnative
2014-01-05 borsauto merge of #11323 : sanxiyn/rust/llvm-config, r...
2014-01-05 Seo SanghyeonDo not ignore errors running llvm-config
2014-01-05 borsauto merge of #11297 : sfackler/rust/de-jank-encoder...
2014-01-05 borsauto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcr...
2014-01-05 Steven FacklerStop padding metadata
2014-01-05 borsauto merge of #11314 : adridu59/rust/patch-license...
2014-01-05 borsauto merge of #11310 : Dretch/rust/write_char, r=alexcr...
2014-01-05 borsauto merge of #11307 : vadimcn/rust/test-adb, r=brson
2014-01-05 Vadim ChugunovCondition EH ABI on target_arch, not target_os.
2014-01-05 borsauto merge of #11290 : alexcrichton/rust/testname,...
2014-01-04 borsauto merge of #11188 : brson/rust/noderef, r=brson
2014-01-04 Brian Andersonrustc: Add error about obsolete struct deref
2014-01-04 Brian AndersonDon't allow newtype structs to be dereferenced. #6246
2014-01-04 borsauto merge of #11284 : huonw/rust/issue-6233, r=alexcri...
2014-01-04 Brian AndersonDon't allow single-variant enums to be dereferenced...
2014-01-04 Adrien Tétaretc: licenseck: don't hardcode a specific year
2014-01-04 borsauto merge of #11301 : vadimcn/rust/fix-android, r...
2014-01-04 borsauto merge of #11306 : alexcrichton/rust/native-bounds...
2014-01-04 borsauto merge of #11299 : brson/rust/exp10, r=pcwalton
2014-01-04 borsauto merge of #11295 : sfackler/rust/de-jank-encoder...
2014-01-04 borsauto merge of #11271 : adridu59/rust/patch-io, r=huonw
2014-01-04 Gareth SmithRestore Writer.write_char, see #10861.
2014-01-04 borsauto merge of #11292 : brson/rust/llvmconfig, r=alexcri...
2014-01-04 Adrien Tétarstd: io: add some code examples
2014-01-04 borsauto merge of #11291 : brson/rust/copy-runtime-deps...
2014-01-04 borsauto merge of #11283 : brson/rust/doublefailure, r...
2014-01-04 Alex CrichtonAdd a stack_bounds function to the Runtime trait
2014-01-04 Vadim ChugunovFix ARM unwinding.
2014-01-04 borsauto merge of #11251 : pcwalton/rust/remove-at-mut...
2014-01-04 Patrick Waltonlibsyntax: Fix tests.
2014-01-04 Brian Andersonrt: Define exp10 on Android
2014-01-04 borsauto merge of #11280 : c-a/rust/inline_byteswap, r...
2014-01-04 borsauto merge of #11277 : brson/rust/more0.9, r=alexcrichton
2014-01-04 Steven FacklerRemove a hacky buffer extraction from metadata
2014-01-04 Huon Wilsonstd: adjust requested stack size for thread-local storage.
2014-01-03 Patrick Waltontest: Make all the run-pass tests use `pub fn main`
2014-01-03 Patrick Waltonlibrustc: Remove `@mut` support from the parser
2014-01-03 Patrick Waltonlibrustc: Remove `@mut` support from the typechecker...
2014-01-03 Patrick Waltontest: De-`@mut` the test suite
2014-01-03 Patrick Waltontest: Get rid of some `@mut`s in borrow check tests
2014-01-03 Patrick Waltontest: Make `borrowck-assign-to-subfield` into a run...
2014-01-03 Patrick Waltontest: Remove all borrow check write guard tests
2014-01-03 Patrick Waltonlibstd: Remove all support code related to `@mut`
2014-01-03 Patrick Waltonlibstd: De-`@mut` the `heap_cycles` test
2014-01-03 Patrick Waltonlibextra: Remove `MutList`, as it's inexorably tied...
2014-01-03 Patrick Waltonlibstd: Remove a spurious `@mut` from a disabled test
2014-01-03 Patrick Waltonlibextra: Remove unnecessary `@mut`s
2014-01-03 Patrick Waltonlibextra: De-`@mut` the arena
2014-01-03 Patrick Waltonlibrustdoc: De-`@mut` `librustdoc`
2014-01-03 Patrick Waltonlibrustpkg: De-`@mut` `rustpkg`
2014-01-03 Patrick Waltonlibsyntax: Remove unused `MultiRenamer`
2014-01-03 Patrick Waltonlibrustc: Eliminate an unnecessary `@mut` in pretty...
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `ps::boxes`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` (and de-`@`) `Printer::print_stack`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `Interner::vect`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `CodeMap::files`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `FileMap::multibyte_chars`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `FileMap::lines`
2014-01-03 Patrick Waltonlibsyntax: Correctly de-`@mut` the pretty printer writer
2014-01-03 Patrick Waltonlibsyntax: Remove an unnecessary `@mut io::Reader`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `SCTable`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `SCTable::rename_memo`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `SCTable::mark_memo`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `SCTable::table`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` the interner map
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` (and de-`@`) the AST mapping context
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` the path in the AST mapping context
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `name_idx`
2014-01-03 Patrick Waltonlibrustc: De-`@mut` the AST map
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `CurrentCommentAndLiteral`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` the resolve table
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` the handler
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `HandlerT::err_count`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtFrame`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtFrame::idx`
2014-01-03 Patrick Waltonlibrustc: De-`@mut` all writers
2014-01-03 Patrick Waltonlibrustc: De-`@mut` (and de-`@`) the pretty printer
2014-01-03 Patrick Waltonlibrustc: De-`@mut` the span handler
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader`, `TtReader`, and...
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::stack`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::cur_span`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::cur_tok`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::repeat_len`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::repeat_idx`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `TtReader::interpolations`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::peek_span`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::peek_tok`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::curr`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::col`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::last_pos`
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `StringReader::pos`
2014-01-03 Patrick Waltonlibrustc: De-`@mut` the parse session
2014-01-03 Patrick Waltonlibsyntax: De-`@mut` `ParseSess::included_mod_stack`
2014-01-03 borsauto merge of #11264 : am0d/rust/crate_type_lint, r...
2014-01-03 borsauto merge of #11149 : alexcrichton/rust/remove-either...
2014-01-03 Brian AndersonFix windows dist script
2014-01-03 Alex CrichtonChange rmake and doc-test to support TESTNAME
2014-01-03 Alex CrichtonRemove std::either
next