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
/
check_static.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and
Niko Matsakis
-5
/
+5
2014-12-30
Make projected types select out of the trait bounds.
Niko Matsakis
-13
/
+7
2014-12-30
Make ExprUseVisitor<..> use inherited parameter environments.
Niko Matsakis
-1
/
+1
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-6
/
+14
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-12
/
+6
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-9
/
+12
2014-12-12
Thread a id to `Obligation`
Niko Matsakis
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-3
/
+7
2014-12-04
Move infer out of `middle::typeck` and into just `middle`.
Niko Matsakis
-2
/
+2
2014-11-25
Track what drop obligations are established on match arms.
Felix S. Klock II
-0
/
+6
2014-11-25
Add `LpDowncast`, `LoanPath` variant tracking downcasts in match arms.
Felix S. Klock II
-1
/
+1
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-1
/
+1
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-10-27
Remove cat_discr
Ariel Ben-Yehuda
-3
/
+0
2014-10-17
Check for borrow of local variable introduced within static block.
Felix S. Klock II
-2
/
+16
2014-10-16
Fix soundness bug in treatment of closure upvars by regionck
Brian Koropoff
-2
/
+0
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-63
/
+244
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-4
/
+0
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+3
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-25
/
+24
2014-09-10
Implement tuple and tuple struct indexing
P1start
-1
/
+1
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-4
/
+4
2014-08-26
DST coercions and DST structs
Nick Cameron
-6
/
+4
2014-07-12
Convert a first batch of diagnostics to have error codes
Jakub Wieczorek
-6
/
+6
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+4
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-5
/
+7
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-03-20
Allow static items that don't fulfill `Freeze`
Flavio Percoco
-21
/
+4
2014-03-17
auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...
bors
-0
/
+4
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-7
/
+6
2014-03-06
rustc: Move mut slice check to `check_static`
Flavio Percoco
-0
/
+4
2014-02-27
Immutable static items should be `Freeze` Fixes #12432
Flavio Percoco
-0
/
+21
2014-02-27
Forbid certain types for static items
Flavio Percoco
-0
/
+138