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_driver
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-9
/
+10
2016-09-04
Auto merge of #36240 - leeopop:master, r=jseyfried
bors
-1
/
+1
2016-09-04
Allow CompilerControllers to access rustc_plugin::registry::Registry structure.
Keunhong Lee
-1
/
+1
2016-09-03
Some better support for unions through the compiler
Vadim Petrochenkov
-0
/
+1
2016-08-27
rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.
Eduard Burtescu
-4
/
+5
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-13
/
+14
2016-08-17
rustc: remove ParamSpace from Substs.
Eduard Burtescu
-12
/
+9
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-7
/
+7
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-1
/
+1
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-2
/
+2
2016-08-09
incorporate resolve results into hashing
Niko Matsakis
-0
/
+1
2016-07-15
Remove unused import
Jonathan Turner
-1
/
+1
2016-07-14
Fix up more tests that I missed
Jonathan Turner
-1
/
+1
2016-07-14
Remove CoreEmitter and focus on Emitter
Jonathan Turner
-11
/
+8
2016-07-11
Avoid passing around the thread-local interner in `librustc_metadata`.
Jeffrey Seyfried
-1
/
+1
2016-07-01
Add the `after_expand` entry point between import resolution and the rest of ...
Jeffrey Seyfried
-3
/
+5
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-4
/
+5
2016-06-01
Remove the `dep-info-no-analysis` test and fix other fallout.
Jeffrey Seyfried
-12
/
+3
2016-05-31
Take the def_map argument to TyCtxt::create_and_enter out of its RefCell.
Ms2ger
-2
/
+1
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
[next]