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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2013-06-22
Change calls for TypeName stuff to methods
James Miller
-81
/
+78
2013-06-22
Methodize TypeNames
James Miller
-107
/
+69
2013-06-21
auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydon
bors
-85
/
+73
2013-06-21
Remove `ast::pure_fn` and all concept of `pure` from the compiler
Corey Richardson
-39
/
+21
2013-06-21
Added filtered method for Option type
Honza Strnad
-0
/
+17
2013-06-21
auto merge of #7259 : dotdash/rust/ir_improvement, r=graydon
bors
-49
/
+76
2013-06-21
Avoid pointless allocas for "nil" return values
Björn Steinbrink
-31
/
+49
2013-06-21
auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brson
bors
-1
/
+2
2013-06-21
auto merge of #7263 : thestinger/rust/iterator, r=graydon
bors
-670
/
+352
2013-06-21
replace vec::find with the IteratorUtil method
Daniel Micay
-57
/
+16
2013-06-21
vec: replace `position` with `iter().position_`
Daniel Micay
-54
/
+13
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-489
/
+309
2013-06-21
vec: remove eachi
Daniel Micay
-53
/
+12
2013-06-21
vec: remove each_const
Daniel Micay
-19
/
+4
2013-06-20
auto merge of #7203 : msullivan/rust/default-methods, r=graydon
bors
-217
/
+255
2013-06-21
Show defaults in rustdoc usage message
Ralph Bodenner
-6
/
+6
2013-06-20
auto merge of #7161 : kballard/rust/terminfo-parm-format, r=thestinger
bors
-31
/
+243
2013-06-20
Add test for duplicate definitions of structs and enum struct variants.
Luqman Aden
-0
/
+17
2013-06-20
librustc: Don't allow enum struct variants to shadow structs.
Luqman Aden
-9
/
+11
2013-06-20
Make task_rng() return @mut R instead of @@mut R
Kevin Ballard
-10
/
+6
2013-06-20
Get cross crate default methods working.
Michael Sullivan
-217
/
+255
2013-06-20
Avoid unnecessary scratch datums for by-copy function arguments
Björn Steinbrink
-18
/
+27
2013-06-20
auto merge of #7128 : yichoi/rust/fix_sometc, r=brson
bors
-8
/
+91
2013-06-21
extra: Add a testcase for #7256.
Huon Wilson
-0
/
+3
2013-06-21
Update snapshots.txt
James Miller
-0
/
+8
2013-06-21
librust: cleanup warnings (except 1)
James Miller
-42
/
+30
2013-06-21
libextra: cleanup warnings
James Miller
-147
/
+134
2013-06-21
libsyntax: cleanup warnings
James Miller
-3
/
+1
2013-06-21
libstd: cleanup warnings
James Miller
-27
/
+9
2013-06-21
Remove all #[cfg(stage0)]-protected code
James Miller
-369
/
+15
2013-06-21
_Actually_ xfail debuginfo tests
James Miller
-2
/
+2
2013-06-20
ignore inherited environment test under valgrind r=snapshot
James Miller
-0
/
+1
2013-06-20
xfail box-related debug-info tests r=snapshot
James Miller
-4
/
+4
2013-06-20
debuginfo.rs: Removed trailing whitespace.
Michael Woerister
-9
/
+9
2013-06-20
debuginfo.rs: Explained why a function is called although one could think it ...
Michael Woerister
-0
/
+3
2013-06-20
debuginfo.rs: Removed some static constants not used anymore.
Michael Woerister
-14
/
+2
2013-06-20
Reordered debuginfo.rs and commented public fns
Michael Woerister
-195
/
+240
2013-06-20
Fixed compiler warnings about unnecessary string allocations in debuginfo.rs
Michael Woerister
-2
/
+2
2013-06-20
Added overview of the debuginfo module at the beginning of debuginfo.rs.
Michael Woerister
-0
/
+26
2013-06-20
core -> extra for mac
James Miller
-1
/
+1
2013-06-20
Ignore rustpkg tests
James Miller
-1
/
+1
2013-06-20
Fix update snapshot script for rename
James Miller
-4
/
+4
2013-06-20
libsyntax: Remove `drop` as a keyword.
Luqman Aden
-35
/
+202
2013-06-19
rustc: Dispose of LLVM passes in test cases
Brian Anderson
-3
/
+21
2013-06-19
Oops, hide 'unless once fn' error message hint behind -Z once-fns too.
Ben Blum
-3
/
+6
2013-06-19
Hide the once-move-out privilege for stack fns behind '-Z once-fns'
Ben Blum
-48
/
+66
2013-06-19
Add tests for once functions (#2549).
Ben Blum
-0
/
+190
2013-06-19
Permit moving out of captured upvars in once fns. Close #2549.
Ben Blum
-7
/
+23
2013-06-19
Consume once fns when calling them (#2549).
Ben Blum
-1
/
+22
2013-06-19
syntax::diagnostics: Color the ^~~~ in green for better visibility
Philipp Brüschweiler
-13
/
+20
[prev]
[next]