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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-2
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+14
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-13
/
+13
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-12
/
+11
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-3
/
+3
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-3
/
+3
2012-09-12
Remove some transitional code
Brian Anderson
-1
/
+1
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-1
/
+1
2012-09-12
Make moves in arguments explicit in libsyntax and rustc
Tim Chevalier
-20
/
+21
2012-09-12
Use a different strategy for transitioning to camel case extfmt
Brian Anderson
-1
/
+1
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-5
/
+7
2012-09-11
Convert core::extfmt to camel case
Brian Anderson
-75
/
+75
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-16
/
+10
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+2
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-18
/
+21
2012-09-10
Convert std::map to camel case
Brian Anderson
-24
/
+24
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-0
/
+3
2012-09-10
Make moves explicit in pipes and pipe compiler
Tim Chevalier
-16
/
+17
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-3
/
+3
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
Add an ignore! macro, remove support for nested block comments, re: #2755.
Graydon Hoare
-0
/
+1
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-4
/
+4
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-4
/
+4
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-7
/
+9
2012-09-04
Remove 'with'
Brian Anderson
-23
/
+23
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-119
/
+116
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+17
2012-08-28
CamelCasify lots of std
Ben Striegel
-3
/
+3
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-11
/
+25
2012-08-27
Camel case various core constructors
Brian Anderson
-11
/
+11
2012-08-27
Convert core::result to camel case
Brian Anderson
-4
/
+4
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-263
/
+263
2012-08-24
Remove match check
Tim Chevalier
-2
/
+2
2012-08-24
"earley_parser" -> "macro_parser" Let's be less confusing.
Paul Stansifer
-5
/
+5
2012-08-24
Document the macro parser a little more.
Paul Stansifer
-2
/
+60
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-9
/
+8
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-6
/
+6
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-4
/
+4
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-4
/
+5
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-97
/
+97
2012-08-22
intern identifiers
Paul Stansifer
-244
/
+298
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-4
/
+4
2012-08-17
Move select macro into another file, so it can be including in multiple tests.
Eric Holk
-1
/
+1
2012-08-17
Track spans better in the protocol compiler so we can get better error messages.
Eric Holk
-17
/
+34
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
[prev]
[next]