rust/src
Huon Wilson 225b116829 Make align_of behave like min_align_of.
This removes a footgun, since it is a reasonable assumption to make that
pointers to `T` will be aligned to `align_of::<T>()`. This also matches
the behaviour of C/C++. `min_align_of` is now deprecated.

Closes #21611.
2015-06-24 17:00:43 -07:00
..
compiler-rt@58ab642c30
compiletest
doc Auto merge of #26508 - tshepang:stray-code-block, r=bluss 2015-06-23 17:27:07 +00:00
driver
error-index-generator diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
etc
grammar
jemalloc@e24a1a025a
liballoc Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
libarena Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
libbacktrace
libcollections Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
libcollectionstest
libcore Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc liblibc: Fix prototype of functions taking char *const argv[] 2015-06-19 23:34:37 -04:00
liblog
librand
librbml
librustc Auto merge of #26354 - jroesch:remove-param-bounds-take-n, r=nikomatsakis 2015-06-23 12:52:59 +00:00
librustc_back rustc_trans: Use custom PATH for archive commands 2015-06-21 20:47:20 -07:00
librustc_bitflags
librustc_borrowck
librustc_data_structures
librustc_driver Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00
librustc_lint change const_val enum and its variants to camel-case 2015-06-23 10:31:32 +02:00
librustc_llvm
librustc_privacy
librustc_resolve
librustc_trans Auto merge of #26490 - alexcrichton:fix-msvc-again, r=brson 2015-06-23 18:59:00 +00:00
librustc_typeck Auto merge of #26503 - GuillaumeGomez:patch-4, r=Manishearth 2015-06-23 15:55:19 +00:00
librustc_unicode
librustdoc Remove the mostly unecessary ParamBounds struct 2015-06-23 00:10:19 -07:00
libserialize
libstd Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
libsyntax fix minor indentation issues 2015-06-22 15:30:56 -07:00
libterm
libtest
llvm@8cbcdf1b72
rt
rust-installer@8e4f8ea581
rustbook Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik 2015-06-22 05:23:50 +00:00
rustllvm
test Test for a particular parallel codegen corner case 2015-06-22 23:08:44 -07:00
snapshots.txt