| .. |
|
bootstrap
|
Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrum
|
2018-12-23 02:11:54 +08:00 |
|
build_helper
|
std: Depend directly on crates.io crates
|
2018-12-11 21:08:22 -08:00 |
|
ci
|
Auto merge of #56892 - alexcrichton:new-llvm, r=michaelwoerister
|
2018-12-23 06:56:10 +00:00 |
|
doc
|
Rollup merge of #57049 - cramertj:repr-packed, r=Centril
|
2018-12-23 02:12:23 +08: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 #57032 - RalfJung:alloc-bench-deprecations, r=Centril
|
2018-12-23 23:09:10 +01:00 |
|
libarena
|
Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa
|
2018-12-02 11:14:14 +00:00 |
|
libbacktrace@f4d02bbdbf
|
|
|
|
libcore
|
Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton
|
2018-12-23 23:09:04 +01:00 |
|
libfmt_macros
|
|
|
|
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
|
Adding unwinding support for x86_64_fortanix_unknown_sgx target.
|
2018-12-19 18:31:58 +05:30 |
|
libproc_macro
|
proc_macro: Validate tokens coming from the compiler again
|
2018-12-19 23:17:53 +03:00 |
|
libprofiler_builtins
|
std: Depend directly on crates.io crates
|
2018-12-11 21:08:22 -08:00 |
|
librustc
|
Search codegen backends based on target libdir instead of sysroot.
|
2018-12-24 18:52:03 +03: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 #56397 - petrhosek:file-search, r=cramertj
|
2018-12-19 06:46:15 +00:00 |
|
librustc_codegen_ssa
|
Fix alignment for array indexing
|
2018-12-21 23:51:55 +01: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
|
Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister
|
2018-12-23 02:12:20 +08:00 |
|
librustc_driver
|
Search codegen backends based on target libdir instead of sysroot.
|
2018-12-24 18:52:03 +03: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
|
Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix
|
2018-12-19 11:47:07 +01: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
|
Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk
|
2018-12-23 23:09:14 +01: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
|
|
|
|
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
|
adjust enum type instead of variant suggestions for prelude enums
|
2018-12-22 19:04:29 -08:00 |
|
librustc_save_analysis
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
librustc_target
|
Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=alexcrichton
|
2018-12-23 02:12:07 +08: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
|
Rollup merge of #57020 - estebank:return-span, r=zackmdavis
|
2018-12-23 23:09:09 +01:00 |
|
librustdoc
|
Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez
|
2018-12-23 02:12:16 +08:00 |
|
libserialize
|
Inline tweaks
|
2018-12-21 12:09:43 +01:00 |
|
libstd
|
Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk
|
2018-12-23 23:09:14 +01:00 |
|
libsyntax
|
Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk
|
2018-12-23 23:09:14 +01:00 |
|
libsyntax_ext
|
Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkov
|
2018-12-23 23:09:07 +01:00 |
|
libsyntax_pos
|
Rollup merge of #57020 - estebank:return-span, r=zackmdavis
|
2018-12-23 23:09:09 +01: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
|
Adding unwinding support for x86_64_fortanix_unknown_sgx target.
|
2018-12-19 18:31:58 +05:30 |
|
llvm@f4728ed8fa
|
Update LLVM submodule
|
2018-12-18 15:26:10 +05:30 |
|
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
|
Rollup merge of #57078 - glaubitz:ignore-tests, r=nikic
|
2018-12-23 23:09:15 +01:00 |
|
tools
|
submodules: update clippy from a416c5e0 to fc24fce7
|
2018-12-23 13:55:20 +01: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 |