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-02-27
libsyntax: Forbid `~mut` and `~const`. rs=demuting
Patrick Walton
-45
/
+32
2013-02-27
Added ToStr implementations for &[T] and @[T]
Marvin Löbel
-0
/
+67
2013-02-27
auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakis
bors
-1
/
+19
2013-02-27
Fix: now sha1 result_str() return correct value
Jihyun Yu
-1
/
+21
2013-02-27
auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis
bors
-113
/
+93
2013-02-27
treemap: improve the lazy iterator
Daniel Micay
-113
/
+93
2013-02-26
auto merge of #5135 : brson/rust/start, r=pcwalton
bors
-18
/
+58
2013-02-27
mk: rewrite make files
Young-il Choi
-0
/
+12
2013-02-26
libsyntax: add some more explicit copies
Erick Tryzelaar
-91
/
+160
2013-02-26
libsyntax: add some explicit refs
Erick Tryzelaar
-11
/
+10
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-124
/
+151
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the printer
Erick Tryzelaar
-25
/
+26
2013-02-26
libsyntax: add explicit copies
Erick Tryzelaar
-61
/
+101
2013-02-26
libsyntax: change closures to take fn(&Parser)
Erick Tryzelaar
-33
/
+33
2013-02-26
auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton
bors
-197
/
+647
2013-02-26
Add a 'start' lang item and use it instead of rust_start
Brian Anderson
-18
/
+58
2013-02-26
auto merge of #5096 : luqmana/rust/spell, r=catamorphism
bors
-11
/
+92
2013-02-26
auto merge of #5115 : sanxiyn/rust/arm-abi, r=brson
bors
-1
/
+168
2013-02-26
Adjust error messages for compile-fail tests.
Luqman Aden
-10
/
+11
2013-02-26
Move levenshtein distance fn to core::str.
Luqman Aden
-35
/
+35
2013-02-26
librustc: offer suggestions for unresolved names.
Luqman Aden
-2
/
+82
2013-02-26
typo-fixing and name-changes
John Clements
-15
/
+13
2013-02-26
auto merge of #5104 : alexcrichton/rust/fix-unused-import-pub, r=catamorphism
bors
-24
/
+27
2013-02-26
Fix using the #[]-style attribute for unused imports
Alex Crichton
-22
/
+19
2013-02-26
Don't warn about 'pub use' statements
Alex Crichton
-2
/
+8
2013-02-26
auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphism
bors
-11
/
+145
2013-02-26
auto merge of #5126 : nikomatsakis/rust/issue-4808-representation-of-extern-f...
bors
-81
/
+17
2013-02-26
Reimplement type_needs_drop on top of TypeContents
Niko Matsakis
-81
/
+17
2013-02-26
auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism
bors
-29
/
+19
2013-02-26
Macros now leave scope
John Clements
-111
/
+586
2013-02-26
Adds (more) test cases for auto_encode.
John Clements
-16
/
+20
2013-02-26
Remove space from the middle of path
John Clements
-1
/
+1
2013-02-26
Hoist macro defs out of inner function
John Clements
-29
/
+33
2013-02-26
Change imported macros to use leaky modules rather than leaky functions.
John Clements
-40
/
+9
2013-02-26
bench: Fix botched option dances. rs=demuting
Patrick Walton
-13
/
+16
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-29
/
+19
2013-02-26
Add non-exhaustive check for match guards
Jeong YunWon
-1
/
+19
2013-02-26
librustc: Make `&const [T]` mean the same thing as `&[const T]`
Patrick Walton
-1
/
+2
2013-02-26
test: De-[mut] (remove all mutable arrays from) the tests. rs=demuting
Patrick Walton
-256
/
+25
2013-02-26
librustc: De-[mut] librustc (remove all mutable arrays). rs=demuting
Patrick Walton
-25
/
+22
2013-02-26
libsyntax: Stop parsing `~mut`
Patrick Walton
-1
/
+13
2013-02-26
test: De-~mut the test suite. rs=demuting
Patrick Walton
-122
/
+68
2013-02-26
libcore: Move Cell to core and de-~mut core and std
Patrick Walton
-57
/
+60
2013-02-26
librustc: Implement a lint mode for mutable structures; deny by default. r=tjc
Patrick Walton
-36
/
+64
2013-02-26
libsyntax: Remove a mutable field from the tests. rs=demuting
Patrick Walton
-4
/
+4
2013-02-26
ARM C ABI implementation
Seo Sanghyeon
-1
/
+168
2013-02-26
libsyntax: change binop_to_str to be pure
Erick Tryzelaar
-1
/
+1
2013-02-26
libsyntax: change token_is_word to take &Token
Erick Tryzelaar
-1
/
+1
2013-02-26
libsyntax: change Parser::unexpected_last to take &Token
Erick Tryzelaar
-4
/
+4
2013-02-26
libsyntax: more minor cleanup
Erick Tryzelaar
-32
/
+32
[prev]
[next]