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
2017-05-01
patch the `librustc_driver` unit tests
Niko Matsakis
-28
/
+25
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-1
/
+2
2017-04-30
intern CodeExtents
Niko Matsakis
-4
/
+4
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-2
/
+2
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-2
/
+2
2017-04-19
propagate other obligations that were left out
Niko Matsakis
-3
/
+3
2017-04-12
Add global_asm tests
A.J. Gardner
-0
/
+1
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-5
/
+7
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-0
/
+2
2017-02-04
Fix test
Andrew Cann
-1
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-4
/
+4
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-7
/
+4
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-6
/
+6
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-17
Teach Diagnostics to highlight text
Esteban Küber
-2
/
+2
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-31
Split CtxtArenas into GlobalArenas and CtxtInterners.
Mark Simulacrum
-1
/
+4
2016-12-19
Simplify `TyCtxt::create_and_enter`.
Jeffrey Seyfried
-3
/
+1
2016-12-12
Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis
bors
-3
/
+5
2016-12-05
Refactor FnSig to contain a Slice for its inputs and outputs.
Mark-Simulacrum
-6
/
+1
2016-12-03
Add TypeVariableOrigin enum
Keith Yeung
-3
/
+5
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-2
/
+1
2016-11-21
Fix fallout in `rustdoc` and tests.
Jeffrey Seyfried
-3
/
+3
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-4
/
+3
2016-11-01
Rollup merge of #37296 - srinivasreddy:librustc_driver, r=nikomatsakis
Guillaume Gomez
-35
/
+41
2016-10-30
run rustfmt on librustc_driver folder
Srinivas Reddy Thatiparthy
-35
/
+41
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-2
/
+1
2016-10-25
Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup...
Mark-Simulacrum
-10
/
+9
2016-10-19
Use TypedArena::alloc_slice in rustc.
Mark-Simulacrum
-5
/
+5
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
[prev]
[next]