rust/src
kennytm e222d1db3c
Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor
Use trait impl method span when type param mismatch is due to impl Trait

Fix #55374.
2018-11-07 21:26:56 +08:00
..
bootstrap Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, r=Mark-Simulacrum 2018-11-06 17:08:33 +08:00
build_helper
ci Auto merge of #53996 - sekineh:thumb-run, r=japaric 2018-11-06 18:58:31 +00:00
dlmalloc@c99638dc2e
doc Added section to Unstable Book. 2018-11-03 04:09:34 +00:00
etc Rollup merge of #55441 - xfix:patch-12, r=aturon 2018-11-07 18:01:47 +08:00
grammar
liballoc Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton 2018-11-05 22:20:25 +00:00
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55377 - goffrie:patch-2, r=joshtriplett 2018-11-07 18:01:45 +08:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoerister 2018-11-07 18:01:57 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove ReCanonical in favor of ReLateBound 2018-11-03 11:41:55 +01:00
librustc_codegen_llvm Rollup merge of #55609 - nikic:fix-51947, r=nagisa 2018-11-07 18:01:54 +08:00
librustc_codegen_utils Remove rustc_metadata_utils, which contains only one function 2018-11-03 14:31:09 +01:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelix 2018-11-07 18:01:51 +08:00
librustc_driver Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis 2018-11-07 18:01:50 +08:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton 2018-11-04 22:56:23 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=oli-obk 2018-11-04 12:20:55 +00:00
librustc_mir Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung 2018-11-06 23:36:13 +00:00
librustc_msan
librustc_passes Extended elaboration for trait aliases to include arbitrary bounds. 2018-11-03 04:09:34 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #55490 - petrochenkov:resolveice, r=eddyb 2018-11-06 15:20:57 +08:00
librustc_save_analysis
librustc_target Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton 2018-11-06 01:20:58 +00:00
librustc_traits Rename Binder::no_late_bound_regions to Binder::no_bound_vars 2018-11-03 11:41:55 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor 2018-11-07 21:26:56 +08:00
librustdoc Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
libserialize
libstd Rollup merge of #55621 - GuillaumeGomez:create-dir, r=QuietMisdreavus 2018-11-06 17:08:10 +08:00
libsyntax Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov 2018-11-07 18:01:53 +08:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor 2018-11-07 21:26:56 +08:00
tools Rollup merge of #55728 - tromey:update-lldb, r=alexcrichton 2018-11-07 21:26:54 +08:00
.gitignore
Cargo.lock Remove rustc_metadata_utils, which contains only one function 2018-11-03 14:31:09 +01:00
Cargo.toml
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.

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