about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/list.rs
AgeCommit message (Expand)AuthorLines
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