| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-05 | Rollup merge of #78465 - est31:proc_macro_to_string, r=jyn514 | Mara Bos | -1/+1 | |
| Change as_str → to_string in proc_macro::Ident::span() docs There is no `as_str` function on Ident any more. Also change it to an intra doc link while we're at it. | ||||
| 2020-10-29 | Change as_str → to_string in proc_macro::Ident::span() docs | est31 | -1/+1 | |
| There is no `as_str` function on Ident any more. Also change it to an intra doc link while we're at it. | ||||
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -0/+1 | |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -1/+1 | |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 | |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+1 | |
| This may not be strictly minimal, but all unstable functions also need a `rustc_const_unstable` attribute. | ||||
| 2020-08-22 | Use intra-doc link in `proc_macro` | LeSeulArtichaut | -1/+1 | |
| 2020-08-03 | Stabilize Ident::new_raw | Aaron Hill | -2/+5 | |
| Tracking issue: #54723 This is a continuation of PR #59002 | ||||
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -1/+0 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1183 | |
