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
/
core.rc
Age
Commit message (
Expand
)
Author
Lines
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-1
/
+1
2012-08-21
implement a map testing benchmark
Niko Matsakis
-0
/
+2
2012-08-21
Remove fixmes about exporting. Close #2648, close #3119.
Ben Blum
-3
/
+2
2012-08-20
Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.
Graydon Hoare
-0
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-0
/
+3
2012-08-15
Convert more core types to camel case
Brian Anderson
-0
/
+27
2012-08-14
Convert more core types to camel case
Brian Anderson
-0
/
+6
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-0
/
+14
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-3
/
+1
2012-08-07
Add sync.rs with counting blocking semaphores
Ben Blum
-1
/
+2
2012-08-01
core.rc export core::util
Ben Blum
-0
/
+1
2012-08-01
Add core::util, with swap, replace, and noncopyable
Ben Blum
-0
/
+4
2012-08-01
Clean out transitional lint.
Graydon Hoare
-5
/
+0
2012-07-30
Move send_map to libcore
Ben Blum
-0
/
+2
2012-07-28
core: Fix compilation of intrinsic ops when testing
Brian Anderson
-0
/
+1
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-0
/
+5
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+1
2012-07-24
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
Graydon Hoare
-0
/
+2
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-0
/
+7
2012-07-17
Create some infrastructure for building up @-vectors. Work on #2921.
Michael Sullivan
-1
/
+2
2012-07-14
core.rc export dlist
Ben Blum
-0
/
+1
2012-07-11
Fix some version numbers.
Graydon Hoare
-1
/
+1
2012-07-06
Removing locked queue port/chan prototype.
Eric Holk
-2
/
+1
2012-07-06
Enabling pipes for all stages, and updating closure syntax.
Eric Holk
-2
/
+0
2012-07-06
Moved pipes runtime support to libcore, and add a test that will help verify ...
Eric Holk
-2
/
+4
2012-07-05
core: Actually build to_bytes
Brian Anderson
-0
/
+1
2012-07-05
core: Export to_bytes
Brian Anderson
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-30
/
+30
2012-07-02
Add doubly-linked list to libcore (to be used in task.rs).
Ben Blum
-0
/
+6
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+3
2012-06-21
Basic functionality for new ports and chans
Eric Holk
-1
/
+2
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-1
/
+2
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-2
/
+1
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-1
/
+2
2012-06-07
Merge branch 'incoming'
Patrick Walton
-0
/
+2
2012-06-07
Add a Num typeclass
Patrick Walton
-0
/
+2
2012-06-06
core: Start on a stack walker
Brian Anderson
-1
/
+1
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-0
/
+2
2012-06-06
core: Remove swappable. Unused
Brian Anderson
-2
/
+0
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-0
/
+2
2012-06-06
Revert "core: Remove swappable. Unused" due to test failures
Patrick Walton
-0
/
+2
2012-06-06
Revert "Merge pull request #2516 from mozilla/incoming" due to failures
Patrick Walton
-2
/
+0
2012-06-05
stdlib: Introduce ord and eq interfaces. Make std::sort::quick_sort3 use them...
Patrick Walton
-0
/
+2
2012-06-05
core: Remove swappable. Unused
Brian Anderson
-2
/
+0
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-6
/
+1
2012-05-26
core: Fix capitalization in docs
Brian Anderson
-1
/
+1
2012-05-18
add swappable/dvec modules
Niko Matsakis
-1
/
+9
2012-05-16
missing import
Niko Matsakis
-1
/
+1
2012-05-16
correct long line
Niko Matsakis
-5
/
+5
[next]