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
Age
Commit message (
Expand
)
Author
Lines
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
2013-02-26
libsyntax: change token fns to take &Token
Erick Tryzelaar
-39
/
+39
2013-02-26
libsyntax: change token::to_str to take &Token
Erick Tryzelaar
-44
/
+50
2013-02-26
libsyntax: minor cleanup
Erick Tryzelaar
-37
/
+62
2013-02-26
Add current year in the copyright header
Olivier Saut
-1
/
+1
2013-02-26
Various typos corrected
Olivier Saut
-8
/
+8
2013-02-26
libsyntax: change parse_matcher_subseq to take &Token
Erick Tryzelaar
-8
/
+8
2013-02-26
libsyntax: change attr::parse_seq_* to take &Token
Erick Tryzelaar
-55
/
+55
2013-02-26
libsyntax: change parse_trait_ref_list to take a &Token
Erick Tryzelaar
-4
/
+4
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-68
/
+94
2013-02-25
auto merge of #5109 : bstrie/rust/decapclause, r=pcwalton
bors
-53
/
+20
2013-02-25
libsyntax: change token_is_{word,keyword} to take &Token
Erick Tryzelaar
-22
/
+22
2013-02-25
libsyntax: minor cleanup
Erick Tryzelaar
-138
/
+246
2013-02-25
libsyntax: change expect to take &token::Token
Erick Tryzelaar
-82
/
+84
2013-02-25
libsyntax: change flip_delimiter to take a &token::Token
Erick Tryzelaar
-6
/
+6
2013-02-25
libsyntax: change eat to take a &token
Erick Tryzelaar
-41
/
+41
2013-02-25
libsyntax: is_keyword should take a &~str
Erick Tryzelaar
-128
/
+132
2013-02-25
libsyntax: fix the span in parse_bottom_expr's INTERPOLATED handler
Erick Tryzelaar
-12
/
+17
2013-02-25
auto merge of #5103 : dbaupp/rust/emacs-mode-update, r=graydon
bors
-14
/
+9
[prev]
[next]