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
/
expr_use_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-1
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-3
/
+3
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-22
/
+6
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+2
2015-01-06
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...
Niko Matsakis
-1
/
+6
2015-01-05
remove AdjustAddEnv
Jorge Aparicio
-1
/
+0
2015-01-05
remove ty_closure
Jorge Aparicio
-13
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
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
-5
/
+4
2015-01-03
Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,
Niko Matsakis
-17
/
+8
2015-01-03
Be more tolerant of errors in EUV so we can run it during typeck.
Niko Matsakis
-17
/
+41
2015-01-03
Re-introduce `McResult<>` as a way of aborting mem-categorization (and
Niko Matsakis
-33
/
+46
2015-01-02
auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturon
bors
-1
/
+1
2015-01-01
Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi...
Niko Matsakis
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
Make ExprUseVisitor<..> use inherited parameter environments.
Niko Matsakis
-8
/
+7
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-15
/
+22
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+1
2014-12-29
Intern Region in tcx.
Huon Wilson
-1
/
+1
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-2
/
+1
2014-12-25
Move mem-categorization more things to use TYPER for the method origin
Niko Matsakis
-16
/
+13
2014-12-25
Remove `McResult` from the mem-categorization interface.
Niko Matsakis
-65
/
+35
2014-12-25
Extend Typer interface to include `expr_ty_adjusted` so that we can
Niko Matsakis
-1
/
+1
2014-12-25
Use the typer in ExprUseVisitor and do not hard code to tcx
Niko Matsakis
-1
/
+1
2014-12-24
Type checking and trans for ranges
Nick Cameron
-2
/
+3
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+4
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-4
/
+6
2014-12-22
Make ty_bare_fn carry an optional def-id indicating whether it is the
Niko Matsakis
-4
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-17
/
+6
2014-12-18
Tell expr_use_visitor that user unops are by value
Jorge Aparicio
-3
/
+11
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-1
/
+4
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-8
/
+32
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-2
/
+1
2014-12-13
Address Niko's comments
Jorge Aparicio
-10
/
+22
2014-12-13
Tell expr_use_visitor which binops are by value
Jorge Aparicio
-8
/
+20
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-14
/
+55
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-5
/
+4
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-17
/
+8
2014-11-26
/*! -> //!
Steve Klabnik
-17
/
+8
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-1
/
+1
2014-11-25
Track what drop obligations are established on match arms.
Felix S. Klock II
-10
/
+249
[next]