rust/src
bors 2527f41baf Auto merge of #41787 - jsheard:ulongptr, r=alexcrichton
Fix definitions of ULONG_PTR

The Windows type `ULONG_PTR` is supposed to be equivalent to `usize`, but several parts of the codebase currently define it as `u64`. Evidently this hasn't broken anything yet but it might cause annoying 32-bit-specific breakage in future.

See https://msdn.microsoft.com/en-gb/library/windows/desktop/aa383751(v=vs.85).aspx

r? @alexcrichton
2017-05-06 22:14:43 +00:00
..
bootstrap Add remote device testing support 2017-05-04 12:43:22 +02:00
build_helper
ci
compiler-rt@c8a8767c56
doc Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
driver
etc Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
jemalloc@11bfb0dcf8
liballoc Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
liballoc_jemalloc
liballoc_system
libarena Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
libbacktrace
libcollections Deprecate heap::EMPTY in favour of Unique::empty or otherwise. 2017-05-04 23:54:54 -04:00
libcompiler_builtins
libcore Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
libflate fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
libfmt_macros
libgetopts
libgraphviz
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libproc_macro
libproc_macro_plugin
librand
librustc Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustc_asan
librustc_back Rollup merge of #41657 - malbarbo:android-armv7-linker, r=alexcrichton 2017-05-02 21:21:22 -04:00
librustc_bitflags
librustc_borrowck Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton 2017-05-05 17:35:24 -04:00
librustc_const_eval
librustc_const_math
librustc_data_structures Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
librustc_driver
librustc_errors
librustc_incremental allow dep-graph assertions on fields 2017-05-03 16:42:07 -04:00
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustc_mir
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis convert save-analysis to use ItemCtxt and not ast_ty_to_ty_cache 2017-05-03 21:33:15 -04:00
librustc_trans
librustc_tsan
librustc_typeck Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix 2017-05-05 17:35:29 -04:00
librustdoc Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton 2017-05-05 17:35:27 -04:00
libserialize
libstd Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libstd_unicode Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
libsyntax Fix "an" usage 2017-05-06 16:06:38 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest Add Options type in libtest and remove argument 2017-05-05 10:52:10 +02:00
libunwind
llvm@cf85b5a8da Update llvm to pull in various backports 2017-05-04 08:12:17 +02:00
rt
rtstartup
rust-installer@2e6417f6af Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 2017-05-05 00:03:30 -07:00
rustc
rustllvm trigger llvm rebuild 2017-05-06 17:39:03 +02:00
test Update the .stderr file for the "an" changes 2017-05-06 18:49:01 +02:00
tools Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton 2017-05-05 17:35:27 -04:00
Cargo.lock convert save-analysis to use ItemCtxt and not ast_ty_to_ty_cache 2017-05-03 21:33:15 -04:00
Cargo.toml
stage0.txt