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
/
owned.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-08
Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]
Zack Corr
-3
/
+3
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-6
/
+6
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-1
/
+1
2013-02-27
libsyntax: Forbid `~mut` and `~const`. rs=demuting
Patrick Walton
-8
/
+8
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-2
/
+2
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-4
/
+0
2013-01-14
Inlining methods/functions in core.
gifnksm
-0
/
+6
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
core: Make core.rc more readable. Cleanup
Brian Anderson
-0
/
+2
2012-11-28
Register snapshots
Brian Anderson
-24
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+24
2012-10-25
Rename core::uniq to core::owned
Tim Chevalier
-0
/
+20