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
/
libsyntax
/
print
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-0
/
+12
2012-10-08
remove ctor from ast
Niko Matsakis
-12
/
+0
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+0
2012-10-05
Revert "wip"
Tim Chevalier
-0
/
+1
2012-10-05
wip
Tim Chevalier
-1
/
+0
2012-09-28
Pretty-print item visibility modifiers
Brian Anderson
-0
/
+1
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-27
core: More option demoding
Brian Anderson
-4
/
+4
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-17
/
+17
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-14
/
+0
2012-09-23
core: Demode option
Brian Anderson
-7
/
+7
2012-09-21
libsyntax: Fix botched merge
Patrick Walton
-1
/
+1
2012-09-21
libcore: De-mode str
Patrick Walton
-3
/
+3
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-18
/
+52
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-4
/
+4
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-4
/
+4
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
-28
/
+32
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-1
/
+1
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-2
/
+2
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-2
/
+2
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-21
/
+21
2012-09-18
libsyntax: Remove 'unchecked_blk' from AST
Brian Anderson
-1
/
+0
2012-09-14
Have parser recognize static, self region.
Niko Matsakis
-24
/
+24
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-11
/
+21
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-8
/
+8
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-15
/
+28
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-4
/
+4
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-6
/
+7
2012-09-07
Implement &-patterns
Tim Chevalier
-0
/
+4
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-21
/
+30
2012-09-04
Parse 'loop' and 'again' the same
Brian Anderson
-1
/
+3
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-13
/
+11
2012-08-31
rustc: Implement "use mod"
Patrick Walton
-6
/
+9
2012-08-31
Fix anon-extern-mod pretty print test.
Graydon Hoare
-3
/
+5
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+27
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-1
/
+4
2012-08-27
Camel case various core constructors
Brian Anderson
-5
/
+5
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-94
/
+94
2012-08-25
libsyntax: Accept ',' to separate struct fields. Closes #3263.
Patrick Walton
-1
/
+1
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-0
/
+8
2012-08-24
Remove match check
Tim Chevalier
-2
/
+1
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-1
/
+1
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-1
/
+3
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-18
/
+22
[next]