| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -6/+6 | |
| 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-06-19 | Add functions to build raw slices | Oliver Scherer | -0/+47 | |
| 2019-06-14 | note some safety concerns of raw-ptr-to-ref casts | Ralf Jung | -3/+35 | |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -1/+1 | |
| Also removes stage1, stage2 cfgs being passed to rustc to ensure that stage1 and stage2 are only differentiated as a group (i.e., only through not bootstrap). | ||||
| 2019-05-25 | split core::ptr module into multiple files | Ralf Jung | -0/+3152 | |
