..
bootstrap
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 04:18:14 +00:00
build_helper
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
ci
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 04:18:14 +00:00
doc
Fixes broken links
2018-12-14 10:40:08 +01:00
etc
Disable btree pretty-printers on older gdbs
2018-12-12 15:18:08 -07:00
grammar
syntax: Rename some keywords
2018-12-04 00:30:27 +03:00
liballoc
Rollup merge of #56672 - ccouzens:master, r=nikic
2018-12-16 14:08:21 +01:00
libarena
Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa
2018-12-02 11:14:14 +00:00
libbacktrace@ f4d02bbdbf
libcore
Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis
2018-12-18 14:21:07 +00:00
libfmt_macros
remove padding from multiline format string label
2018-10-03 14:29:39 -04:00
libgraphviz
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
libpanic_abort
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
libpanic_unwind
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
libproc_macro
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
libprofiler_builtins
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
librustc
Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakis
2018-12-18 19:58:14 +00:00
librustc_allocator
Upgrade smallvec to 0.6.7 and use the new may_dangle feature.
2018-12-10 09:31:27 +11:00
librustc_apfloat
Upgrade smallvec to 0.6.7 and use the new may_dangle feature.
2018-12-10 09:31:27 +11:00
librustc_asan
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
librustc_borrowck
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
librustc_codegen_llvm
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 04:18:14 +00:00
librustc_codegen_ssa
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 04:18:14 +00:00
librustc_codegen_utils
Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg
2018-12-08 03:50:16 +00:00
librustc_cratesio_shim
Statically link proc_macro into proc macros.
2018-11-30 06:15:20 +02:00
librustc_data_structures
sorted_map: add contains_key function
2018-12-10 14:11:14 +01:00
librustc_driver
Replace FileSearch::for_each_lib_search_path with search_paths.
2018-12-12 10:36:15 +11:00
librustc_errors
Bump to 1.33.0
2018-12-12 08:09:26 -08:00
librustc_fs_util
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
2018-11-29 08:09:28 -05:00
librustc_incremental
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
librustc_lint
Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis
2018-12-18 06:50:11 +00:00
librustc_llvm
Bump to 1.33.0
2018-12-12 08:09:26 -08:00
librustc_lsan
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
librustc_metadata
Remove Session::sysroot().
2018-12-12 10:36:15 +11:00
librustc_mir
Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis
2018-12-18 14:21:07 +00:00
librustc_msan
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
librustc_passes
Rollup merge of #56343 - yui-knk:remove_mir_stats_mod, r=nikomatsakis
2018-12-16 14:08:15 +01:00
librustc_platform_intrinsics
Bump to 1.31.0 and bootstrap from 1.30 beta
2018-09-27 20:52:53 -07:00
librustc_plugin
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
librustc_privacy
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
librustc_resolve
Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank
2018-12-14 20:36:12 +00:00
librustc_save_analysis
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
librustc_target
Auto merge of #56833 - nagisa:ios-fix, r=alexcrichton
2018-12-17 08:54:15 +00:00
librustc_traits
add coherence future-compat warnings for marker-only trait objects
2018-12-14 19:14:22 +02:00
librustc_tsan
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
librustc_typeck
Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakis
2018-12-18 19:58:14 +00:00
librustdoc
Auto merge of #56875 - Centril:rollup, r=Centril
2018-12-16 20:58:09 +00:00
libserialize
Bump to 1.33.0
2018-12-12 08:09:26 -08:00
libstd
Rollup merge of #56858 - tbu-:pr_doc_canonicalize, r=shepmaster
2018-12-16 14:08:40 +01:00
libsyntax
Stabilize underscore_imports
2018-12-17 22:43:00 +03:00
libsyntax_ext
Rollup merge of #56491 - euclio:assert-error, r=estebank
2018-12-10 22:01:57 +01:00
libsyntax_pos
Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk
2018-12-14 22:10:09 +08:00
libterm
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
libtest
Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton
2018-12-11 14:04:15 +00:00
libunwind
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
llvm@ 95185c8c80
Update LLVM submodule
2018-12-13 16:36:07 +01:00
llvm-emscripten@ 7f23313edf
Pull in fix for dist-i686-linux build
2018-11-09 16:59:45 +01:00
rtstartup
Various minor/cosmetic improvements to code
2018-12-07 23:53:34 +00:00
rustc
std: Depend directly on crates.io crates
2018-12-11 21:08:22 -08:00
rustllvm
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
2018-12-17 04:18:14 +00:00
stdsimd@ 3c0503db84
Update the stdsimd submodule
2018-12-10 12:05:33 -08:00
test
Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakis
2018-12-18 19:58:14 +00:00
tools
Auto merge of #56853 - matthiaskrgr:clippy, r=oli-obk
2018-12-17 11:11:55 +00:00
.gitignore
README.md
rustc-guide has moved
2018-11-26 15:03:13 -06:00
stage0.txt
Bump to 1.33.0
2018-12-12 08:09:26 -08:00