rust/src
2019-11-06 17:26:20 -08:00
..
bootstrap Auto merge of - mati865:static-libstdcxx-mingw, r=alexcrichton 2019-11-05 00:30:58 +00:00
build_helper
ci Update the bundled wasi-libc repository 2019-11-05 11:49:23 -08:00
doc Rollup merge of - ehuss:update-codegen-options, r=Dylan-DPC 2019-11-05 09:49:47 +01:00
etc
liballoc Rollup merge of - jdxcode:char-len, r=alexcrichton 2019-11-05 09:49:56 +01:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Rollup merge of - eddyb:caller-location-panic, r=petrochenkov 2019-11-06 07:03:03 +01:00
libfmt_macros
libgraphviz
libpanic_abort improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
libpanic_unwind improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
libproc_macro proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature. 2019-10-28 20:34:59 +02:00
libprofiler_builtins
librustc Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Auto merge of - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe 2019-11-06 12:45:35 +00:00
librustc_codegen_ssa Rollup merge of - eddyb:caller-location-panic, r=petrochenkov 2019-11-06 07:03:03 +01:00
librustc_codegen_utils Rollup merge of - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
librustc_data_structures bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_driver Remove lint callback from driver 2019-10-25 19:27:57 -04:00
librustc_errors Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustc_fs_util
librustc_incremental Simplify various Symbol use points. 2019-11-02 09:01:02 +11:00
librustc_index bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface Rollup merge of - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_lexer librustc_lexer: Make nth_char method private 2019-11-04 06:27:25 +03:00
librustc_lint Auto merge of - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe 2019-11-06 12:45:35 +00:00
librustc_llvm Statically link libstdc++ on windows-gnu 2019-10-30 23:18:57 +01:00
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_mir Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustc_msan
librustc_passes Auto merge of - Quantumplation:master, r=davidtwco,estebank 2019-11-06 09:35:27 +00:00
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustc_save_analysis save-analysis: Account for async desugaring in async fn return types 2019-10-29 16:25:37 +01:00
librustc_target Rollup merge of - smaeul:patch/thumb-musl, r=nagisa 2019-11-06 07:03:11 +01:00
librustc_traits Rollup merge of - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_tsan
librustc_typeck Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
librustdoc Rollup merge of - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
libserialize bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libstd Auto merge of - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe 2019-11-06 12:45:35 +00:00
libsyntax Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
libsyntax_expand Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
libsyntax_ext Rollup merge of - euclio:pluralize, r=nagisa 2019-11-06 07:03:14 +01:00
libsyntax_pos Rollup merge of - eddyb:caller-location-panic, r=petrochenkov 2019-11-06 07:03:03 +01:00
libterm
libtest Rollup merge of - hermitcore:rusty-hermit, r=kennytm 2019-10-29 12:01:41 -07:00
libunwind Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
llvm-project@14a3b12307
rtstartup
rustc
rustllvm Rollup merge of - smaeul:patch/pic-level, r=estebank 2019-11-06 07:03:06 +01:00
stdarch@e0ab2c165a
test Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
tools Rollup merge of - RalfJung:miri-toolstate, r=pietroalbini 2019-11-05 14:37:05 +01:00
README.md
stage0.txt

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.