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
/
opt_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-12
libsyntax: add Default implementation to OptVec
Erick Tryzelaar
-0
/
+4
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-2
/
+2
2013-08-10
Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...
Erick Tryzelaar
-12
/
+12
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-2
/
+2
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-2
/
+2
2013-08-07
Enable privacy check for enum methods.
Michael Woerister
-12
/
+12
2013-07-24
Generalize the `ty::substs` struct so that it can represent
Niko Matsakis
-1
/
+0
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+2
2013-07-07
De-manage OptVec<TyParamBounds>
James Miller
-1
/
+8
2013-07-06
Implement size_hint() on all remaining Iterators
Kevin Ballard
-0
/
+8
2013-06-29
Use more deriving(IterBytes) in libsyntax.
Ben Blum
-1
/
+1
2013-06-25
auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch
bors
-2
/
+1
2013-06-25
remove the redundant `each` method from OptVec
Daniel Micay
-7
/
+0
2013-06-25
great renaming propagation: syntax
Corey Richardson
-2
/
+1
2013-06-24
remove old_iter
Daniel Micay
-79
/
+38
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-13
/
+13
2013-06-15
rm CopyableOrderedIter
Daniel Micay
-7
/
+0
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+2
2013-05-20
auto merge of #6635 : brson/rust/snapshot, r=brson
bors
-14
/
+0
2013-05-19
Register snapshots
Brian Anderson
-14
/
+0
2013-05-19
Fix many warnings.
Steve Klabnik
-1
/
+0
2013-05-16
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
Huon Wilson
-2
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+14
2013-05-04
Register snapshots
Brian Anderson
-9
/
+0
2013-04-29
auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements
bors
-3
/
+1
2013-04-28
make way for a new iter module
Daniel Micay
-21
/
+22
2013-04-28
change stage1,stage2,stage2 into not(stage0)
John Clements
-3
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-1
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-7
/
+7
2013-04-10
Issue #5656: Make &self not mean "&'self self"
Niko Matsakis
-0
/
+11
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-0
/
+10
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-21
/
+21
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-10
/
+10
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-5
/
+13
2013-03-01
Avoid calling to_vec() unnecessarily in parser.
Niko Matsakis
-5
/
+13
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-0
/
+187
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-0
/
+187