rust/src
Mazdak Farrokhzad 2f37c5a358
Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss
Add 'partition_at_index/_by/_by_key' for slices.

This is an analog to C++'s std::nth_element (a.k.a. quickselect).

Corresponds to tracking bug #55300.
2019-04-03 04:36:09 +02:00
..
bootstrap Fix custom relative libdir. 2019-03-31 22:28:12 +03:00
build_helper
ci Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichton 2019-03-30 07:51:38 +01:00
doc update rustc-guide submodule 2019-03-31 19:36:00 -05:00
etc
grammar
liballoc Fix doc tests 2019-03-30 22:37:02 +01:00
libarena Add ensure_capacity and rename min to len 2019-04-01 22:35:13 +02:00
libcore Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss 2019-04-03 04:36:09 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=oli-obk 2019-04-02 13:47:30 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk 2019-04-02 18:25:15 +02:00
librustc_codegen_ssa Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=oli-obk 2019-04-02 13:47:30 +02:00
librustc_codegen_utils rustc(codegen): uncache def_symbol_name prefix from symbol_name. 2019-03-29 07:45:38 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkov 2019-03-31 19:19:47 +02:00
librustc_fs_util
librustc_incremental
librustc_interface Remove redundant imports 2019-03-30 22:37:02 +01:00
librustc_lint Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk 2019-03-31 19:19:50 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_mir Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=oli-obk 2019-04-02 13:47:30 +02:00
librustc_msan
librustc_passes Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk 2019-03-31 19:19:51 +02:00
librustc_plugin
librustc_privacy Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_resolve Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg 2019-04-02 18:25:12 +02:00
librustc_save_analysis Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb 2019-03-29 12:32:32 +01:00
librustc_target Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk 2019-03-31 19:19:50 +02:00
librustc_traits Add back missing import 2019-03-31 12:02:27 +02:00
librustc_tsan
librustc_typeck Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg 2019-04-02 18:25:12 +02:00
librustdoc Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavus 2019-04-02 13:47:25 +02:00
libserialize
libstd SGX target: convert a bunch of panics to aborts 2019-04-01 12:24:46 -07:00
libsyntax Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=pnkfelix 2019-04-01 17:29:53 +02:00
libsyntax_ext
libsyntax_pos
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1f484cbe0e
rtstartup
rustc
rustllvm
stdsimd@12bdc2ed6b
test Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk 2019-04-02 18:25:15 +02:00
tools Fixed URL in cargotest::TEST_REPOS 2019-03-31 16:56:30 +02:00
.gitignore
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.

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