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
/
libsyntax
/
owned_slice.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-19
/
+0
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+19
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-13
libsyntax: fix fallout
Jorge Aparicio
-1
/
+1
2014-11-26
rollup merge of #19326: huonw/safer-syntax
Alex Crichton
-88
/
+16
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-26
Make syntax::owned_slice a Box<[T]> wrapper.
Huon Wilson
-88
/
+16
2014-11-01
collections: Remove all collections traits
Alex Crichton
-4
/
+4
2014-10-24
Make the Vec data structure layout match raw::Slice.
Clark Gaebel
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-15
heap: optimize EMPTY to avoid relocations
Daniel Micay
-2
/
+2
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-1
/
+5
2014-09-06
fix sized deallocation for OwnedSlice
Daniel Micay
-1
/
+4
2014-07-15
libsyntax::ast: Derive Show impls
Ben Gamari
-0
/
+12
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+2
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-4
/
+4
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-1
/
+1
2014-03-29
Register new snapshot
Flavio Percoco
-17
/
+0
2014-03-27
serialize: use Result
Sean McArthur
-0
/
+20
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-1
/
+1
2014-03-23
use TotalEq for HashMap
Daniel Micay
-0
/
+2
2014-03-22
syntax: add the OwnedSlice vector wrapper.
Huon Wilson
-0
/
+142