..
bootstrap
Fix style issues
2016-08-02 09:54:05 -07:00
build_helper
Fix issue where rustbuild expected msvc to have ar
2016-06-16 08:38:06 -04:00
compiler-rt@ 8598065bd9
Update compiler-rt
2016-07-29 10:29:44 +02:00
doc
Ignore the lang-items example in the book.
2016-08-02 09:02:19 +03:00
driver
etc
Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn
2016-08-01 08:57:32 -07:00
grammar
Move errors from libsyntax to its own crate
2016-06-23 08:07:35 -04:00
jemalloc@ e058ca6616
Update jemalloc to include a fix for startup issues on OSX 10.12
2016-07-08 14:15:04 +09:00
liballoc
std: Ignore tests where threads outlive main
2016-07-22 16:29:36 -07:00
liballoc_jemalloc
arm-musl targets now use cfg(env = "musl")
2016-07-30 15:39:13 -05:00
liballoc_system
std: Use memalign, not posix_memalign, on Android
2016-05-24 15:21:01 -07:00
libarena
libbacktrace
std: Update libbacktrace for a soundness fix
2016-05-19 11:56:43 -07:00
libcollections
Auto merge of #35054 - pwoolcoc:stringfromchars, r=brson
2016-08-01 20:05:57 -07:00
libcollectionstest
Rollup merge of #35049 - knight42:add-test, r=alexcrichton
2016-07-30 13:44:46 +05:30
libcore
core: fix cargo build for targets with "max-atomic-width": 0
2016-08-02 14:34:40 -05:00
libcoretest
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
2016-07-31 17:48:20 +03:00
libflate
Update gcc crate dependency to 0.3.27.
2016-07-30 15:39:13 -05:00
libfmt_macros
format: remove all implicit ref handling outside of libfmt_macros
2016-07-14 02:54:47 +08:00
libgetopts
libgraphviz
liblibc@ 5066b7dcab
point the libc submodule back to rust-lang/libc
2016-07-30 15:39:13 -05:00
liblog
rustfmt on liblog
2016-05-27 08:06:17 +05:30
libpanic_abort
mk: Prepare for a new stage0 compiler
2016-05-31 16:11:49 -07:00
libpanic_unwind
Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton
2016-07-29 20:29:43 -07:00
librand
prefer if let to match with None => {} arm in some places
2016-07-03 16:27:02 -07:00
librbml
librustc
Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakis
2016-08-02 20:25:50 -07:00
librustc_back
Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn
2016-08-01 08:57:32 -07:00
librustc_bitflags
run rustfmt on librustc_bitflags folder
2016-06-05 13:01:11 +05:30
librustc_borrowck
intravisit: Fold functionality of IdVisitor into the regular Visitor.
2016-07-29 04:55:31 -04:00
librustc_const_eval
Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR.
2016-08-01 04:09:12 -04:00
librustc_const_math
Allow truncating constants to 16-bit u/isize
2016-06-10 13:07:04 -04:00
librustc_data_structures
Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddyb
2016-07-02 12:25:29 -07:00
librustc_driver
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
2016-07-31 17:48:20 +03:00
librustc_errors
rustc_errors: fix a few bugs
2016-07-22 22:47:38 +03:00
librustc_incremental
Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb
2016-07-30 13:44:47 +05:30
librustc_lint
Adressed PR comments.
2016-07-25 14:27:10 -07:00
librustc_llvm
Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb
2016-08-01 04:47:48 -07:00
librustc_metadata
Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR.
2016-08-01 04:09:12 -04:00
librustc_mir
intravisit: Fold functionality of IdVisitor into the regular Visitor.
2016-07-29 04:55:31 -04:00
librustc_passes
intravisit: Fold functionality of IdVisitor into the regular Visitor.
2016-07-29 04:55:31 -04:00
librustc_platform_intrinsics
Add intrinsics for x86 bit manipulation instruction sets: BMI 1.0, BMI 2.0, and TBM.
2016-06-22 16:34:10 +02:00
librustc_plugin
Fix Cargo.tomls
2016-06-27 18:30:46 +00:00
librustc_privacy
intravisit: Fold functionality of IdVisitor into the regular Visitor.
2016-07-29 04:55:31 -04:00
librustc_resolve
Make "type aliases cannot be used for traits" a note instead of a span_label.
2016-07-31 21:29:01 +00:00
librustc_save_analysis
Fixed missing comma in the csv dumper.
2016-07-25 11:46:59 +02:00
librustc_trans
rustc_trans: don't lose the cross-crate DefId, MIR trans needs it.
2016-08-03 01:25:34 +03:00
librustc_typeck
Rollup merge of #35114 - michaelwoerister:inline-meta-to-hir-map, r=eddyb
2016-08-02 00:12:39 +09:00
librustc_unicode
Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton
2016-07-28 11:20:33 -07:00
librustdoc
Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR.
2016-08-01 04:09:12 -04:00
libserialize
prefer if let to match with None => {} arm in some places
2016-07-03 16:27:02 -07:00
libstd
Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson
2016-08-02 02:30:17 -07:00
libsyntax
Auto merge of #35018 - cgswords:rope_tstream, r=nrc
2016-08-01 17:17:28 -07:00
libsyntax_ext
Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton
2016-07-30 13:44:47 +05:30
libsyntax_pos
Rollup merge of #35094 - mcarton:multispan, r=jonathandturner
2016-07-30 13:44:47 +05:30
libterm
libtest
Use ptr::{null, null_mut} instead of 0 as *{const, mut}
2016-07-12 10:40:40 +02:00
libunwind
arm-musl: statically link to libunwind
2016-07-30 15:39:13 -05:00
llvm@ d1cc48989b
Upgrade LLVM once more to get a bugfix
2016-08-01 10:14:30 +02:00
rt
hoedown: fix trigger of -Werror=misleading-indentation
2016-05-31 21:38:29 +03:00
rtstartup
run rustfmt on rtstartup folder
2016-05-29 21:04:21 +05:30
rust-installer@ c37d3747da
rustc
Update gcc crate dependency to 0.3.27.
2016-07-30 15:39:13 -05:00
rustllvm
rustc: Update LLVM to the LLVM 3.9 release branch
2016-07-29 10:29:59 +02:00
test
Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakis
2016-08-02 20:25:50 -07:00
tools
Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis
2016-07-21 19:44:59 -07:00
stage0.txt
rustc: Update stage0 to beta-2016-07-06
2016-07-06 09:29:15 -07:00