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
/
test
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2012-10-22
Simplify the AST representation of ty param bounds
Tim Chevalier
-1
/
+1
2012-10-21
Correct propagation of mutability from components to base in borrowck
Niko Matsakis
-0
/
+56
2012-10-20
Remove obsolete fixed-length string test
Brian Anderson
-13
/
+7
2012-10-20
Parse and report obsolete fixed-length vector syntax
Brian Anderson
-0
/
+11
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-3
/
+3
2012-10-18
test: Fix failing tests. r=rustbot
Patrick Walton
-8
/
+8
2012-10-17
libsyntax: refactor the parser to consider foreign items as items
Philipp Brüschweiler
-0
/
+4
2012-10-15
Add test for Issue 2823
Tim Chevalier
-0
/
+12
2012-10-15
Error out in resolve if structs try to capture type parameters
Tim Chevalier
-2
/
+2
2012-10-15
Add test cases for #3668
Tim Chevalier
-0
/
+18
2012-10-15
Un-xfail test for #3521; it works now
Tim Chevalier
-0
/
+9
2012-10-15
Check whether loans conflict with old loans or with themselves.
Niko Matsakis
-0
/
+25
2012-10-15
Allow enum discriminator exprs to refer to declared consts
Tim Chevalier
-0
/
+7
2012-10-15
Add various test cases (xfailed)
Tim Chevalier
-0
/
+20
2012-10-12
Test that functional struct update exprs get rejected if...
Tim Chevalier
-0
/
+16
2012-10-12
Make moves explicit in cfail tests
Tim Chevalier
-15
/
+15
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-6
/
+4
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-14
/
+14
2012-10-08
Revert "cap-clause-use-after-move: modernize error msg"
Tim Chevalier
-1
/
+3
2012-10-08
Merge branch 'incoming' into snap-2012-10-05
Tim Chevalier
-3
/
+1
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-2
/
+2
2012-10-08
cap-clause-use-after-move: modernize error msg
Niko Matsakis
-3
/
+1
2012-10-08
remove ctor from ast
Niko Matsakis
-2
/
+2
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-8
/
+3
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-18
/
+16
2012-10-04
De-mode comm::Chan
Tim Chevalier
-3
/
+3
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+1
2012-10-03
test: Fix error message in vtable-res-trait-param
Patrick Walton
-1
/
+1
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-4
/
+4
2012-09-28
demode vec
Niko Matsakis
-2
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-26
fix issue #3535 and add colon between mode and type when dumping funcion prot...
Vincent Belliard
-0
/
+14
2012-09-25
Check more things with deprecated_modes
Brian Anderson
-0
/
+9
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-24
/
+0
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-7
/
+68
2012-09-20
Fix ord test breakage.
Graydon Hoare
-3
/
+3
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-3
/
+37
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-5
/
+6
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-7
/
+6
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-6
/
+7
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-2
/
+16
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-1
/
+1
2012-09-18
Change 'must' to 'should' in non_camel_case_types message
Brian Anderson
-6
/
+6
2012-09-18
Consolidate tests for non_camel_case_types
Brian Anderson
-33
/
+24
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-1
/
+1
2012-09-17
warn(non_camel_case_types) by default
Brian Anderson
-5
/
+5
[prev]
[next]