rust/src
Andrea Canciani 4e7aeaf1b5 Improve char::is_ascii_* code
These methods explicitly check if a char is in a specific ASCII range,
therefore the `is_ascii()` check is not needed, but LLVM seems to be
unable to remove it.

WARNING: this change improves the performance on ASCII `char`s, but
complex checks such as `is_ascii_punctuation` become slower on
non-ASCII `char`s.
2020-02-11 10:22:47 +01:00
..
bootstrap Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum 2020-02-09 15:24:50 +00:00
build_helper
ci for now, do not build rust-std for the armv7a-none-eabihf target 2020-01-21 17:18:37 +01:00
doc Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis 2020-02-07 17:00:16 +01:00
etc
liballoc Rollup merge of #68742 - tspiteri:string-as-mut, r=sfackler 2020-02-09 18:23:30 +01:00
libarena Remove SyncTypedArena, SyncDroplessArena and in_arena 2020-01-11 07:56:45 +01:00
libcore Improve char::is_ascii_* code 2020-02-11 10:22:47 +01:00
libfmt_macros
libgraphviz Add option to dot::render for monospace font 2020-02-09 10:33:06 -08:00
libpanic_abort
libpanic_unwind Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05:00
libproc_macro Remove unnecessary const_fn feature gates 2020-01-10 18:51:12 -08:00
libprofiler_builtins
librustc Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustc_apfloat
librustc_ast_lowering Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc 2020-02-06 22:38:33 +01:00
librustc_ast_passes Make issue references consistent 2020-02-09 20:43:49 +01:00
librustc_ast_pretty print generic bounds on associated types 2020-02-07 18:18:07 +03:00
librustc_attr Forbid using 0 as issue number 2020-02-06 16:19:39 +09:00
librustc_builtin_macros Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov 2020-02-06 15:37:41 +01:00
librustc_codegen_llvm Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args, r=wesleywiser 2020-02-10 17:28:57 +01:00
librustc_codegen_ssa Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args, r=wesleywiser 2020-02-10 17:28:57 +01:00
librustc_codegen_utils Split join_codegen_and_link() into two steps 2020-02-04 11:09:50 +11:00
librustc_data_structures self-profile: Support arguments for generic_activities. 2020-02-10 15:46:41 +01:00
librustc_driver Move the krate method to Hir and remove the Krate dep node 2020-02-06 13:23:32 +01:00
librustc_error_codes Rollup merge of #69007 - GuillaumeGomez:clean-up-e0283, r=Dylan-DPC 2020-02-10 17:29:01 +01:00
librustc_errors Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_expand Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov 2020-02-06 15:37:41 +01:00
librustc_feature Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_fs_util
librustc_hir Auto merge of #67665 - Patryk27:master, r=zackmdavis 2020-02-09 22:13:05 +00:00
librustc_incremental fix couple of perf related clipyp warnings 2020-02-04 02:35:56 +01:00
librustc_index index ReEmpty by universe 2020-02-06 15:58:00 -05:00
librustc_interface Remove the Forest type 2020-02-06 13:41:37 +01:00
librustc_lexer
librustc_lint Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustc_llvm Better support for cross compilation on Windows. 2020-01-14 12:15:13 -08:00
librustc_macros Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton 2020-02-04 21:51:55 +01:00
librustc_metadata Add a Hir wrapper type 2020-02-06 12:05:40 +01:00
librustc_mir Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustc_mir_build Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_parse Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustc_passes Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustc_plugin_impl remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
librustc_privacy Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
librustc_resolve Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb 2020-02-07 17:00:19 +01:00
librustc_save_analysis Make associated_items query return a slice 2020-02-08 14:29:18 +01:00
librustc_session Make issue references consistent 2020-02-09 20:43:49 +01:00
librustc_span Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC 2020-02-09 10:20:46 +00:00
librustc_target Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb 2020-02-08 18:10:48 +00:00
librustc_traits Reduce the number of RefCells in InferCtxt. 2020-02-10 08:55:34 +11:00
librustc_ty Make associated_items query return a slice 2020-02-08 14:29:18 +01:00
librustc_typeck Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
librustdoc Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
libserialize Remove unused read_uleb128 parameter. 2020-01-30 15:22:53 +11:00
libstd Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc 2020-02-06 22:38:33 +01:00
libsyntax parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
libterm parse extended terminfo format 2020-01-11 14:27:52 -05:00
libtest Respect --nocapture in panic=abort test mode 2020-02-06 14:43:53 -08:00
libunwind
llvm-project@d7cdb43592 Fix LLVM assertion failure in MSP430 interrupt generation. 2020-01-27 10:42:48 -05:00
rtstartup
rustc
rustllvm Add support for enabling the LLVM time-trace feature 2020-02-01 14:19:17 -05:00
stdarch@dea57529b3 stdarch: update submodule. 2020-02-01 22:04:18 -05:00
test Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC 2020-02-11 02:00:27 +00:00
tools update miri 2020-02-07 15:04:44 +01:00
README.md
stage0.txt Bump rustfmt and stage0 2020-01-31 12:31:09 -05: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.