rust/src
Douglas Campos cf90f72f55 ignore target folders
when you try to edit a crate inside the compiler tree using rls, it
generates it's assets under target/rls, then tidy is trying to validate
line lenghts for C headers, etc
2018-10-19 19:26:43 +00:00
..
bootstrap Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum 2018-10-18 12:54:53 +08:00
build_helper A handful of random string-related improvements 2018-10-10 10:39:18 +02:00
ci Improve verify_llvm_ir config option 2018-10-13 20:06:25 +02:00
dlmalloc@c99638dc2e
doc [Rustc Book] Quotes around value in --cfg example 2018-10-16 00:13:05 -07:00
etc Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry 2018-10-12 22:04:19 +08:00
grammar
jemalloc@1f5a28755e
liballoc Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() 2018-10-18 18:51:56 +03:00
liballoc_jemalloc Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
liballoc_system std: Synchronize global allocator on wasm32 2018-10-09 23:35:45 -07:00
libarena Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #55178 - sdroege:stabilize-chunks-exact, r=alexcrichton 2018-10-19 16:47:55 +08:00
libfmt_macros remove padding from multiline format string label 2018-10-03 14:29:39 -04:00
libgraphviz Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
liblibc@1844a772b6
libpanic_abort wasm: Explicitly export all symbols with LLD 2018-10-02 13:49:51 -07:00
libpanic_unwind Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libproc_macro All proc_macro_span APIs tracked at #54725 now 2018-10-01 12:15:35 -07:00
libprofiler_builtins Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc Auto merge of #55194 - kennytm:rollup, r=kennytm 2018-10-19 09:29:48 +00:00
librustc_allocator Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_apfloat Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_asan Rollup merge of #54681 - alexcrichton:san-names, r=kennytm 2018-10-01 16:13:04 +08:00
librustc_borrowck Extend closure special-casing for generators. 2018-10-18 17:48:18 +02:00
librustc_codegen_llvm Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe 2018-10-18 12:55:11 +08:00
librustc_codegen_utils Attempt to resolve linking issues. 2018-10-02 01:16:08 +02:00
librustc_cratesio_shim Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_data_structures Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasper 2018-10-18 12:55:09 +08:00
librustc_driver Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis 2018-10-17 01:59:28 +00:00
librustc_errors A handful of random string-related improvements 2018-10-10 10:39:18 +02:00
librustc_fs_util
librustc_incremental Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
librustc_lint Rollup merge of #55166 - varkor:ret-parens, r=davidtwco 2018-10-19 16:47:48 +08:00
librustc_llvm Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_lsan Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_metadata Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
librustc_metadata_utils
librustc_mir Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomatsakis 2018-10-19 16:48:36 +08:00
librustc_msan Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_passes Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02: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 Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_privacy Check the invariant for principal inside the method 2018-10-13 11:32:49 +02:00
librustc_resolve Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov 2018-10-19 16:47:46 +08:00
librustc_save_analysis Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
librustc_target rustc: Allow targets to specify SIMD args are by-val 2018-10-12 17:04:31 -07:00
librustc_traits Re-use memory in program_clauses_for_env 2018-10-17 14:12:46 +02:00
librustc_tsan Rollup merge of #54681 - alexcrichton:san-names, r=kennytm 2018-10-01 16:13:04 +08:00
librustc_typeck Auto merge of #55004 - oli-obk:sized_static, r=cramertj 2018-10-19 00:22:25 +00:00
librustdoc Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus 2018-10-18 09:53:29 +00:00
libserialize Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libstd Rollup merge of #55169 - raphlinus:copysign, r=joshtriplett 2018-10-19 16:47:51 +08:00
libsyntax Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkov 2018-10-15 10:15:15 -07:00
libsyntax_ext expansion: Remove restriction on use of macro attributes with test/bench 2018-10-05 11:40:40 +04:00
libsyntax_pos Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum 2018-09-30 01:45:50 +00:00
libterm Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libtest Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libunwind Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
llvm@caddcd9b9d Update LLVM to fix "bool" arguments on PPC32 2018-09-16 04:33:58 +08:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm exit with status code 101 on fatal LLVM error 2018-10-12 17:29:40 -04:00
stdsimd@307650500d Update stdsimd submodule 2018-10-09 14:21:42 -07:00
test Auto merge of #55194 - kennytm:rollup, r=kennytm 2018-10-19 09:29:48 +00:00
tools ignore target folders 2018-10-19 19:26:43 +00:00
.gitignore
Cargo.lock Added graphviz visualization for obligation forests. 2018-10-14 16:12:07 +01:00
Cargo.toml Use rls-data 0.18.1 2018-09-28 01:54:01 +02:00
README.md
stage0.txt bump bootstrap compiler to rustc beta 2018-10-13 2018-10-14 00:52:47 +02: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.

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