Commit Graph

14 Commits

Author SHA1 Message Date
klensy c5a03b85d4 Propagate parallel_compiler feature through rustc crates. Turned off feature gives change of builded crates: 238 -> 224. 2022-03-28 08:41:12 +03:00
Rémy Rakic c1d2f5f169 remove unused jemallocator crate 2022-01-28 16:56:05 +01:00
Nicholas Nethercote 03ca662e94 Remove useless #[global_allocator] from rustc and rustdoc.
This was added in #83152, which has several errors in its comments.

This commit also fix up the comments, which are quite wrong and
misleading.
2021-12-23 17:23:21 +11:00
Mark Rousskov f5a19f35c1 Migrate to 2021 2021-09-20 22:21:42 -04:00
Jade c72215df19 rfc3052: Remove authors field from Cargo manifests
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
2021-07-29 14:56:05 -07:00
Gus Wynn 77c7ba1836 use jemallocator in rustc/rustdoc 2021-04-04 14:10:26 -07:00
Dylan DPC d7ea27212f Rollup merge of #82642 - sfackler:jemalloc-zone, r=pnkfelix
Fix jemalloc usage on OSX

Closes #82423
2021-03-08 13:13:22 +01:00
Henry Boisdequin 0f83d1ff4c Fix typo
we need to actually -> we actually need to

@rustbot label +C-cleanup
2021-03-06 09:16:29 +05:30
Steven Fackler 67731010a6 Update compiler/rustc/src/main.rs 2021-03-05 07:12:02 -05:00
Steven Fackler f4ca0ec679 Fix jemalloc usage on OSX
Closes #82423
2021-02-28 14:53:21 -05:00
Gus Wynn b2b9e8c4be just max_level_info 2020-09-11 09:37:51 -07:00
Gus Wynn dbe7bfb165 add debug-logging to config.toml 2020-09-10 16:39:04 -07:00
Vadim Petrochenkov a79d5870de cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
mark c11a3894e6 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00