.. |
binaryen@1c9bf65aa0
|
|
|
bootstrap
|
Record build and test result of extended tools into toolstates.json.
|
2017-12-03 18:36:56 +08:00 |
build_helper
|
build_helper: destination file can't be up to date when not exists
|
2017-12-01 14:55:02 +05:00 |
ci
|
Update the tools CI to use --no-fail-fast and --save-toolstates.
|
2017-12-03 18:36:56 +08:00 |
dlmalloc@d3812c3acc
|
|
|
doc
|
Fix invalid link to lint_plugin_test.rs
|
2017-12-03 18:13:54 +09:00 |
etc
|
Use more convenient and UNIX-agnostic shebang
|
2017-12-02 01:03:59 +00:00 |
grammar
|
|
|
jemalloc@1f5a28755e
|
|
|
liballoc
|
|
|
liballoc_jemalloc
|
|
|
liballoc_system
|
|
|
libarena
|
|
|
libbacktrace
|
|
|
libcompiler_builtins@18feaccbfd
|
Update compiler-builtins and use it the 128-bit lowering MIR test
|
2017-12-02 20:16:44 -08:00 |
libcore
|
Rollup merge of #46473 - frewsxcv:frewsxcv-param-name, r=TimNN
|
2017-12-03 17:43:50 -05:00 |
libfmt_macros
|
|
|
libgetopts
|
|
|
libgraphviz
|
|
|
liblibc@1a2f9639f8
|
|
|
libpanic_abort
|
|
|
libpanic_unwind
|
|
|
libproc_macro
|
|
|
libprofiler_builtins
|
|
|
librustc
|
Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix
|
2017-12-04 19:07:52 +00:00 |
librustc_allocator
|
|
|
librustc_apfloat
|
|
|
librustc_asan
|
|
|
librustc_back
|
Add an i128_lowering flag in TargetOptions
|
2017-12-03 21:53:48 -08:00 |
librustc_binaryen
|
|
|
librustc_borrowck
|
|
|
librustc_const_eval
|
|
|
librustc_const_math
|
|
|
librustc_cratesio_shim
|
|
|
librustc_data_structures
|
transtive_relation: fix typo in comment for parents
|
2017-12-04 10:46:35 -05:00 |
librustc_driver
|
make resolve_regions_and_report_errors take an OutlivesEnv
|
2017-12-04 08:51:12 -05:00 |
librustc_errors
|
|
|
librustc_incremental
|
|
|
librustc_lint
|
Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis
|
2017-12-02 01:38:52 +08:00 |
librustc_llvm
|
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
|
2017-12-03 20:31:21 +00:00 |
librustc_lsan
|
|
|
librustc_metadata
|
|
|
librustc_mir
|
Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix
|
2017-12-04 19:07:52 +00:00 |
librustc_msan
|
|
|
librustc_passes
|
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
|
2017-12-01 18:48:57 +02:00 |
librustc_platform_intrinsics
|
|
|
librustc_plugin
|
|
|
librustc_privacy
|
|
|
librustc_resolve
|
Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc
|
2017-12-02 10:15:21 +00:00 |
librustc_save_analysis
|
|
|
librustc_trans
|
introduce closure_env_ty helper to compute ty of closure env arg
|
2017-12-04 09:14:38 -05:00 |
librustc_trans_utils
|
MIR: s/Lvalue/Place in type names.
|
2017-12-01 18:47:36 +02:00 |
librustc_tsan
|
|
|
librustc_typeck
|
move liberate_late_bound_regions to a method on the tcx
|
2017-12-04 09:14:37 -05:00 |
librustdoc
|
Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavus
|
2017-12-03 17:43:47 -05:00 |
libserialize
|
incr.comp.: Load diagnostics from previous session lazily and clean up on-disk-cache persistence code.
|
2017-12-01 13:48:59 +01:00 |
libstd
|
Auto merge of #46485 - khuey:cursor-read_exact, r=Manishearth
|
2017-12-04 10:02:48 +00:00 |
libstd_unicode
|
Rollup merge of #46432 - tromey:doc-fix-46307, r=estebank
|
2017-12-03 17:43:45 -05:00 |
libsyntax
|
Auto merge of #46381 - estebank:expected-span, r=nikomatsakis
|
2017-12-02 20:06:42 +00:00 |
libsyntax_ext
|
|
|
libsyntax_pos
|
incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.
|
2017-12-01 13:48:19 +01:00 |
libterm
|
|
|
libtest
|
|
|
libunwind
|
|
|
llvm@6d08185a5c
|
|
|
rt
|
|
|
rtstartup
|
|
|
rustc
|
|
|
rustllvm
|
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
|
2017-12-03 20:31:21 +00:00 |
test
|
Update 'while let loop' fingerprint hash tests
|
2017-12-05 14:57:35 -08:00 |
tools
|
Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavus
|
2017-12-02 07:49:32 +00:00 |
Cargo.lock
|
Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum
|
2017-12-02 05:21:58 +00:00 |
Cargo.toml
|
|
|
stage0.txt
|
|
|