about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/client.rs
AgeCommit message (Expand)AuthorLines
2022-01-08Change panic::update_hook to simplify usageBadel2-10/+8
2022-01-07Implement panic::update_hookBadel2-10/+11
2021-12-14made compiler happyAnuvrat-2/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2020-11-19Bump bootstrap compiler versionJake Goulding-10/+5
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-5/+10
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+5
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-3/+2
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-4/+6
2020-07-27mv std libs to library/mark-0/+480