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
/
libstd
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-28
CamelCasify lots of std
Ben Striegel
-51
/
+53
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-9
/
+9
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-11
/
+11
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-4
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-9
/
+9
2012-08-05
Switch alts to use arrows
Brian Anderson
-30
/
+20
2012-08-01
Convert ret to return
Brian Anderson
-20
/
+26
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-11
/
+11
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-1
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-03
Remove some bogus exports.
Michael Sullivan
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-2
/
+2
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-06
Rewrite deque to use dvec
Niko Matsakis
-17
/
+21
2012-05-03
Annotate more FIXMES in libstd (comments only)
Tim Chevalier
-1
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-14
/
+14
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-2
/
+2
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-09
std: Convert to rustdoc
Brian Anderson
-24
/
+2
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-2
/
+2
2012-01-19
stdlib: "tag" -> "enum"
Patrick Walton
-2
/
+2
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+197
2012-01-11
Convert std::deque over to an iface
Marijn Haverbeke
-52
/
+56
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-4
/
+4
2012-01-02
Add 'copy' bounds to functions that were faultily accepted without
Marijn Haverbeke
-1
/
+1
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+129