| .. |
|
bootstrap
|
rustbuild: Fail the build if we build Cargo twice
|
2018-03-26 13:07:12 -07:00 |
|
build_helper
|
|
|
|
ci
|
rustbuild: Disable docs on cross-compiled builds
|
2018-03-25 23:31:41 -07:00 |
|
dlmalloc@9b2dcac06c
|
|
|
|
doc
|
Fix missed i128 feature gates
|
2018-03-26 08:37:56 -05:00 |
|
etc
|
Use GNU version of fgrep/egrep tool if available
|
2018-03-22 14:38:05 +01:00 |
|
grammar
|
|
|
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Rollup merge of #49401 - alercah:format, r=cramertj
|
2018-03-27 10:47:54 +02:00 |
|
liballoc_jemalloc
|
|
|
|
liballoc_system
|
|
|
|
libarena
|
|
|
|
libbacktrace
|
|
|
|
libcompiler_builtins@2a2f6d96c8
|
Update compiler-rt with fix for 32bit iOS ARM
|
2018-03-27 15:32:06 +02:00 |
|
libcore
|
Remove TryFrom impls that might become conditionally-infallible with a portability lint
|
2018-03-27 09:48:42 +02:00 |
|
libfmt_macros
|
Add hexadecimal formatting of integers with fmt::Debug
|
2018-03-13 14:53:06 +01:00 |
|
libgraphviz
|
mir dataflow: change graphviz output
|
2018-03-09 13:53:35 -05:00 |
|
liblibc@ed04152aac
|
Update libc to 0.2.39
|
2018-03-12 10:07:48 -07:00 |
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
make #[unwind] attribute specify expectations more clearly
|
2018-02-20 19:12:52 -05:00 |
|
libproc_macro
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
libprofiler_builtins
|
pgo: Blindly try to fix Windows build.
|
2018-03-25 23:17:47 +02:00 |
|
librustc
|
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
|
2018-03-28 12:56:09 +00:00 |
|
librustc_allocator
|
Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-building
|
2018-03-22 15:55:57 +00:00 |
|
librustc_apfloat
|
Stabilize the TryFrom and TryInto traits
|
2018-03-26 23:36:02 +02:00 |
|
librustc_asan
|
|
|
|
librustc_back
|
Add a hash when a TargetPath is displayed
|
2018-03-26 19:01:26 +02:00 |
|
librustc_borrowck
|
Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis
|
2018-03-20 07:15:19 +08:00 |
|
librustc_const_eval
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
librustc_const_math
|
Stabilize i128 feature too
|
2018-03-26 08:37:56 -05:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
Stabilize i128 feature too
|
2018-03-26 08:37:56 -05:00 |
|
librustc_driver
|
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
|
2018-03-25 01:26:24 +08:00 |
|
librustc_errors
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
librustc_incremental
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
librustc_lint
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
librustc_llvm
|
Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
|
2018-03-27 04:46:32 +00:00 |
|
librustc_lsan
|
|
|
|
librustc_metadata
|
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
|
2018-03-28 12:56:09 +00:00 |
|
librustc_mir
|
Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
|
2018-03-27 14:31:43 +00:00 |
|
librustc_msan
|
|
|
|
librustc_passes
|
Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis
|
2018-03-24 02:08:22 +00:00 |
|
librustc_platform_intrinsics
|
|
|
|
librustc_plugin
|
Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov
|
2018-03-16 02:46:23 +00:00 |
|
librustc_privacy
|
Replace Rc with Lrc for shared data
|
2018-03-02 10:48:52 +01:00 |
|
librustc_resolve
|
Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa
|
2018-03-26 18:41:38 +00:00 |
|
librustc_save_analysis
|
Rename Span::empty to Span::shrink_to_lo, add Span::shrink_to_hi
|
2018-03-17 22:12:21 +03:00 |
|
librustc_traits
|
Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
|
2018-03-27 14:31:43 +00:00 |
|
librustc_trans
|
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
|
2018-03-28 12:56:09 +00:00 |
|
librustc_trans_utils
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
librustc_tsan
|
|
|
|
librustc_typeck
|
Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm
|
2018-03-28 03:03:39 +08:00 |
|
librustdoc
|
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
|
2018-03-28 12:56:09 +00:00 |
|
libserialize
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
libstd
|
fixup! std: Child::kill() returns error if process has already exited
|
2018-04-17 08:00:48 +01:00 |
|
libstd_unicode
|
Stabilize the TryFrom and TryInto traits
|
2018-03-26 23:36:02 +02:00 |
|
libsyntax
|
Rollup merge of #49417 - TimNN:fix-ios, r=alexcrichton
|
2018-03-27 23:20:27 +08:00 |
|
libsyntax_ext
|
Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton
|
2018-03-27 07:16:29 +00:00 |
|
libsyntax_pos
|
Stabilize i128_type
|
2018-03-26 08:36:50 -05:00 |
|
libterm
|
|
|
|
libtest
|
Cargo fmt libtest
|
2018-03-21 23:12:24 +09:00 |
|
libunwind
|
make #[unwind] attribute specify expectations more clearly
|
2018-02-20 19:12:52 -05:00 |
|
llvm@6ceaaa4b01
|
Merge LLVM fix for undefined bss globals
|
2018-03-10 12:38:41 +00:00 |
|
llvm-emscripten@2717444753
|
|
|
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
|
2018-03-27 04:46:32 +00:00 |
|
stdsimd@bcb720e558
|
update stdsimd
|
2018-03-21 15:43:06 -05:00 |
|
test
|
Auto merge of #49383 - nox:scalarpair, r=eddyb
|
2018-03-28 08:01:22 +00:00 |
|
tools
|
rustbuild: Fail the build if we build Cargo twice
|
2018-03-26 13:07:12 -07:00 |
|
Cargo.lock
|
Fix diagnostic colors on Windows 10 console.
|
2018-03-26 17:23:17 -07:00 |
|
Cargo.toml
|
Automatically enable the clippy feature of rls if clippy builds
|
2018-03-16 18:24:08 +01:00 |
|
README.md
|
Start moving to the rustc guide!
|
2018-02-23 13:20:56 -06:00 |
|
stage0.txt
|
Update beta to version with fixed FreeBSD support from #49023.
|
2018-03-19 12:40:42 -07:00 |