about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/list.rs
AgeCommit message (Expand)AuthorLines
2023-10-23Remove redundant type parameterMichael Goulet-3/+3
2023-10-23Naming nitsMichael Goulet-2/+2
2023-07-06Add a new trait to `Debug` things with an infcx availableBoxy-0/+11
2023-05-06correct literals for dyn thread safeSparrowLii-1/+1
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-0/+6
2023-04-14Use `ptr::Alignment` for extra coolness pointsMaybe Waffle-3/+3
2023-04-12Lift `Pointer`'s requirement for the pointer to be thinMaybe Waffle-17/+14
2023-04-11Bless tagged pointers (comply to strict provenance)Maybe Waffle-9/+7
2023-04-11Add `bits_for` helper for tagged pointers & fixup docsMaybe Waffle-1/+2
2022-08-17add List::as_slicelcnr-0/+4
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-2/+2
2022-05-13Cache more queries on disk.Camille GILLOT-7/+0
2022-04-19Fix a bug in the ptx-kernel calling convention where structs was passed indir...Kjetil Kjeka-0/+4
2021-12-09Improve the readability of `List<T>`.Nicholas Nethercote-51/+89
2021-07-19Don't create references to uninitialized data in List::from_arenaGiacomo Stevanato-6/+6
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2020-12-23Fix typopierwill-1/+1
2020-08-30mv compiler to compiler/mark-0/+178