| .. |
|
bootstrap
|
Catch IOError
|
2017-09-21 12:15:10 -07:00 |
|
build_helper
|
Add a file to trivially disable tool building or testing
|
2017-09-17 21:41:45 +02:00 |
|
ci
|
Improve documentation
|
2017-09-17 21:40:13 +02:00 |
|
doc
|
Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis
|
2017-09-19 13:06:31 +00:00 |
|
etc
|
Rollup merge of #44351 - lu-zero:master, r=nikomatsakis
|
2017-09-06 18:28:03 -06:00 |
|
grammar
|
|
|
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Add missing links for Arc
|
2017-09-22 15:45:37 +02:00 |
|
liballoc_jemalloc
|
Add a file to trivially disable tool building or testing
|
2017-09-17 21:41:45 +02:00 |
|
liballoc_system
|
Autodetect the type of allocator crate used
|
2017-09-10 19:59:42 +02:00 |
|
libarena
|
stabilized needs_drop (fixes #41890)
|
2017-09-16 23:41:04 +02: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@ef4951582f
|
Update compiler-builtins
|
2017-09-13 22:55:46 -04:00 |
|
libcore
|
Auto merge of #44682 - bluss:iter-rfold, r=dtolnay
|
2017-09-21 23:44:11 +00: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@95848f9622
|
Update liblibc submodule to include latest uclibc changes
|
2017-09-08 14:36:56 +02: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
|
rustc: Forbid interpolated tokens in the HIR
|
2017-09-18 17:20:12 -07: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 #44627 - zackmdavis:the_capgate_perogative, r=nrc
|
2017-09-21 09:41:26 +00:00 |
|
librustc_allocator
|
Make fields of Span private
|
2017-08-30 01:38:54 +03:00 |
|
librustc_apfloat
|
Remove rustc_bitflags; use the bitflags crate
|
2017-09-17 14:19:24 -04:00 |
|
librustc_asan
|
|
|
|
librustc_back
|
rework the README.md for rustc and add other readmes
|
2017-09-19 09:00:59 -04:00 |
|
librustc_borrowck
|
Only consider yields coming after the expressions when computing generator interiors
|
2017-09-20 16:36:24 +03:00 |
|
librustc_const_eval
|
incr.comp.: Already hash HIR bodies during metadata export so they don't have to be hashed in downstream crates.
|
2017-09-18 11:26:11 +02:00 |
|
librustc_const_math
|
change #![feature(const_fn)] to specific gates
|
2017-09-16 15:53:02 +00:00 |
|
librustc_cratesio_shim
|
Remove rustc_bitflags; use the bitflags crate
|
2017-09-17 14:19:24 -04:00 |
|
librustc_data_structures
|
incr.comp.: Fix rebase fallout.
|
2017-09-18 12:14:52 +02:00 |
|
librustc_driver
|
rework the README.md for rustc and add other readmes
|
2017-09-19 09:00:59 -04:00 |
|
librustc_errors
|
Fix mispositioned error indicators
|
2017-09-07 10:26:27 +02:00 |
|
librustc_incremental
|
incr.comp.: Remove tcx from StableHashingContext.
|
2017-09-18 11:29:47 +02:00 |
|
librustc_lint
|
Get allow(unused_mut) to work on let bindings
|
2017-09-15 10:36:14 +02:00 |
|
librustc_llvm
|
Remove rustc_bitflags; use the bitflags crate
|
2017-09-17 14:19:24 -04:00 |
|
librustc_lsan
|
|
|
|
librustc_metadata
|
Fix ICE
|
2017-09-20 20:48:06 +02:00 |
|
librustc_mir
|
Auto merge of #44551 - scalexm:copy-clone-closures, r=arielb1
|
2017-09-21 00:35:33 +00:00 |
|
librustc_msan
|
|
|
|
librustc_passes
|
Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis
|
2017-09-12 04:14:07 +00: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: Remove HirId from queries
|
2017-09-11 07:53:48 -07:00 |
|
librustc_resolve
|
Auto merge of #44215 - oli-obk:import_sugg, r=nrc
|
2017-09-21 20:12:22 +00:00 |
|
librustc_save_analysis
|
Use NodeId/HirId instead of DefId for local variables.
|
2017-09-08 22:00:59 +03:00 |
|
librustc_trans
|
Auto merge of #44707 - GuillaumeGomez:rollup, r=arielb1
|
2017-09-20 10:04:31 +00:00 |
|
librustc_trans_utils
|
change #![feature(const_fn)] to specific gates
|
2017-09-16 15:53:02 +00:00 |
|
librustc_tsan
|
Move unused-extern-crate to late pass
|
2017-08-27 19:02:24 +09:00 |
|
librustc_typeck
|
address review comments
|
2017-09-20 16:49:21 +03:00 |
|
librustdoc
|
Auto merge of #44350 - GuillaumeGomez:id-false-positive, r=QuietMisdreavus
|
2017-09-20 02:46:25 +00:00 |
|
libserialize
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libstd
|
Auto merge of #44624 - tmerr:master, r=sfackler
|
2017-09-22 10:30:20 +00:00 |
|
libstd_unicode
|
[libstd_unicode] Expose UnicodeVersion type
|
2017-09-18 20:39:17 -07:00 |
|
libsyntax
|
Fix ICE
|
2017-09-20 20:48:06 +02:00 |
|
libsyntax_ext
|
Use rvalue promotion to 'static instead of static items.
|
2017-09-10 11:20:27 +03:00 |
|
libsyntax_pos
|
Add impl From<Vec<Span>> for MultiSpan.
|
2017-09-09 02:09:10 -07: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
|
|
|
|
rustllvm
|
Add 'native' to -C target-cpu=help
|
2017-09-15 00:32:59 -05:00 |
|
test
|
Auto merge of #44215 - oli-obk:import_sugg, r=nrc
|
2017-09-21 20:12:22 +00:00 |
|
tools
|
Add clippy to toolstate.toml
|
2017-09-19 09:20:35 +02:00 |
|
Cargo.lock
|
Remove rustc_bitflags; use the bitflags crate
|
2017-09-17 14:19:24 -04:00 |
|
Cargo.toml
|
Use double quotes to appease some TOML parsers
|
2017-09-17 13:14:37 -04:00 |
|
stage0.txt
|
Bump to 1.22.0
|
2017-08-31 06:58:58 -07:00 |