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_rvalues.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-6
/
+7
2015-07-01
Address nits
Jared Roesch
-1
/
+4
2015-06-30
Remove Typer + ClosureTyper impls for BlockS
Jared Roesch
-2
/
+2
2015-06-30
Remove Typer + ClosureTyper impls for ParameterEnv
Jared Roesch
-2
/
+5
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-3
/
+2
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-2
/
+2
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-3
/
+3
2015-06-05
Introduce a fast-path for type_is_sized/type_moves_by_default
Ariel Ben-Yehuda
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and
Niko Matsakis
-2
/
+2
2015-01-03
Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,
Niko Matsakis
-1
/
+1
2014-12-30
Move the TypeContents-based "Sized" queries into trans, where the full
Niko Matsakis
-4
/
+10
2014-12-30
Make ExprUseVisitor<..> use inherited parameter environments.
Niko Matsakis
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+4
2014-11-25
Track what drop obligations are established on match arms.
Felix S. Klock II
-0
/
+5
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-2
/
+2
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-12
Properly visit nested functions and closures in check_rvalues
Brian Koropoff
-4
/
+7
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-4
/
+4
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-4
/
+3
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
-0
/
+86