rust/src
varkor 162405f222 Fix negative integer literal test
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-03-05 22:20:01 +00:00
..
bootstrap Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
build_helper
ci Update toolchain to build NetBSD release 2019-03-01 10:34:08 -08:00
doc Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
etc
grammar
liballoc Auto merge of #58866 - kennytm:rollup, r=kennytm 2019-03-03 08:47:51 +00:00
libarena
libcore Auto merge of #58866 - kennytm:rollup, r=kennytm 2019-03-03 08:47:51 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use ? in some macros 2019-02-24 21:59:44 +09:00
libprofiler_builtins
librustc Handle const generics elsewhere 2019-03-05 22:20:01 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck hir: remove NodeId from Pat and FieldPat 2019-03-02 07:48:52 +01:00
librustc_codegen_llvm Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_codegen_ssa Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_codegen_utils Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_cratesio_shim
librustc_data_structures Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
librustc_driver Remove profiler output and replace with a raw event dump 2019-03-03 10:07:32 -05:00
librustc_errors Use ? in some macros 2019-02-24 21:59:44 +09:00
librustc_fs_util
librustc_incremental hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_interface hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_lint hir: HirIdify Impl&TraitItemId 2019-03-02 07:48:53 +01:00
librustc_llvm
librustc_lsan
librustc_metadata hir: remove NodeId from VariantData 2019-03-02 07:48:52 +01:00
librustc_mir Handle new ConstValue variants in mir 2019-03-05 22:19:26 +00:00
librustc_msan
librustc_passes hir: remove NodeId from Pat and FieldPat 2019-03-02 07:48:52 +01:00
librustc_plugin hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_privacy Handle const generics elsewhere 2019-03-05 22:20:01 +00:00
librustc_resolve Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
librustc_save_analysis Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
librustc_target Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
librustc_traits Handle const generics elsewhere 2019-03-05 22:20:01 +00:00
librustc_tsan
librustc_typeck Handle const generics in typeck 2019-03-05 22:20:01 +00:00
librustdoc Stub rustdoc const generics implementations 2019-03-05 22:17:41 +00:00
libserialize
libstd Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay 2019-03-05 05:40:16 +00:00
libsyntax Fix C-variadic function printing 2019-03-02 15:03:09 +00:00
libsyntax_ext Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
libsyntax_pos update scoped_tls to 1.0 2019-02-26 09:54:45 +01:00
libterm replace deprecated rustfmt_skip with rustfmt::skip 2019-02-23 22:40:56 +01:00
libtest Simplify exclude_should_panic flag. 2019-02-24 11:58:08 -05:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8 rustc: Update LLVM, remove dead wasm code 2019-02-26 07:20:17 -08:00
rtstartup
rustc
rustllvm Implement ffi_returns_twice attribute 2019-02-23 15:48:40 +01:00
stdsimd@359845eb7c Update stdsimd 2019-02-24 11:31:49 +01:00
test Fix negative integer literal test 2019-03-05 22:20:01 +00:00
tools Update Clippy 2019-03-03 23:51:24 +01:00
.gitignore
README.md
stage0.txt Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07: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: