rust/src
bors 981ce7d8dd Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb
rustc: Flag {i,u}128 as unsafe for FFI

These don't appear to have a stable ABI as noted in #41799 and the work in
compiler-builtins definitely seems to be confirming it!
2017-09-03 18:57:21 +00:00
..
bootstrap Auto merge of #44176 - nrc:update-rls, r=alexcrichton 2017-09-03 00:51:47 +00:00
build_helper rustbuild: Replace create_dir_racy with create_dir_all 2017-08-07 16:04:46 +01:00
ci fix option for RUST_CONFIGURE_ARGS to be rust.ignore-git=false 2017-08-29 22:01:51 -07:00
doc Fix unstable book example 2017-09-01 16:16:36 -05:00
etc Allow htmldocck to run using Python 3. 2017-08-26 01:31:12 +08:00
grammar
jemalloc@1f5a28755e Update jemalloc to 4.5.0 2017-08-16 22:06:05 +02:00
liballoc Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnik 2017-08-30 13:17:05 -07:00
liballoc_jemalloc Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton 2017-08-29 17:32:13 +00:00
liballoc_system *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libarena *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libbacktrace
libcollections *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libcompiler_builtins@6b9281d2b2 Update the compiler_builtins submodule 2017-08-18 23:03:37 +12:00
libcore add error message for the other case too 2017-09-03 13:10:54 +03:00
libfmt_macros *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libgetopts *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libgraphviz *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
liblibc@04a5e75c99 Update libc to fix sparc compiles 2017-08-30 17:58:39 -07:00
libpanic_abort *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libpanic_unwind Add missing dependency for Windows 2017-08-27 19:02:24 +09:00
libproc_macro Rollup merge of #44125 - SergioBenitez:master, r=nrc 2017-08-30 11:11:12 -05:00
libprofiler_builtins Remove some false positive issues 2017-08-30 11:46:58 +02:00
librand *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis 2017-09-03 16:25:46 +00:00
librustc_allocator Make fields of Span private 2017-08-30 01:38:54 +03:00
librustc_apfloat *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_asan
librustc_back Rollup merge of #44091 - kallisti5:haiku-fix, r=eddyb 2017-08-26 06:46:37 -07:00
librustc_bitflags *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_borrowck rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
librustc_const_eval rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
librustc_const_math *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_data_structures Auto merge of #44059 - oli-obk:ok_suggestion, r=nikomatsakis 2017-08-29 06:18:23 +00:00
librustc_driver rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
librustc_errors Rollup merge of #44125 - SergioBenitez:master, r=nrc 2017-08-30 11:11:12 -05:00
librustc_incremental *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_lint Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb 2017-09-03 18:57:21 +00:00
librustc_llvm *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_lsan
librustc_metadata rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDead's. 2017-09-02 02:17:28 +03:00
librustc_mir Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis 2017-09-03 12:46:14 +00:00
librustc_msan
librustc_passes rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
librustc_platform_intrinsics *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_plugin *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_privacy Rollup merge of #44202 - alexcrichton:xcrate-generators, r=arielb1 2017-08-31 18:07:42 -06:00
librustc_resolve Rollup merge of #44089 - alexcrichton:trait-proc-macro, r=nrc 2017-08-30 11:11:10 -05:00
librustc_save_analysis Make fields of Span private 2017-08-30 01:38:54 +03:00
librustc_trans x86: return single-float aggregates in a float register 2017-09-01 18:21:29 -07:00
librustc_trans_utils *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_tsan Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
librustc_typeck Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis 2017-09-03 16:25:46 +00:00
librustdoc Update html-diff-rs version 2017-09-02 00:16:55 +02:00
libserialize *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libstd Auto merge of #44154 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum 2017-09-01 16:39:31 +00:00
libstd_unicode *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libsyntax implement improved on_unimplemented directives 2017-09-03 13:10:54 +03:00
libsyntax_ext Make fields of Span private 2017-08-30 01:38:54 +03:00
libsyntax_pos enable desugaring-sensitive error messages and use them in Try 2017-09-03 13:10:54 +03:00
libterm *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libtest Platform gate libc in libtest 2017-08-27 19:02:24 +09:00
libunwind *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
llvm@d9e7d2696e
rt
rtstartup
rustc Make librustc_driver work without librustc_trans 2017-08-11 10:38:31 +02:00
rustllvm Fix covered-switch-default warnings in PassWrapper 2017-08-08 16:17:33 +08:00
test Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb 2017-09-03 18:57:21 +00:00
tools Auto merge of #44176 - nrc:update-rls, r=alexcrichton 2017-09-03 00:51:47 +00:00
Cargo.lock Auto merge of #44176 - nrc:update-rls, r=alexcrichton 2017-09-03 00:51:47 +00:00
Cargo.toml Update Cargo to 0.23.0 and our lockfile 2017-08-31 07:02:50 -07:00
stage0.txt Bump to 1.22.0 2017-08-31 06:58:58 -07:00