| .. |
|
bootstrap
|
Add clippy and fix commands to x.py
|
2019-05-25 15:30:16 +02:00 |
|
build_helper
|
Bump compiler-builtins to 0.1.15
|
2019-05-22 07:46:36 -07:00 |
|
ci
|
Docker: remove environment variable CC_armebv7r_none_eabi
|
2019-05-26 19:31:40 +02:00 |
|
doc
|
docs: fix typo #61197
|
2019-05-26 12:17:33 +08:00 |
|
etc
|
Fix .natvis visualizers.
|
2019-05-09 16:15:43 -07:00 |
|
grammar
|
|
|
|
liballoc
|
Rollup merge of #61114 - RalfJung:vec, r=Gankro
|
2019-05-26 02:13:25 +02:00 |
|
libarena
|
Optimize alloc_from_iter
|
2019-05-23 18:51:46 +02:00 |
|
libcore
|
Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
|
2019-05-26 02:13:29 +02:00 |
|
libfmt_macros
|
review comments
|
2019-05-24 11:50:21 -07:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
Stabilize the alloc crate.
|
2019-04-12 20:07:30 +02:00 |
|
libproc_macro
|
proc_macro: stop using LEB128 for RPC.
|
2019-04-09 21:05:15 +03:00 |
|
libprofiler_builtins
|
Ship profiler with windows-gnu
|
2019-05-23 13:32:30 +02:00 |
|
librustc
|
Pre-intern "0", "1", ..., "9", and use where appropriate.
|
2019-05-27 13:58:38 +10:00 |
|
librustc_allocator
|
Avoid unnecessary internings.
|
2019-05-27 13:58:38 +10:00 |
|
librustc_apfloat
|
ignore-tidy-filelength on all files with greater than 3000 lines
|
2019-04-25 21:39:09 +01:00 |
|
librustc_asan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_borrowck
|
Update borrowck
|
2019-05-23 18:51:42 +02:00 |
|
librustc_codegen_llvm
|
Update wasm_import_module_map and target_features_whitelist
|
2019-05-23 18:51:50 +02:00 |
|
librustc_codegen_ssa
|
Make ConstValue::Slice solely take [u8] and str
|
2019-05-25 10:07:01 +02:00 |
|
librustc_codegen_utils
|
Only print integers in symbol path's constants
|
2019-05-25 10:07:02 +02:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
update doc comment
|
2019-05-21 17:14:09 +02:00 |
|
librustc_driver
|
Declare DefIndex with the newtype_index macro
|
2019-05-18 13:19:33 +02:00 |
|
librustc_errors
|
Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasper
|
2019-05-23 08:37:19 +02:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Pass a Symbol to check_name, emit_feature_err, and related functions.
|
2019-05-13 09:29:22 +10:00 |
|
librustc_interface
|
Avoid unnecessary internings.
|
2019-05-27 13:58:38 +10:00 |
|
librustc_lint
|
Use Symbol equality in check_ident_token.
|
2019-05-27 14:05:05 +10:00 |
|
librustc_llvm
|
|
|
|
librustc_lsan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_macros
|
Pre-intern "0", "1", ..., "9", and use where appropriate.
|
2019-05-27 13:58:38 +10:00 |
|
librustc_metadata
|
Avoid unnecessary internings.
|
2019-05-27 13:58:38 +10:00 |
|
librustc_mir
|
Make check_place iterate instead of recurse
|
2019-05-27 22:17:42 +02:00 |
|
librustc_msan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_passes
|
Remove ObsoleteInPlace
|
2019-05-24 01:27:32 +01:00 |
|
librustc_plugin
|
Restore the old behavior of the rustdoc keyword check + Fix rebase
|
2019-05-22 20:20:12 +03:00 |
|
librustc_privacy
|
Update privacy_access_levels
|
2019-05-23 18:51:49 +02:00 |
|
librustc_resolve
|
Restore the old behavior of the rustdoc keyword check + Fix rebase
|
2019-05-22 20:20:12 +03:00 |
|
librustc_save_analysis
|
Update dylib_dependency_formats, extern_crate and reachable_non_generics
|
2019-05-23 18:51:52 +02:00 |
|
librustc_target
|
Add to_symbol methods.
|
2019-05-27 14:05:02 +10:00 |
|
librustc_traits
|
Pass a Symbol to check_name, emit_feature_err, and related functions.
|
2019-05-13 09:29:22 +10:00 |
|
librustc_tsan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_typeck
|
Avoid unnecessary internings.
|
2019-05-27 13:58:38 +10:00 |
|
librustdoc
|
Don't use ty::Const without immediately interning
|
2019-05-25 10:07:01 +02:00 |
|
libserialize
|
serialize: add missing Encodable impl for Path.
|
2019-05-07 02:47:45 +03:00 |
|
libstd
|
std: Depend on backtrace crate from crates.io
|
2019-05-25 17:09:45 -07:00 |
|
libsyntax
|
Auto merge of #60967 - Zoxc:fix-syntax-sync, r=michaelwoerister
|
2019-05-27 09:49:18 +00:00 |
|
libsyntax_ext
|
Pass symbols to ExtCtxt::std_path instead of strings.
|
2019-05-27 13:58:38 +10:00 |
|
libsyntax_pos
|
Use Symbol equality in may_begin_with and parse_nt.
|
2019-05-27 14:05:05 +10:00 |
|
libterm
|
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
|
2019-04-07 03:16:31 -04:00 |
|
libtest
|
Use FnOnce instead of FnBox in libtest
|
2019-05-24 07:51:48 +02:00 |
|
libunwind
|
Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind
|
2019-05-20 12:29:58 -07:00 |
|
llvm-emscripten@7f23313edf
|
|
|
|
llvm-project@4efebe3165
|
Bump compiler-builtins to 0.1.15
|
2019-05-22 07:46:36 -07:00 |
|
rtstartup
|
|
|
|
rustc
|
Remove leading newlines
|
2019-04-22 17:01:33 +01:00 |
|
rustllvm
|
Limit internalization in LLVM 8 ThinLTO
|
2019-04-26 08:58:14 -07:00 |
|
stdsimd@4bf456c35e
|
Breaking update of stdsimd
|
2019-04-22 09:07:25 +02:00 |
|
test
|
Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk
|
2019-05-27 01:10:22 +00:00 |
|
tools
|
Update clippy submodule
|
2019-05-26 18:59:51 +02:00 |
|
.gitignore
|
|
|
|
README.md
|
|
|
|
stage0.txt
|
bump bootstrap => 2019-04-11
|
2019-04-17 05:15:00 +02:00 |