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
2017-09-23
Fix error
bjorn3
-1
/
+2
2017-09-23
Add TransCrate trait
bjorn3
-1
/
+1
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-1
/
+1
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-1
/
+1
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-0
/
+14
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-5
/
+0
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-3
/
+3
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-11
/
+11
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-1
/
+1
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-3
/
+0
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-3
/
+0
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-11
/
+11
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-16
/
+14
2017-08-13
Remove some more cfg's
bjorn3
-1
/
+0
2017-08-12
Less cfg's
bjorn3
-1
/
+0
2017-08-11
Actually make rustc_driver compile without llvm
bjorn3
-0
/
+2
2017-08-11
Make librustc_driver work without librustc_trans
bjorn3
-1
/
+1
2017-08-10
driver: factor out `continue_parse_after_error` so it can be controlled via d...
Nick Cameron
-1
/
+3
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
fix librustc_driver tests
Niko Matsakis
-16
/
+14
2017-05-15
Remove rustc_llvm dependency from librustc
Robin Kruppe
-0
/
+1
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-1
/
+2
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-6
/
+5
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-2
/
+3
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-14
/
+14
2017-05-10
rustc: Add a new `-Z force-unstable-if-unmarked` flag
Alex Crichton
-1
/
+1
2017-05-02
remove `mir_passes` from `Session` and add a FIXME
Niko Matsakis
-1
/
+2
2017-05-02
fix librustc_driver
Niko Matsakis
-0
/
+1
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
[next]