| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -19/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -3/+0 | |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+3 | |
| 2015-09-21 | Avoid loading the whole gdb debug scripts section. | Richard Diamond | -0/+2 | |
| This is so LLVM isn't forced to load every byte of it. Also sets the alignment of the load. Adds a test for the debug script section. | ||||
| 2015-06-16 | Avoid deref/ref cycles for no-op coercions between unsafe pointers | Björn Steinbrink | -0/+27 | |
| Unlike coercing from reference to unsafe pointer, coercing between two unsafe pointers doesn't need an AutoDerefRef, because there is no region that regionck would need to know about. In unoptimized libcore, this reduces the number of "auto_deref" allocas from 174 to 4. | ||||
