rust/src
Mazdak Farrokhzad ae646687e0
Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank
Improve parsing diagnostic for negative supertrait bounds

closes #33418

r? @estebank
2019-02-24 05:55:55 +01:00
..
bootstrap Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27 2019-02-17 14:52:21 +08:00
build_helper
ci Added a connection timeout and speed threshold when downloading the Docker cache 2019-02-23 03:25:14 +08:00
doc fix typo 2019-02-20 17:59:17 +01:00
etc Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton 2019-02-17 14:52:20 +08:00
grammar
liballoc Rollup merge of #58628 - RReverser:optimise-vec-false, r=oli-obk 2019-02-23 09:25:32 +01:00
libarena
libcore Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk 2019-02-23 09:25:29 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc 2019-02-24 00:24:16 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck HirIdification: change some NodeId to HirId calls 2019-02-20 11:00:43 +01:00
librustc_codegen_llvm codegen and write_metadata can mutate ModuleLLvm. 2019-02-21 13:38:44 +00:00
librustc_codegen_ssa Allow Self::Module to be mutated. 2019-02-20 21:35:34 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Update parking_lot to 0.7 2019-02-22 13:49:19 +01:00
librustc_driver Fix a transposition in driver.rs. 2019-02-18 17:33:52 -08:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint hir: HirId-ify intravisit 2019-02-20 11:00:43 +01:00
librustc_llvm
librustc_lsan
librustc_metadata hir: HirId-ify intravisit 2019-02-20 11:00:43 +01:00
librustc_mir Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc 2019-02-24 00:24:16 +00:00
librustc_msan
librustc_passes hir: HirId-ify intravisit 2019-02-20 11:00:43 +01:00
librustc_plugin
librustc_privacy HirIdification: change some NodeId to HirId calls 2019-02-20 11:00:43 +01:00
librustc_resolve Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov 2019-02-23 09:25:26 +01:00
librustc_save_analysis
librustc_target Search for target_triple.json only if builtin target not found 2019-02-20 19:37:54 +01:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc 2019-02-24 00:24:16 +00:00
librustdoc Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc 2019-02-24 00:24:16 +00:00
libserialize
libstd Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk 2019-02-23 09:25:29 +01:00
libsyntax Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank 2019-02-24 05:55:55 +01:00
libsyntax_ext Make interpolated_to_tokenstream a method on Nonterminal. 2019-02-18 10:06:26 +11:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@73a75d35b9
rtstartup
rustc
rustllvm
stdsimd@9a60697044 update stdsimd 2019-02-17 11:22:04 +01:00
test Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank 2019-02-24 05:55:55 +01:00
tools Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc 2019-02-24 00:24:16 +00:00
.gitignore
README.md
stage0.txt Bump the bootstrap compiler 2019-02-17 18:14:32 +01:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: