Jacob Pratt
49c82f31a8
Remove crate
visibility usage in compiler
2022-05-20 20:04:54 -04:00
Vadim Petrochenkov
4fa24bcb54
rustc: Stricter checking for #[link] attributes
2022-05-15 02:45:47 +03:00
Vadim Petrochenkov
233fa659f4
rustc_metadata: Do not encode unnecessary module children
2022-04-13 01:35:27 +03:00
Camille GILLOT
b4cf2cdf87
Simplify FixedSizeEncoding using const generics.
2022-04-10 16:59:51 +02:00
Camille GILLOT
81bac88e93
Directly encode ImplPolarity in metadata.
2022-04-10 14:46:52 +02:00
Mark Rousskov
22c3a71de1
Switch bootstrap cfgs
2022-02-25 08:00:52 -05:00
lcnr
a1a30f7548
add a rustc::query_stability lint
2022-02-01 10:15:59 +01:00
Sylvan Bowdler
8679e17723
Remove in_band_lifetimes
from rustc_metadata
2021-12-14 17:35:27 +00:00
Andy Russell
923f939791
replace dynamic library module with libloading
2021-12-06 12:03:47 -05:00
Mark Rousskov
3215eeb99f
Revert "Add rustc lint, warning when iterating over hashmaps"
2021-10-28 11:01:42 -04:00
Matthias Krüger
87822b27ee
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
...
Add rustc lint, warning when iterating over hashmaps
r? rust-lang/wg-incr-comp
2021-10-24 15:48:42 +02:00
est31
1418df5888
Adopt let_else across the compiler
...
This performs a substitution of code following the pattern:
let <id> = if let <pat> = ... { identity } else { ... : ! };
To simplify it to:
let <pat> = ... { identity } else { ... : ! };
By adopting the let_else feature.
2021-10-16 07:18:05 +02:00
lcnr
00e5abe9b6
allow potential_query_instability
everywhere
2021-10-15 10:58:18 +02:00
Camille GILLOT
b244b98e7c
Move EncodedMetadata to rustc_metadata.
2021-09-30 19:41:32 +02:00
Camille GILLOT
df54d3980b
Move encode_metadata out of CrateStore.
2021-09-30 19:41:31 +02:00
bors
1639a16ebf
Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011
...
Drop metadata_encoding_version.
Part of #85153
r? `@Aaron1011`
2021-06-10 00:39:25 +00:00
Camille GILLOT
202d39a96b
Drop metadata_encoding_version.
2021-06-01 21:12:27 +02:00
Camille Gillot
0f0f3138cb
Revert "Reduce the amount of untracked state in TyCtxt"
2021-06-01 09:05:22 +02:00
bjorn3
312f964478
Remove unused feature gates
2021-05-31 13:55:43 +02:00
Camille GILLOT
2543028161
Drop metadata_encoding_version.
2021-05-30 20:05:46 +02:00
Pietro Albini
9e22b844dd
remove cfg(bootstrap)
2021-05-24 11:07:48 -04:00
Vadim Petrochenkov
5839bff0ba
Remove attribute #[link_args]
2021-04-03 21:25:53 +03:00
mark
db5629adcb
stabilize or_patterns
2021-03-19 19:45:32 -05:00
varkor
cf32afcf48
Stabilise then
2020-11-22 13:45:14 +00:00
Erik Hofmayer
138a2e5eaa
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
Erik Hofmayer
dd66ea2d3d
Updated html_root_url for compiler crates
2020-09-23 21:14:43 +02:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00