| .. |
|
bootstrap
|
Auto merge of #44260 - alexcrichton:hardlink-no-copy, r=Mark-Simulacrum
|
2017-09-10 04:36:15 +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
|
Rollup merge of #44351 - lu-zero:master, r=nikomatsakis
|
2017-09-06 18:28:03 -06:00 |
|
grammar
|
|
|
|
jemalloc@1f5a28755e
|
Update jemalloc to 4.5.0
|
2017-08-16 22:06:05 +02:00 |
|
liballoc
|
Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcv
|
2017-09-10 14:03:32 +02:00 |
|
liballoc_jemalloc
|
update gcc crate
|
2017-09-02 21:51:18 +02:00 |
|
liballoc_system
|
Use memalign instead of posix_memalign for Solaris
|
2017-09-06 21:31:19 +02:00 |
|
libarena
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libbacktrace
|
Fix missing line numbers on i686.
|
2017-09-05 08:41:43 +08:00 |
|
libcollections
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libcompiler_builtins@38ffaf97aa
|
Update the libcompiler_builins submodule
|
2017-09-07 09:08:09 +02:00 |
|
libcore
|
implement unsafe pointer methods
|
2017-09-10 16:09:18 -04: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
|
update gcc crate
|
2017-09-02 21:51:18 +02:00 |
|
librand
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
librustc
|
Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakis
|
2017-09-10 15:32:20 +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
|
Bump master to 1.21.0
|
2017-07-25 07:03:19 -07:00 |
|
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: Store InternedString in DefPathData
|
2017-09-05 07:47:27 -07:00 |
|
librustc_const_math
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
librustc_data_structures
|
stabilize mem::discriminant (closes #24263)
|
2017-09-02 01:59:54 -04:00 |
|
librustc_driver
|
rustc: Remove DepGraph handling from rustc_metadata
|
2017-09-09 21:11:25 -07:00 |
|
librustc_errors
|
Rollup merge of #44125 - SergioBenitez:master, r=nrc
|
2017-08-30 11:11:12 -05:00 |
|
librustc_incremental
|
rustc: Move crate_hash to a query
|
2017-09-05 07:37:27 -07:00 |
|
librustc_lint
|
Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis
|
2017-09-08 09:47:58 +00:00 |
|
librustc_llvm
|
disable gcc warnings
|
2017-09-05 18:46:26 +02:00 |
|
librustc_lsan
|
Bump master to 1.21.0
|
2017-07-25 07:03:19 -07:00 |
|
librustc_metadata
|
rustc: Remove DepGraph handling from rustc_metadata
|
2017-09-09 21:11:25 -07:00 |
|
librustc_mir
|
Use rvalue promotion to 'static instead of static items.
|
2017-09-10 11:20:27 +03:00 |
|
librustc_msan
|
Bump master to 1.21.0
|
2017-07-25 07:03:19 -07:00 |
|
librustc_passes
|
rustc: Migrate lang items to a query
|
2017-09-05 07:37:57 -07:00 |
|
librustc_platform_intrinsics
|
Rollup merge of #44351 - lu-zero:master, r=nikomatsakis
|
2017-09-06 18:28:03 -06:00 |
|
librustc_plugin
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
librustc_privacy
|
rustc: Flag some CrateStore methods as "untracked"
|
2017-09-05 07:37:39 -07:00 |
|
librustc_resolve
|
rustc: Store InternedString in DefPathData
|
2017-09-05 07:47:27 -07:00 |
|
librustc_save_analysis
|
rustc: Remove CrateStore::crates as a method
|
2017-09-07 08:13:41 -07:00 |
|
librustc_trans
|
Fix bitrotted generator panic emission
|
2017-09-09 11:11:13 +02: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
|
Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakis
|
2017-09-10 14:03:20 +02:00 |
|
librustdoc
|
Rollup merge of #44347 - GuillaumeGomez:rustdoc-false-positive, r=QuietMisdreavus
|
2017-09-10 14:03:23 +02:00 |
|
libserialize
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libstd
|
Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomez
|
2017-09-10 12:48:55 +00:00 |
|
libstd_unicode
|
impl Debug for SplitWhitespace.
|
2017-09-03 19:13:01 -04:00 |
|
libsyntax
|
Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkov
|
2017-09-10 14:03:22 +02:00 |
|
libsyntax_ext
|
Use rvalue promotion to 'static instead of static items.
|
2017-09-10 11:20:27 +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
|
Fix LLVM assertion when a weak symbol is defined in global_asm.
|
2017-07-18 16:52:00 +03:00 |
|
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 #44079 - gaurikholkar:named_conf, r=nikomatsakis
|
2017-09-10 15:32:20 +00:00 |
|
tools
|
rustbuild: Switch back to using hard links
|
2017-09-09 21:14:44 -07:00 |
|
Cargo.lock
|
rustbuild: Switch back to using hard links
|
2017-09-09 21:14:44 -07: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 |