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
/
rustc
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
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
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-06
first shot at integrating ref/value bindings into borrowck
Niko Matsakis
-46
/
+54
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-0
/
+8
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-4
/
+6
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-81
/
+81
2012-08-05
Switch alts to use arrows
Brian Anderson
-198
/
+196
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-2
/
+2
2012-08-03
Implement &-expressions in consts. Part of #2317.
Graydon Hoare
-1
/
+9
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-1
/
+1
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-2
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-35
/
+38
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-2
/
+4
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-1
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-60
/
+60
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-145
/
+439
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-4
/
+4
2012-07-26
rustc: Fix cross-crate max/min-class-style constructors
Patrick Walton
-1
/
+1
2012-07-25
make unique pointers inherit mutability from owner
Niko Matsakis
-9
/
+37
2012-07-25
correct treatment of mutability for deref'd components
Niko Matsakis
-7
/
+18
2012-07-23
rustc: Max/min classes: Add struct literal syntax
Patrick Walton
-1
/
+1
2012-07-17
borrow from @[] vectors (cc #2797)
Niko Matsakis
-5
/
+11
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+6
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-2
/
+2
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-3
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-10
/
+11
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-2
/
+2
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-0
/
+6
2012-07-11
new option to note where purity is req'd
Niko Matsakis
-0
/
+6
2012-07-11
add ability to report statistics about how borrowck is being used
Niko Matsakis
-9
/
+20
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-38
/
+37
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-42
/
+40
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-16
/
+16
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-8
/
+7
2012-06-25
rustc: Make 'do' work with effects the same as 'for'
Brian Anderson
-1
/
+1
2012-06-24
Remove resources
Tim Chevalier
-9
/
+3
[prev]
[next]