rust/src
Manish Goregaokar efdf16b72f Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton
- add `_SC_GETPW_R_SIZE_MAX` constant
- declare `struct passwd`
- convert `load_self` to `current_exe`

Note: OpenBSD don't provide system function to return a valuable Path
for `env::current_exe`. The implementation is currently based on the
value of `argv[0]`, which couldn't be used when executable is called via
PATH.
2015-02-06 16:21:05 +05:30
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest improve compiletest error message when path option missing. 2015-02-05 23:58:32 +01:00
doc Auto merge of #21609 - GarrettHeel:master, r=steveklabnik 2015-02-06 05:52:20 +00:00
driver Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
etc Tidy fixes 2015-02-05 14:38:56 -08:00
grammar testparser has long lines 2015-02-05 14:37:16 -08:00
jemalloc@b001609960
liballoc Auto merge of #21894 - dotdash:assume_rc, r=alexcrichton 2015-02-05 21:08:03 +00:00
libarena Auto merge of #21613 - alfie:suffix-small, r=alexcrichton 2015-02-03 07:59:04 +00:00
libbacktrace openbsd support 2015-02-01 14:41:38 +01:00
libcollections cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libcore Rollup merge of #21976 - mzabaluev:fix-copy-mut-lifetime, r=alexcrichton 2015-02-06 16:21:04 +05:30
libcoretest cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libflate cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libfmt_macros register snapshots 2015-02-02 13:38:32 -05:00
libgetopts cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libgraphviz cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
liblibc Auto merge of #21613 - alfie:suffix-small, r=alexcrichton 2015-02-03 07:59:04 +00:00
liblog remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
librand cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librbml cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_back cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_bitflags Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
librustc_borrowck cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_driver cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_llvm Emit !nonnull metadata for loads of region and unique pointers 2015-02-03 08:55:04 +01:00
librustc_privacy remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
librustc_resolve cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_trans Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonw 2015-02-06 16:21:03 +05:30
librustc_typeck Use a TypedArena rather than an Arena for the backing storage of variance analysis. 2015-02-06 00:14:17 +01:00
librustdoc make codemap more robust in face of ill-formed spans. 2015-02-05 23:47:17 +01:00
libserialize cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libstd Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton 2015-02-06 16:21:05 +05:30
libsyntax Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonw 2015-02-06 16:21:03 +05:30
libterm cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libtest cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libunicode cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
llvm@2d54c4f559 Update LLVM to rust-llvm-2015-01-30 2015-02-01 20:00:35 +01:00
rt Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton 2015-02-06 16:21:05 +05:30
rust-installer@e577c97b49 Fix revert of rust-installer 2015-01-09 10:19:30 -08:00
rustbook for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
rustllvm Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
test Rollup merge of #21983 - pnkfelix:eschew-untyped-arena-in-regions-mock-tcx, r=huonw 2015-02-06 16:21:03 +05:30
snapshots.txt register snapshots 2015-02-04 20:06:12 -05:00