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
2014-10-04
auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton
bors
-11
/
+15
2014-10-02
Fix categorization of upvars of capture-by-reference unboxed closures
Brian Koropoff
-11
/
+15
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-16
/
+1
2014-10-02
Fix cross-crate tuple structs in statics
Jakub Wieczorek
-1
/
+0
2014-10-02
rustc: remove support for Gc.
Eduard Burtescu
-16
/
+1
2014-10-01
auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom...
bors
-0
/
+11
2014-09-30
librustc: Fix up mutability in method autoderefs if incorrect, and
Patrick Walton
-0
/
+11
2014-09-30
Update based on PR feedback
Kevin Ballard
-1
/
+3
2014-09-30
Desugar 'if let' into the appropriate 'match'
Kevin Ballard
-0
/
+2
2014-09-24
Remove dead code from librustc
Jakub Wieczorek
-4
/
+0
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-1
/
+1
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
2014-09-19
rollup merge of #17318 : nick29581/slice
Alex Crichton
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-09-19
Implement slicing syntax.
Nick Cameron
-1
/
+1
2014-09-18
rustc: remove Gc<Def> and depth from DefUpvar.
Eduard Burtescu
-1
/
+1
2014-09-18
rustc: move freevar finding to resolve.
Eduard Burtescu
-1
/
+0
2014-09-18
rustc: move type definitions from middle::freevars to middle::ty.
Eduard Burtescu
-1
/
+1
2014-09-18
rustc: add a closure depth to DefUpvar.
Eduard Burtescu
-1
/
+1
2014-09-18
rustc: remove BindingMode from DefLocal.
Eduard Burtescu
-25
/
+18
2014-09-18
rustc: remove DefArg and DefBinding in favor of DefLocal.
Eduard Burtescu
-28
/
+10
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-2
/
+5
2014-09-17
rustdoc: Correctly distinguish enums and types
P1start
-1
/
+1
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+2
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+20
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-4
/
+4
2014-09-08
Forbid unsized rvalues
Nick Cameron
-1
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-6
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+6
2014-08-26
Rebasing changes
Nick Cameron
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-58
/
+50
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-3
/
+14
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-0
/
+3
2014-08-08
librustc: Allow mutation of moved upvars.
Luqman Aden
-23
/
+34
2014-08-06
AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.
Felix S. Klock II
-1
/
+1
2014-07-25
auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonw
bors
-3
/
+3
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-4
/
+3
2014-07-24
librustc: Make references to functions not have static lifetime.
Patrick Walton
-3
/
+3
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-1
/
+16
2014-07-15
Borrow checking for overloaded indexing
Nick Cameron
-15
/
+51
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-7
/
+7
2014-07-07
librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.
Patrick Walton
-13
/
+21
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-6
/
+1
2014-06-24
librustc: Remove outdated reference to `~` and `@`
Tom Jakubowski
-3
/
+6
2014-06-19
auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis
bors
-1
/
+6
2014-06-18
Ensure dataflow of a proc never looks at blocks from closed-over context.
Felix S. Klock II
-1
/
+4
2014-06-17
librustc: Don't overwrite vtables when coercing to trait object.
Luqman Aden
-1
/
+6
2014-06-18
Remove TraitStore from ty_trait
Nick Cameron
-8
/
+0
2014-06-16
rustc: Improve span for error about using a method as a field.
Kevin Butler
-1
/
+1
[next]