rust/src
kennytm bac6cc98e5
Rollup merge of #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrum
make more libsyntax methods public

Followup for #51502, which was sufficient only for the latest stable release of Rocket. The `master` branch uses a few more. I plan to reimplement the deleted method `parse_seq` in Rocket (see SergioBenitez/Rocket#666), rather than resurrecting it in libsyntax.

r? @Mark-Simulacrum
2018-06-22 16:50:43 +08:00
..
bootstrap Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum 2018-06-21 11:28:14 +00:00
build_helper
ci Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
dlmalloc@c99638dc2e
doc Rollup merge of #51158 - ogham:patch-1, r=steveklabnik 2018-06-22 16:50:39 +08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindings-bug, r=eddyb 2018-06-22 06:36:11 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Parallel code 2018-06-19 03:19:48 +02:00
librustc_codegen_llvm Fix tidy 2018-06-20 19:28:27 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Add MTRef and a lock_mut function to MTLock 2018-06-19 03:19:50 +02:00
librustc_driver Rename structures in ast 2018-06-20 12:21:52 +01:00
librustc_errors
librustc_incremental Save query results and the dep graph in parallel 2018-06-19 03:19:49 +02:00
librustc_lint Use ty::Generics instead of hir::Generics for various checks 2018-06-20 12:23:46 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Use ty::Generics instead of hir::Generics for various checks 2018-06-20 12:23:46 +01:00
librustc_mir Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov 2018-06-21 20:58:51 +00:00
librustc_msan
librustc_passes Make GenericBound explicit 2018-06-20 12:23:46 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename ty_param_bound to generic_bound 2018-06-20 12:23:46 +01:00
librustc_resolve Address various comments 2018-06-20 12:23:33 +01:00
librustc_save_analysis Make GenericBound explicit 2018-06-20 12:23:46 +01:00
librustc_target
librustc_traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
librustc_tsan
librustc_typeck Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk 2018-06-21 23:08:32 +00:00
librustdoc Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov 2018-06-21 20:58:51 +00:00
libserialize
libstd Rollup merge of #51637 - abarth:new_prng, r=cramertj 2018-06-22 16:50:42 +08:00
libstd_unicode
libsyntax Rollup merge of #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrum 2018-06-22 16:50:43 +08:00
libsyntax_ext Fix additional comments 2018-06-20 12:23:46 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindings-bug, r=eddyb 2018-06-22 06:36:11 +00:00
tools Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
Cargo.lock Replace tempdir by tempfile in librustc 2018-06-20 19:28:27 +02:00
Cargo.toml
README.md
stage0.txt Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06: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: