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
/
pipes
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-4
/
+4
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-2
/
+2
2013-05-11
Warning police
Tim Chevalier
-1
/
+1
2013-05-10
auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton
bors
-0
/
+16
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+16
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-26
/
+26
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-4
/
+5
2013-05-08
librustc: Remove mutable fields from the language.
Patrick Walton
-4
/
+2
2013-05-05
Fix two more write guard failures
Niko Matsakis
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-6
/
+2
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-4
/
+0
2013-05-01
allow parsing attributes on struct fields
Erick Tryzelaar
-1
/
+2
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-1
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-11
/
+11
2013-04-29
test: Fix tests.
Patrick Walton
-1
/
+3
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-1
/
+0
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-5
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-20
/
+0
2013-04-25
Rename vec::mod2 to vec::mod_zip
Corey Richardson
-2
/
+2
2013-04-22
librustc: Remove `use mod` from the language
Patrick Walton
-1
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-50
/
+50
2013-04-10
path -> Path
John Clements
-15
/
+15
2013-03-31
Fix warnings
Brian Anderson
-1
/
+1
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-3
/
+3
2013-03-28
librustc: Remove common fields and nested enums from the language
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-5
/
+10
2013-03-15
impl Clone for ~T, ~[T], ~str
Ben Striegel
-1
/
+1
2013-03-13
librustc: Remove "base types" from the language.
Patrick Walton
-4
/
+8
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-29
/
+30
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-3
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-10
/
+1
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-4
/
+6
2013-03-01
Avoid calling to_vec() unnecessarily in parser.
Niko Matsakis
-4
/
+6
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+5
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-2
/
+5
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-91
/
+140
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-67
/
+84
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-67
/
+84
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-8
/
+8
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-8
/
+8
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-24
/
+24
2013-02-26
libsyntax: change attr::parse_seq_* to take &Token
Erick Tryzelaar
-7
/
+7
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-20
/
+36
[next]