rust/src
2018-12-03 15:26:45 +01:00
..
bootstrap ci: Only run compare-mode tests on one builder 2018-11-30 14:31:04 -08:00
build_helper Prefer unwrap_or_else to unwrap_or in case of function calls/allocations 2018-10-19 09:45:45 +02:00
ci ci: Only run compare-mode tests on one builder 2018-11-30 14:31:04 -08:00
dlmalloc@c99638dc2e
doc Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril 2018-12-01 02:03:59 +08:00
etc Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton 2018-11-25 17:05:04 +01:00
grammar
liballoc Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin 2018-12-02 13:45:22 +00:00
libarena Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa 2018-12-02 11:14:14 +00:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@fe74674f6e Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
libcore Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin 2018-12-02 13:45:22 +00: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@c75ca6465a Revert liblibc submodule url 2018-10-18 16:54:43 +02:00
libpanic_abort wasm32-unknown-emscripten expects the rust_eh_personality symbol 2018-11-08 03:27:45 +01:00
libpanic_unwind refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
libproc_macro Statically link proc_macro into proc macros. 2018-11-30 06:15:20 +02:00
libprofiler_builtins Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc Function pointers are only equal to themselves, not to other function pointers to the same function 2018-12-03 15:26:45 +01:00
librustc_allocator Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
librustc_apfloat Fix typos. 2018-11-11 20:52:36 +07:00
librustc_asan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_borrowck rustc-guide has moved 2018-11-26 15:03:13 -06:00
librustc_codegen_llvm Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe 2018-12-03 02:27:15 +00:00
librustc_codegen_ssa Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb 2018-12-02 18:02:20 +00:00
librustc_codegen_utils Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb 2018-12-02 18:02:20 +00:00
librustc_cratesio_shim Statically link proc_macro into proc macros. 2018-11-30 06:15:20 +02:00
librustc_data_structures Use raw_entry for more efficient interning 2018-11-29 15:56:45 +01:00
librustc_driver Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb 2018-12-02 18:02:20 +00:00
librustc_errors Keep label on moved spans and point at macro invocation on parse error 2018-11-23 15:37:31 -08:00
librustc_fs_util Rename conversion util; remove duplicate util in librustc_codegen_llvm. 2018-11-29 08:09:28 -05:00
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint remove uses of feature gate 2018-11-27 13:13:11 -06:00
librustc_llvm Revert "rustc: Fix (again) simd vectors by-val in ABI" 2018-10-23 00:59:14 -07:00
librustc_lsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_metadata proc_macro: move to a dependency of libtest. 2018-11-30 06:15:20 +02:00
librustc_mir Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis 2018-12-01 07:06:17 +00:00
librustc_msan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_passes Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis 2018-11-25 03:00:30 +00: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 Fix panic with outlives in existential type 2018-11-30 02:04:10 +00:00
librustc_resolve resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target rustc-guide has moved 2018-11-26 15:03:13 -06:00
librustc_traits Implement AggregateOps 2018-11-29 21:57:40 +01:00
librustc_tsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_typeck resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
librustdoc Rollup merge of #56321 - jnqnfe:css_nested_list_margin, r=GuillaumeGomez 2018-11-29 13:10:52 +01:00
libserialize serialize: preallocate VecDeque in Decodable::decode 2018-11-21 10:07:33 +01:00
libstd Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler 2018-12-03 07:10:15 +00:00
libsyntax resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
libsyntax_ext proc_macro: move to a dependency of libtest. 2018-11-30 06:15:20 +02:00
libsyntax_pos Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister 2018-12-01 02:03:51 +08:00
libterm Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
libtest proc_macro: move to a dependency of libtest. 2018-11-30 06:15:20 +02:00
libunwind Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
llvm@a784eca10d Update LLVM 2018-11-28 16:13:40 +01:00
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
rtstartup
rustc Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
rustllvm Enable -mergefunc-use-aliases 2018-11-30 00:52:16 +01:00
stdsimd@0309be1ade Update stdsimd 2018-11-02 14:58:53 +01:00
test Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe 2018-12-03 02:27:15 +00:00
tools update miri 2018-12-03 08:19:38 +01:00
.gitignore move file-extension based .gitignore down to src/ 2018-08-28 20:04:52 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
stage0.txt Bump nightly to 1.32.0 2018-10-31 11:53:50 -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: