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
/
rustc
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-6
/
+1
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-24
/
+46
2012-10-08
remove ctor from ast
Niko Matsakis
-46
/
+24
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-5
/
+1
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-4
/
+4
2012-10-05
Revert "wip"
Tim Chevalier
-5
/
+10
2012-10-05
wip
Tim Chevalier
-10
/
+5
2012-09-28
rename iter2 to each2, make it follow iterator protocol
Niko Matsakis
-2
/
+2
2012-09-28
demode vec
Niko Matsakis
-3
/
+3
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-25
Demode iter-trait
Tim Chevalier
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-31
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+31
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-10
/
+10
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-3
/
+3
2012-09-18
libsyntax: Remove 'unchecked_blk' from AST
Brian Anderson
-3
/
+0
2012-09-15
regionck: fix bug where autoref regions are not inferred to be large enough
Niko Matsakis
-30
/
+46
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-1
/
+1
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-106
/
+94
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-0
/
+7
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-2
/
+2
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-11
/
+35
2012-09-04
Remove 'with'
Brian Anderson
-6
/
+6
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-5
/
+5
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+19
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
Convert core::result to camel case
Brian Anderson
-34
/
+34
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-42
/
+42
2012-08-24
Remove match check
Tim Chevalier
-1
/
+1
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-5
/
+6
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-2
/
+4
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-13
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-43
/
+43
2012-08-22
Parse and typecheck moving out of enums (#2329)
Ben Blum
-1
/
+2
2012-08-22
intern identifiers
Paul Stansifer
-2
/
+3
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-2
/
+1
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-4
/
+1
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-1
/
+4
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-4
/
+1
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-2
/
+24
2012-08-08
Convert impls to new syntax
Brian Anderson
-11
/
+10
2012-08-08
refactor categorization out of borrowck into its own module.
Niko Matsakis
-659
/
+47
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-1
/
+1
[next]