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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-30
Move driver::Resolutions::def_map out of its RefCell.
Ms2ger
-2
/
+3
2016-05-18
thread the DepGraph to session/crate-store
Niko Matsakis
-5
/
+6
2016-05-13
Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1
bors
-6
/
+5
2016-05-11
Make LocalCrateReader private to creader.
Ms2ger
-2
/
+2
2016-05-11
Hand ownership of the Definitions to map_crate.
Ms2ger
-2
/
+0
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-19
/
+19
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-12
/
+12
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-5
/
+2
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-4
/
+2
2016-05-10
Delay wrapping Definitions into a RefCell around LocalCrateReader.
Ms2ger
-4
/
+5
2016-05-10
Store a reference rather than a RefCell in LocalCrateReader.
Ms2ger
-1
/
+1
2016-05-09
Fix fallout in `librustdoc` and in tests
Jeffrey Seyfried
-11
/
+12
2016-05-03
Fix more tests
Seo Sanghyeon
-1
/
+0
2016-05-03
Warn unused trait imports
Seo Sanghyeon
-1
/
+2
2016-05-02
patch travis failure
Niko Matsakis
-1
/
+2
2016-05-02
fix error message in librustc_driver tests
Niko Matsakis
-1
/
+2
2016-05-02
refactor the Emitter trait
Niko Matsakis
-8
/
+9
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-4
/
+0
2016-04-20
debugging, misc fixes
Nick Cameron
-4
/
+8
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-04-04
Address nits
Masood Malekghassemi
-3
/
+3
2016-03-29
Plumb obligations through librustc/infer
Masood Malekghassemi
-8
/
+17
2016-03-28
Refactor s.t. TypeRelation implementors don't escape InferCtxt
Masood Malekghassemi
-14
/
+11
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-15
/
+15
2016-03-27
rustc: move middle::subst into middle::ty.
Eduard Burtescu
-2
/
+2
2016-03-25
Make the definite name of the local crate available in the tcx.
Michael Woerister
-0
/
+1
2016-03-14
Auto merge of #30652 - aturon:specialization, r=nikomatsakis
bors
-1
/
+5
2016-03-14
Fixes after rebase
Aaron Turon
-1
/
+5
2016-03-14
Auto merge of #32169 - mitaa:anon-tip, r=nrc
bors
-1
/
+4
2016-03-14
Allow custom filenames for anonymous inputs
mitaa
-1
/
+4
2016-03-09
Auto merge of #31710 - eddyb:reify, r=nikomatsakis
bors
-10
/
+9
2016-03-09
Split TyBareFn into TyFnDef and TyFnPtr.
Eli Friedman
-10
/
+9
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-1
/
+1
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-3
/
+3
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-1
/
+1
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-2
/
+3
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-5
/
+8
2016-02-02
Reviewer requested changes and test fixes
Nick Cameron
-1
/
+1
2016-01-28
Implement MultiSpan error reporting
mitaa
-3
/
+3
2016-01-16
only insert global predicates into the global cache once we've
Niko Matsakis
-1
/
+1
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-1
/
+1
2015-12-30
Refactoring
Nick Cameron
-1
/
+1
2015-12-28
rewrite the method-receiver matching code
Ariel Ben-Yehuda
-1
/
+0
2015-12-17
test errors
Nick Cameron
-20
/
+10
2015-11-26
fix rustc-test
Ariel Ben-Yehuda
-3
/
+5
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-1
/
+3
[prev]
[next]