rust/src
Matthias Krüger a27cf8a281 submodules: update clippy from f1753522 to 6ce78d12
Changes:
````
wildcard_match_arm: Update lint count.
wildcard_match_arm: add nesting issue to known.
wildcard_match_arm: lint only enum matches.
wildcard_match_arm: update ui test stderr
wildcard_match_arm: format test.
wilcard_match_arm: run rustfmt.
wildcard_match_arm: add lint properly.
wildcard_match_arm: rename function.
wildcard_match_arm: add simple ui test.
wildcard_match_arm: expand lint scope.
Change match_wild lint name to WILDCARD_MATCH_ARM.
Add match_wild lint (#3649).
fetch_prs_between: add .sh file ending
cargo fmt
Update various docs
Use built-in entry_fn detection over self-built
cargo fmt
Reorganize conditionals: Run faster checks first
Maybe fix ICE?
Add initial version of const_fn lint
Fix `unit_arg` false positive
Rustfmt
Check hypothetically failing conversion
Remove tests for deprecated items
Update more changed iterator paths
Atomics constants are now handled by the deprecation lint
Update changed iterator paths
Update const slice processing
update test stderr
run cargo fmt
rustup https://github.com/rust-lang/rust/pull/57907/
Fix documentation for `slow_vector_initialization`
rustup https://github.com/rust-lang/rust/pull/57726
Remove unsafe_vector_initialization from added lints
Prevent incorrect cast_lossless suggestion in const_fn
Incorporate review suggestions
Fix dogfood tests on Appveyor
test(versioncheck): Use .no_deps()
test(versioncheck): Fix version equality check
chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1
dependencies: update itertools from 0.7 to 0.8
Add script to fetch GitHub PRs between two commits
gitattributes: Treat .fixed files as rust files
Update changelog with all changes since 0.0.212
Fix `expect_fun_call` lint suggestions
````
2019-01-30 01:25:05 +01:00
..
bootstrap Fix CI 2019-01-28 19:22:55 +01:00
build_helper Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
ci Auto merge of #57948 - Zoxc:parallel, r=michaelwoerister 2019-01-29 13:32:13 +00:00
doc Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
etc fix gdb debug printing 2019-01-28 17:33:29 +01:00
grammar Remove licenses 2018-12-25 21:08:33 -07:00
liballoc Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapin 2019-01-28 22:25:41 +01:00
libarena Check the correct arena 2019-01-01 20:06:50 +01:00
libcore Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg 2019-01-29 19:40:51 +00:00
libfmt_macros Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakis 2019-01-26 18:21:44 +01:00
libgraphviz Remove licenses 2018-12-25 21:08:33 -07:00
libpanic_abort Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
libpanic_unwind Remove licenses 2018-12-25 21:08:33 -07:00
libproc_macro Work-around for shadowing of variant names with assoc const names in libproc_macro/bridge/rpc.rs. 2018-12-26 21:40:21 +00:00
libprofiler_builtins Remove licenses 2018-12-25 21:08:33 -07:00
librustc Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis 2019-01-29 16:58:15 +00:00
librustc_allocator Remove licenses 2018-12-25 21:08:33 -07:00
librustc_apfloat Fix repeated word typos 2019-01-03 21:33:37 +01:00
librustc_asan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_borrowck remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_codegen_llvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
librustc_codegen_ssa Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc 2019-01-28 14:12:15 +00:00
librustc_codegen_utils Remove quote_*! macros and associated APIs 2019-01-24 07:37:34 -07:00
librustc_cratesio_shim Remove licenses 2018-12-25 21:08:33 -07:00
librustc_data_structures Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
librustc_driver Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
librustc_errors remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_fs_util Remove licenses 2018-12-25 21:08:33 -07:00
librustc_incremental Clean up and optimize OpenTask / read_index 2018-12-31 16:24:22 +01:00
librustc_lint remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_llvm Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_lsan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_metadata Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth 2019-01-24 15:48:46 +00:00
librustc_mir Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis 2019-01-29 16:58:15 +00:00
librustc_msan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_passes Conditionally skip two passes if their related attributes were not found 2019-01-28 05:46:53 +01:00
librustc_plugin Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustc_privacy Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 2019-01-19 14:21:21 +01:00
librustc_resolve Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavis 2019-01-28 22:25:48 +01:00
librustc_save_analysis Querify glob map usage (last use of CrateAnalysis) 2019-01-17 10:40:22 +01:00
librustc_target Auto merge of #57925 - fintelia:riscv-cas, r=nagisa 2019-01-27 03:57:54 +00:00
librustc_traits Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix 2019-01-25 14:25:37 +00:00
librustc_tsan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_typeck remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustdoc Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus 2019-01-28 22:25:45 +01:00
libserialize Cosmetic improvements 2019-01-13 19:47:02 +00:00
libstd Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg 2019-01-29 19:40:51 +00:00
libsyntax Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavis 2019-01-28 22:25:48 +01:00
libsyntax_ext Conditionally skip two passes if their related attributes were not found 2019-01-28 05:46:53 +01:00
libsyntax_pos Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
libterm Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
libtest Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton 2019-01-27 18:18:17 +00:00
libunwind Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
llvm-project@683d352269 [rust-lldb] Adapt to changes in LLDB APIs 2019-01-25 15:39:54 -08:00
rtstartup Remove licenses 2018-12-25 21:08:33 -07:00
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
stdsimd@b23541340b Update stdsimd 2019-01-29 10:48:54 +01:00
test Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis 2019-01-29 16:58:15 +00:00
tools submodules: update clippy from f1753522 to 6ce78d12 2019-01-30 01:25:05 +01:00
.gitignore move file-extension based .gitignore down to src/ 2018-08-28 20:04:52 +02:00
README.md remove link to removed readme 2019-01-15 19:48:37 -06:00
stage0.txt Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -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: