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-12-21
Combine GlobalArenas and DroplessArena into AllArenas
John Kåre Alsaker
-4
/
+1
2017-12-14
trait alias fallout
Alex Burka
-0
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-12-11
move `resolve_lifetimes` into a proper query
Niko Matsakis
-3
/
+0
2017-12-04
make `resolve_regions_and_report_errors` take an `OutlivesEnv`
Niko Matsakis
-4
/
+5
2017-11-17
strip old lub-glb tests from `librustc_driver`
Niko Matsakis
-212
/
+0
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-2
/
+0
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-25
Fix librustc_driver unit test after API change.
Michael Woerister
-0
/
+2
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
[next]