| .. |
|
bootstrap
|
Move Cargo.{toml,lock} to the repository root directory.
|
2018-11-22 12:10:04 +02:00 |
|
build_helper
|
|
|
|
ci
|
Update CI-clang to 7.0.0 for Linux dists.
|
2018-11-14 17:42:06 +01:00 |
|
dlmalloc@c99638dc2e
|
|
|
|
doc
|
fix more links
|
2018-11-20 21:25:48 -05:00 |
|
etc
|
Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakis
|
2018-11-22 10:37:48 +01:00 |
|
grammar
|
|
|
|
liballoc
|
Fix link in Weak::new
|
2018-12-03 10:49:33 +01:00 |
|
libarena
|
|
|
|
libbacktrace@f4d02bbdbf
|
|
|
|
libcompiler_builtins@939cbca6e9
|
Update compiler-builtins submodule
|
2018-10-30 10:51:55 -07:00 |
|
libcore
|
Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomez
|
2018-11-22 10:04:41 +00:00 |
|
libfmt_macros
|
|
|
|
libgraphviz
|
|
|
|
liblibc@c75ca6465a
|
|
|
|
libpanic_abort
|
wasm32-unknown-emscripten expects the rust_eh_personality symbol
|
2018-11-08 03:27:45 +01:00 |
|
libpanic_unwind
|
refactor: use shorthand fields
|
2018-11-06 15:05:44 -05:00 |
|
libproc_macro
|
fix various typos in doc comments
|
2018-11-13 14:45:31 -05:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustc_allocator
|
|
|
|
librustc_apfloat
|
Fix typos.
|
2018-11-11 20:52:36 +07:00 |
|
librustc_asan
|
std: Delete the alloc_system crate
|
2018-11-11 09:22:28 -08:00 |
|
librustc_borrowck
|
capture_disjoint_fields(rust-lang#53488)
|
2018-11-14 21:18:48 -08:00 |
|
librustc_codegen_llvm
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustc_codegen_ssa
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustc_codegen_utils
|
[eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)].
|
2018-11-16 15:08:18 +02:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
rustc: implement and use Default on more types.
|
2018-11-21 08:11:50 +02:00 |
|
librustc_driver
|
Rollup merge of #55901 - euclio:speling, r=petrochenkov
|
2018-11-15 11:04:42 +01:00 |
|
librustc_errors
|
rustc: Request ansi colors if stderr isn't a tty
|
2018-11-08 07:53:03 -08:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Rollup merge of #55901 - euclio:speling, r=petrochenkov
|
2018-11-15 11:04:42 +01:00 |
|
librustc_lint
|
only reset non-restricted visibilities
|
2018-11-22 09:38:40 -05:00 |
|
librustc_llvm
|
Revert "rustc: Fix (again) simd vectors by-val in ABI"
|
2018-10-23 00:59:14 -07:00 |
|
librustc_lsan
|
std: Delete the alloc_system crate
|
2018-11-11 09:22:28 -08:00 |
|
librustc_metadata
|
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
|
2018-11-21 07:27:02 +02:00 |
|
librustc_mir
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustc_msan
|
std: Delete the alloc_system crate
|
2018-11-11 09:22:28 -08:00 |
|
librustc_passes
|
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
|
2018-11-21 07:27:02 +02:00 |
|
librustc_platform_intrinsics
|
|
|
|
librustc_plugin
|
|
|
|
librustc_privacy
|
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
|
2018-11-21 07:27:02 +02:00 |
|
librustc_resolve
|
resolve: Fix some asserts in import validation
|
2018-11-22 01:13:09 +03:00 |
|
librustc_save_analysis
|
save-analysis: fallback to using path id
|
2018-11-19 17:18:36 +13:00 |
|
librustc_target
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustc_traits
|
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
|
2018-11-15 11:04:36 +01:00 |
|
librustc_tsan
|
std: Delete the alloc_system crate
|
2018-11-11 09:22:28 -08:00 |
|
librustc_typeck
|
Auto merge of #54071 - eddyb:alignsssss, r=oli-obk
|
2018-11-23 01:02:21 +00:00 |
|
librustdoc
|
Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMisdreavus
|
2018-11-22 10:37:43 +01:00 |
|
libserialize
|
A few tweaks to iterations/collecting
|
2018-11-13 08:42:48 +01:00 |
|
libstd
|
Rollup merge of #55784 - meltinglava:master, r=KodrAus
|
2018-11-22 10:37:46 +01:00 |
|
libsyntax
|
Rollup merge of #56002 - Axary:master, r=estebank
|
2018-11-22 10:37:50 +01:00 |
|
libsyntax_ext
|
Rollup merge of #55923 - Zeegomo:master, r=estebank
|
2018-11-18 23:24:43 +01:00 |
|
libsyntax_pos
|
Rename other occs of (Code/File)Map to Source(Map/File) #51574
|
2018-10-29 21:26:13 +01:00 |
|
libterm
|
|
|
|
libtest
|
|
|
|
libunwind
|
|
|
|
llvm@7051ead40a
|
Fix DWARF generation for enums
|
2018-10-30 12:06:07 -06:00 |
|
llvm-emscripten@7f23313edf
|
Pull in fix for dist-i686-linux build
|
2018-11-09 16:59:45 +01:00 |
|
rtstartup
|
|
|
|
rustc
|
Use jemalloc-sys on Linux and OSX compilers
|
2018-11-02 06:52:56 -07:00 |
|
rustllvm
|
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
|
2018-11-11 22:38:54 +00:00 |
|
stdsimd@0309be1ade
|
Update stdsimd
|
2018-11-02 14:58:53 +01:00 |
|
test
|
Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=petrochenkov
|
2018-11-22 20:29:51 +00:00 |
|
tools
|
Auto merge of #53586 - eddyb:top-lock, r=alexcrichton
|
2018-11-22 15:54:10 +00:00 |
|
.gitignore
|
|
|
|
README.md
|
Fix their/there grammar nit
|
2018-11-12 18:21:52 -08:00 |
|
stage0.txt
|
Bump nightly to 1.32.0
|
2018-10-31 11:53:50 -07:00 |