rust/src
Tobias Bucher 1b894c65de Improve error handling in libflate
This removes the error case of the compression functions, the only errors that
can occur are incorrect parameters or an out-of-memory condition, both of which
are handled with panics in Rust.

Also introduces an extensible `Error` type instead of returning an `Option`.
2015-03-16 19:15:20 +01:00
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
doc Rollup merge of #23368 - EduardoBautista:fix-closures-chapter, r=steveklabnik 2015-03-15 10:23:45 +05:30
driver Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
etc Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton 2015-03-13 18:11:13 +05:30
grammar Bison grammar: parse higher ranked constraints in where clauses 2015-03-01 13:59:35 -08:00
jemalloc@e24a1a025a bumping again to get the updated configure 2015-03-05 12:38:35 +05:30
liballoc Add an "allocator" attribute to mark functions as allocators 2015-03-13 03:19:30 +01:00
libarena Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
libbacktrace bitrig integration 2015-02-11 14:49:06 -08:00
libcollections slice::from_raw_parts is preferred over transmuting a fresh raw::Slice 2015-03-13 09:56:18 +01:00
libcore Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
libcoretest Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton 2015-03-12 07:30:44 +00:00
libflate Improve error handling in libflate 2015-03-16 19:15:20 +01:00
libfmt_macros fix for new attributes failing. issue #22964 2015-03-05 11:53:51 -05:00
libgetopts doc: Fix extraneous as_slice()'s in docstrings 2015-03-09 07:54:19 -07:00
libgraphviz Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
liblibc Rollup merge of #23056 - awlnx:master, r=nrc 2015-03-06 22:22:33 +05:30
liblog Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librand Example -> Examples 2015-03-11 21:11:40 -04:00
librbml Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc Improve error handling in libflate 2015-03-16 19:15:20 +01:00
librustc_back Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc_bitflags Example -> Examples 2015-03-11 21:11:40 -04:00
librustc_borrowck syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
librustc_driver Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc_lint Improve camelcase suggestion 2015-03-14 13:40:33 +08:00
librustc_llvm Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
librustc_privacy syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
librustc_resolve syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
librustc_trans Improve error handling in libflate 2015-03-16 19:15:20 +01:00
librustc_typeck syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
librustdoc Rollup merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichton 2015-03-15 10:23:40 +05:30
libserialize Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
libstd Auto merge of #23387 - Manishearth:rollup, r=Manishearth 2015-03-15 16:06:04 +00:00
libsyntax Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon 2015-03-13 20:22:16 +00:00
libterm Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
libtest Revert "Remove dead code flagged by lint" 2015-03-14 12:14:03 +05:30
libunicode Example -> Examples 2015-03-11 21:11:40 -04:00
llvm@bff6907697 updating llvm submodule to include bitrig support 2015-03-05 12:38:34 +05:30
rt renaming rust_load_self to rust_current_exe 2015-02-11 14:49:11 -08:00
rust-installer@60fd8abfca Upgrade rust-installer 2015-02-12 20:36:17 -08:00
rustbook Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
rustllvm Drop support for LLVM < 3.5 and fix compile errors with 3.5 2015-03-14 13:14:04 +01:00
test Rollup merge of #23365 - dotdash:array_loop_panic, r=eddyb 2015-03-15 10:23:44 +05:30
snapshots.txt adding latest bitrig snapshot manually 2015-03-10 23:39:50 -07:00