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
/
librustc
/
middle
/
mem_categorization.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Fix the actual bug for #20232: when creating the cmt for the implicit
Niko Matsakis
-10
/
+23
2015-01-08
Update the "English-language" to-string function of a `cmt` to use
Niko Matsakis
-29
/
+74
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-3
/
+21
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+4
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-21
/
+13
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-06
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...
Niko Matsakis
-6
/
+25
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-2
/
+4
2015-01-05
remove AdjustAddEnv
Jorge Aparicio
-2
/
+2
2015-01-05
remove ty_closure
Jorge Aparicio
-28
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-2
/
+4
2015-01-04
rustc: allow paths in constants to refer to polymorphic items.
Eduard Burtescu
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-12
/
+12
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and
Niko Matsakis
-71
/
+73
2015-01-03
Stop calling `bug()` in various weird cases and instead generate `Err()`.
Niko Matsakis
-35
/
+21
2015-01-03
Re-introduce `McResult<>` as a way of aborting mem-categorization (and
Niko Matsakis
-80
/
+87
2015-01-01
Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi...
Niko Matsakis
-8
/
+5
2014-12-31
rustc: unbox closures used in function arguments
Jorge Aparicio
-18
/
+20
2014-12-30
Move the scalar types out of static data so that we can put `Rc` into sty.
Niko Matsakis
-4
/
+4
2014-12-30
Rebasing and reviewer changes
Nick Cameron
-2
/
+1
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-15
/
+23
2014-12-29
Intern Region in tcx.
Huon Wilson
-2
/
+2
2014-12-27
auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-7
/
+7
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-7
/
+7
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-7
/
+7
2014-12-25
Move mem-categorization more things to use TYPER for the method origin
Niko Matsakis
-0
/
+2
2014-12-25
Remove `McResult` from the mem-categorization interface.
Niko Matsakis
-85
/
+70
2014-12-25
Extend Typer interface to include `expr_ty_adjusted` so that we can
Niko Matsakis
-0
/
+1
2014-12-24
Type checking and trans for ranges
Nick Cameron
-4
/
+1
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+3
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-2
/
+2
2014-12-22
Make ty_bare_fn carry an optional def-id indicating whether it is the
Niko Matsakis
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-27
/
+10
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-16
Path types to associated types with form `T::A`
Nick Cameron
-1
/
+1
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-3
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-3
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+22
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-8
/
+7
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-73
/
+60
2014-11-26
/*! -> //!
Steve Klabnik
-73
/
+60
2014-11-25
/** -> ///
Steve Klabnik
-18
/
+16
2014-11-25
`MemCategorizationContext::pat_ty(BindByRef)` yields type of borrowed val now.
Felix S. Klock II
-1
/
+22
2014-11-25
Add `ty` to `LoanPath`.
Felix S. Klock II
-2
/
+2
[next]