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
/
gc.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-29
libcore: De-export libcore. rs=deexporting
Patrick Walton
-6
/
+5
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-0
/
+1
2013-01-28
core: Allow legacy records in in a few modules
Tim Chevalier
-0
/
+2
2013-01-24
convert most of libcore records into structs
Erick Tryzelaar
-2
/
+8
2013-01-23
rename send_map to hashmap
Daniel Micay
-1
/
+1
2013-01-22
migrate gc.rs to LinearSet
Daniel Micay
-10
/
+4
2013-01-18
core: Allow set_buffer_ to be referred to as set-buffer
Tim Chevalier
-0
/
+1
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-3
/
+5
2013-01-10
core: Change XXXs into proper FIXMEs with issue numbers
Tim Chevalier
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+8
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-23
rt: Remove box annihilator
Brian Anderson
-3
/
+1
2012-10-02
rustc: Only allow imports marked with "pub" to be imported from other modules
Patrick Walton
-1
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-26
libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...
Patrick Walton
-6
/
+2
2012-09-23
core: Demode option
Brian Anderson
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
core: Mark gc and stackwalk as demoded
Brian Anderson
-0
/
+4
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-1
/
+1
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-9
/
+9
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-4
/
+4
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-4
/
+4
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
2012-09-07
gc: Add early abort when GC is disabled.
Elliott Slaughter
-0
/
+15
2012-09-07
gc: Refactoring.
Elliott Slaughter
-45
/
+38
2012-09-07
gc: Documentation.
Elliott Slaughter
-0
/
+52
2012-09-07
gc: Fix for GC missing stack frames across segment boundaries.
Elliott Slaughter
-35
/
+100
2012-09-07
gc: Don't expect sentinel when core is compiled without GC.
Elliott Slaughter
-6
/
+21
2012-09-07
gc: Avoid walking stack above caller frame.
Elliott Slaughter
-3
/
+30
2012-09-07
gc: Fix for deallocating resources on the shared heap while cleaning stack.
Elliott Slaughter
-1
/
+2
2012-09-07
gc: Avoid freeing null pointers.
Elliott Slaughter
-0
/
+6
2012-09-07
gc: Avoid double free when pointer appears on stack multiple times.
Elliott Slaughter
-14
/
+23
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-0
/
+155