index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
unsafe.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-136
/
+0
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-406
/
+0
2012-09-12
libcore: Remove debugging code from transmute.
Patrick Walton
-3
/
+0
2012-09-12
purge the separate path for rel ops (e.g., ==) vs other bin ops
Niko Matsakis
-2
/
+2
2012-09-12
Add a bunch of inline hints.
Graydon Hoare
-0
/
+8
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-0
/
+12
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-0
/
+7
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-19
/
+22
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-15
/
+16
2012-09-08
core: patch from nmatsakis to make futures non-copyable
Jeff Olson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-11
/
+11
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-8
/
+8
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-04
core: Remove struct ctors
Brian Anderson
-5
/
+18
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-01
Demode reinterpret_cast
Brian Anderson
-12
/
+12
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-2
/
+2
2012-08-27
preliminary work on making future's sendable
Niko Matsakis
-0
/
+10
2012-08-27
Fix region-related unsafety in arc::get's signature
Ben Blum
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-15
/
+15
2012-08-22
export unwrap_arc functions in core/std
Ben Blum
-1
/
+1
2012-08-21
respect distinct anonymous regions in unsafe::transmute_*
Ben Blum
-2
/
+2
2012-08-20
oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests
Ben Blum
-5
/
+0
2012-08-20
implement arc::unwrap and add exclusive_unwrap tests
Ben Blum
-20
/
+200
2012-08-17
Remove the class keyword
Brian Anderson
-3
/
+3
2012-08-15
add some inlines to shared mutable state
Ben Blum
-0
/
+4
2012-08-14
Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...
Ben Blum
-0
/
+12
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-29
/
+30
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+210
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-6
/
+6
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-2
/
+2
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-24
/
+24
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-1
/
+1
2012-06-28
Add task-local storage in libcore.
Ben Blum
-1
/
+22
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-9
/
+13
2012-06-08
core: Add unsafe::transmute
Brian Anderson
-1
/
+28
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-7
/
+0
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-10
/
+5
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-3
/
+3
2012-03-09
core: Convert to rustdoc
Brian Anderson
-14
/
+6
2012-03-06
core: Inline a bunch of unsafe functions
Brian Anderson
-0
/
+2
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-5
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+18
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+41