rust/src/librustc_data_structures
Mazdak Farrokhzad 581cf70367
Rollup merge of #60959 - petrochenkov:sassert, r=estebank
rustc: Improve type size assertions

Now they
- Tell what the new size is, when it changes
- Do not require passing an identifier

```
   ::: src\libsyntax\parse\token.rs:223:1
    |
223 |    static_assert_size!(Token, 123);
    |    -------------------------------- in this macro invocation
    |
    = note: expected type `[(); 123]`
               found type `[(); 16]`
```
2019-05-20 23:03:07 +02:00
..
graph Kill dead code dominator code. 2019-04-09 11:48:31 +01:00
obligation_forest rustc: doc comments 2019-02-10 23:42:32 +00:00
owning_ref Add must_use annotations to Result::is_ok and is_err 2019-04-08 12:58:09 -04:00
snapshot_map librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
base_n.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
bit_set.rs Use "capacity" as parameter name in with_capacity() methods 2019-04-26 18:43:24 +02:00
box_region.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
Cargo.toml Update rustc-rayon version 2019-04-26 19:08:36 +02:00
const_cstr.rs Remove licenses 2018-12-25 21:08:33 -07:00
fingerprint.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
flock.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
fx.rs Remove licenses 2018-12-25 21:08:33 -07:00
indexed_vec.rs Fix newtype_index 2019-03-13 00:03:10 +01:00
interner.rs Remove licenses 2018-12-25 21:08:33 -07:00
jobserver.rs Clean up jobserver integration 2019-04-09 07:44:10 +02:00
lib.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
macros.rs Improve type size assertions 2019-05-19 13:59:44 +03:00
ptr_key.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
sip128.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
small_c_str.rs Remove licenses 2018-12-25 21:08:33 -07:00
sorted_map.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
stable_hasher.rs Document requirements for HashStable implementations better. 2019-05-20 10:36:31 +02:00
svh.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
sync.rs Add some comments 2019-03-06 04:47:08 +01:00
thin_vec.rs Use derive macro for HashStable 2019-03-13 00:03:13 +01:00
tiny_list.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
transitive_relation.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
vec_linked_list.rs librustc_data_structures => 2018 2019-02-09 01:36:22 +09:00
work_queue.rs rustc: doc comments 2019-02-10 23:42:32 +00:00