| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -305/+0 | |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -3/+3 | |
| The errors are either: - The meta-variable used in the right-hand side is not bound (or defined) in the left-hand side. - The meta-variable used in the right-hand side does not repeat with the same kleene operator as its binder in the left-hand side. Either it does not repeat enough, or it uses a different operator somewhere. This change should have no semantic impact. | ||||
| 2019-04-09 | proc_macro: stop using LEB128 for RPC. | Eduard-Mihai Burtescu | -23/+13 | |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -3/+3 | |
| 2019-02-04 | libproc_macro => 2018 | Taiki Endo | -9/+9 | |
| 2018-12-26 | Work-around for shadowing of variant names with assoc const names in ↵ | Alexander Regueiro | -8/+14 | |
| `libproc_macro/bridge/rpc.rs`. | ||||
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers ↵ | Eduard-Mihai Burtescu | -0/+319 | |
| (compiler front-ends). | ||||
