..
bootstrap
Auto merge of #41567 - arielb1:rollup, r=arielb1
2017-04-27 00:04:03 +00:00
build_helper
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
2017-04-25 10:31:01 +08:00
ci
Auto merge of #40123 - TimNN:llvm40, r=alexcrichton
2017-04-24 22:18:16 +00:00
compiler-rt@ c8a8767c56
support default impl for specialization
2017-04-25 05:28:22 +00:00
doc
Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi
2017-04-26 06:18:17 +00:00
driver
etc
Adds rust-windbg.cmd script
2017-04-24 16:26:00 -07:00
grammar
support default impl for specialization
2017-04-26 14:43:09 +00:00
jemalloc@ 11bfb0dcf8
support default impl for specialization
2017-04-25 05:28:22 +00:00
liballoc
Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi
2017-04-26 06:18:17 +00:00
liballoc_jemalloc
Specialize Vec::from_elem<u8> to use calloc or memset
2017-04-15 09:01:56 -07:00
liballoc_system
Specialize Vec::from_elem<u8> to use calloc or memset
2017-04-15 09:01:56 -07:00
libarena
libbacktrace
libbacktrace: Fix uninitialized variable
2017-02-04 01:18:10 +03:00
libcollections
Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi
2017-04-26 06:18:17 +00:00
libcompiler_builtins
Auto merge of #40123 - TimNN:llvm40, r=alexcrichton
2017-04-24 22:18:16 +00:00
libcore
Rollup merge of #41493 - scottmcm:fix-step-replace, r=sfackler
2017-04-26 22:11:04 +00:00
libflate
Add/remove rerun-if-changed when necessary
2017-03-04 21:38:26 +03:00
libfmt_macros
libgetopts
libgraphviz
Fix various useless derefs and slicings
2017-03-27 08:58:00 +02:00
liblibc@ c34a802d1e
support default impl for specialization
2017-04-25 05:28:22 +00:00
libpanic_abort
libpanic_unwind
std: Remove cfg(cargobuild) annotations
2017-02-06 08:42:54 -08:00
libproc_macro
Add doc attributes to proc_macro crate
2017-03-12 02:54:43 +00:00
libproc_macro_plugin
Improve the TokenStream quoter.
2017-03-15 23:05:02 +00:00
librand
Avoid to use floating point match
2017-04-14 03:39:03 +02:00
librustc
typeck: resolve type vars before calling try_index_step
2017-04-27 16:44:27 +03:00
librustc_asan
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
2017-04-25 10:31:01 +08:00
librustc_back
Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichton
2017-04-26 22:11:03 +00:00
librustc_bitflags
librustc_borrowck
rustc: expose the common DUMMY_SP query case as tcx methods.
2017-04-24 17:23:43 +03:00
librustc_const_eval
rustc: use tcx.at(span) to set the location of a query.
2017-04-24 18:06:39 +03:00
librustc_const_math
rustc_const_eval: always demand typeck_tables for evaluating constants.
2017-02-25 18:35:26 +02:00
librustc_data_structures
Haiku: fix initial platform support
2017-04-22 13:47:36 +12:00
librustc_driver
cache attributes of items from foreign crates
2017-04-22 21:00:50 +03:00
librustc_errors
typeck: resolve type vars before calling try_index_step
2017-04-27 16:44:27 +03:00
librustc_incremental
rustc: use monomorphic const_eval for cross-crate enum discriminants.
2017-04-16 01:31:37 +03:00
librustc_lint
rustc: rename some of the queries to match tcx methods.
2017-04-24 15:20:52 +03:00
librustc_llvm
Avoid the hexagon backend on old versions of LLVM
2017-04-25 22:59:31 -04:00
librustc_lsan
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
2017-04-25 10:31:01 +08:00
librustc_metadata
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-27 02:48:17 +00:00
librustc_mir
rustc: use tcx.at(span) to set the location of a query.
2017-04-24 18:06:39 +03:00
librustc_msan
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
2017-04-25 10:31:01 +08:00
librustc_passes
rustc: rename some of the queries to match tcx methods.
2017-04-24 15:20:52 +03:00
librustc_platform_intrinsics
Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton
2017-02-14 01:26:10 +00:00
librustc_plugin
kill a bunch of one off tasks
2017-04-18 08:20:12 -04:00
librustc_privacy
Auto merge of #41504 - eddyb:query-api, r=nikomatsakis
2017-04-26 09:54:11 +00:00
librustc_resolve
feature gate :vis matcher
2017-04-15 19:06:58 +00:00
librustc_save_analysis
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-27 02:48:17 +00:00
librustc_trans
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-27 02:48:17 +00:00
librustc_tsan
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
2017-04-25 10:31:01 +08:00
librustc_typeck
typeck: resolve type vars before calling try_index_step
2017-04-27 16:44:27 +03:00
librustdoc
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-27 02:48:17 +00:00
libserialize
Only SwitchInt over integers, not all consts
2017-02-10 19:42:41 +02:00
libstd
Rollup merge of #41499 - steveklabnik:gh25164, r=alexcrichton
2017-04-26 22:11:05 +00:00
libstd_unicode
Remove parentheses in method references
2017-03-30 18:33:23 -04:00
libsyntax
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
2017-04-27 02:48:17 +00:00
libsyntax_ext
support default impl for specialization
2017-04-24 10:08:48 +00:00
libsyntax_pos
Point at only one char on Span::next_point
2017-04-10 14:03:17 -07:00
libterm
Update usages of 'OSX' (and other old names) to 'macOS'.
2017-03-12 14:59:04 -04:00
libtest
Fix links
2017-04-04 15:39:44 -04:00
libunwind
Haiku: fix initial platform support
2017-04-22 13:47:36 +12:00
llvm@ 878af19143
Cherry pick LLVM hexagon fixes
2017-04-26 02:11:49 -04:00
rt
support default impl for specialization
2017-04-25 05:28:22 +00:00
rtstartup
Update #[no_core] users with the "freeze" lang item.
2017-04-21 15:48:35 +03:00
rust-installer@ 4f99485080
rustc
Fix plain_summary_line function
2017-03-28 11:38:56 -06:00
rustllvm
Cherry pick LLVM hexagon fixes
2017-04-26 02:11:49 -04:00
test
typeck: resolve type vars before calling try_index_step
2017-04-27 16:44:27 +03:00
tools
Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichton
2017-04-26 22:11:03 +00:00
Cargo.lock
Update num_cpus dependency to 1.x (1.4.0)
2017-04-26 15:25:03 +12:00
Cargo.toml
Don't put Cargo into the rustc workspace
2017-03-10 14:49:19 -08:00
stage0.txt
Bump stage0 to fix ARM LLVM
2017-04-18 08:57:56 -07:00