about summary refs log tree commit diff
path: root/library/core/src/ops/try.rs
AgeCommit message (Collapse)AuthorLines
2021-06-28Update to new bootstrap compilerMark Rousskov-61/+0
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-3/+3
2021-05-06Actually implement the feature in the compilerScott McMurray-4/+4
Including all the bootstrapping tweaks in the library.
2020-08-26apply bootstrap cfgsPietro Albini-3/+3
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+3
This commit adds new lang items which will be used in AST lowering once `QPath::LangItem` is introduced. Co-authored-by: Matthew Jasper <mjjasper1@gmail.com> Signed-off-by: David Wood <david@davidtw.co>
2020-07-27mv std libs to library/mark-0/+58