| .. |
|
bootstrap
|
Auto merge of #44603 - SimonSapin:stylo, r=alexcrichton
|
2017-10-24 23:30:15 +00:00 |
|
build_helper
|
rustbuild: Support specifying archiver and linker explicitly
|
2017-10-15 22:10:07 +03:00 |
|
ci
|
Add WebRender to cargotest
|
2017-10-24 21:41:33 +02:00 |
|
doc
|
Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton
|
2017-10-24 20:46:17 +00:00 |
|
etc
|
rustbuild: Allow setting rls/rustfmt to "broken"
|
2017-10-16 09:06:51 -07:00 |
|
grammar
|
Update grammar to parse current rust syntax
|
2017-10-08 18:46:42 -07:00 |
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Fix most rendering warnings from switching to CommonMark
|
2017-10-20 15:29:35 -04:00 |
|
liballoc_jemalloc
|
rustbuild: Support specifying archiver and linker explicitly
|
2017-10-15 22:10:07 +03:00 |
|
liballoc_system
|
Fix out of date unstable book entries for alloc_* features.
|
2017-10-12 07:46:02 +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 |
|
libcompiler_builtins@0b9844764e
|
Update the libcompiler_builtins submodule
|
2017-09-30 01:45:21 +02:00 |
|
libcore
|
fix stringify docs
|
2017-10-22 13:14:17 -04:00 |
|
libfmt_macros
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libgetopts
|
address some FIXMEs whose associated issues were marked as closed
|
2017-09-30 11:33:47 +03:00 |
|
libgraphviz
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
liblibc@7e33065ce4
|
Update libc to include linux gnux32 fixes
|
2017-10-19 15:48:41 -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
|
Make the result of Literal::string() more readable
|
2017-10-08 21:44:13 +13:00 |
|
libprofiler_builtins
|
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
|
2017-10-11 21:35:53 -03:00 |
|
librand
|
address some FIXMEs whose associated issues were marked as closed
|
2017-09-30 11:33:47 +03:00 |
|
librustc
|
Resolve types properly in const eval
|
2017-10-25 10:17:20 +02: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
|
revert change to function_sections for windows
|
2017-10-16 22:59:05 +03:00 |
|
librustc_borrowck
|
Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb
|
2017-10-18 10:44:08 +00:00 |
|
librustc_const_eval
|
Resolve types properly in const eval
|
2017-10-25 10:17:20 +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
|
Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakis
|
2017-10-20 07:50:18 +00:00 |
|
librustc_driver
|
convert constant promotion into a query
|
2017-10-16 17:32:22 -04:00 |
|
librustc_errors
|
fix comment typo, CodeSuggestion path in doc comment
|
2017-09-29 23:42:24 -07:00 |
|
librustc_incremental
|
rustc: Move bytecode compression into codegen
|
2017-10-21 13:02:34 -07:00 |
|
librustc_lint
|
trans_ -> fully_ prefix
|
2017-10-21 22:50:21 +01:00 |
|
librustc_llvm
|
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
|
2017-10-11 21:35:53 -03:00 |
|
librustc_lsan
|
|
|
|
librustc_metadata
|
convert constant promotion into a query
|
2017-10-16 17:32:22 -04:00 |
|
librustc_mir
|
Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb
|
2017-10-20 14:33:43 +00:00 |
|
librustc_msan
|
|
|
|
librustc_passes
|
convert constant promotion into a query
|
2017-10-16 17:32:22 -04:00 |
|
librustc_platform_intrinsics
|
Auto merge of #44885 - lu-zero:master, r=alexcrichton
|
2017-10-02 17:18:20 +00:00 |
|
librustc_plugin
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
librustc_privacy
|
Use recorded types in rustc_privacy
|
2017-09-23 00:50:46 +03:00 |
|
librustc_resolve
|
Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis
|
2017-10-24 01:20:09 +00:00 |
|
librustc_save_analysis
|
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem
|
2017-10-17 22:14:14 -04:00 |
|
librustc_trans
|
Auto merge of #44984 - Maaarcocr:master, r=nikomatsakis
|
2017-10-24 03:55:22 +00:00 |
|
librustc_trans_utils
|
trans_ -> fully_ prefix
|
2017-10-21 22:50:21 +01:00 |
|
librustc_tsan
|
Move unused-extern-crate to late pass
|
2017-08-27 19:02:24 +09:00 |
|
librustc_typeck
|
Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis
|
2017-10-24 15:18:08 +00:00 |
|
librustdoc
|
Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis
|
2017-10-24 01:20:09 +00:00 |
|
libserialize
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libstd
|
Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton
|
2017-10-24 20:46:17 +00:00 |
|
libstd_unicode
|
[libstd_unicode] Expose UnicodeVersion type
|
2017-09-18 20:39:17 -07:00 |
|
libsyntax
|
Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=nikomatsakis
|
2017-10-24 12:24:16 +00:00 |
|
libsyntax_ext
|
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem
|
2017-10-17 22:14:14 -04:00 |
|
libsyntax_pos
|
Implement dyn Trait syntax
|
2017-10-14 12:51:13 +03:00 |
|
libterm
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
libtest
|
Remove nacl from libtest
|
2017-10-05 05:04:40 +02:00 |
|
libunwind
|
*: remove crate_{name,type} attributes
|
2017-08-25 16:18:21 -04:00 |
|
llvm@83b72cedfd
|
rustc: Update LLVM with a ThinLTO fix
|
2017-10-11 09:10:59 -07:00 |
|
rt
|
|
|
|
rtstartup
|
Normalize spaces in lang attributes.
|
2017-09-28 01:30:25 -07:00 |
|
rustc
|
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
|
2017-10-11 21:35:53 -03:00 |
|
rustllvm
|
Update ThinLTO (internalization) for LLVM 5
|
2017-10-19 15:20:47 +09:00 |
|
test
|
Auto merge of #45455 - kennytm:print-extern-impl-for-e0119, r=nikomatsakis
|
2017-10-25 02:24:03 +00:00 |
|
tools
|
Auto merge of #44603 - SimonSapin:stylo, r=alexcrichton
|
2017-10-24 23:30:15 +00:00 |
|
Cargo.lock
|
Remove deprecated collections crate.
|
2017-10-22 14:55:02 -02:00 |
|
Cargo.toml
|
Reactivate clippy in toolstate.toml
|
2017-10-20 16:01:30 +02:00 |
|
stage0.txt
|
Bump to 1.22.0
|
2017-08-31 06:58:58 -07:00 |