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
2018-04-20
Fix error in rustc_driver::test.
Michael Woerister
-1
/
+1
2018-03-23
Revert "fix tests in `librustc_driver`"
Sean Griffin
-2
/
+1
2018-03-14
Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis
bors
-5
/
+5
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-1
/
+12
2018-03-14
remove defaulting to unit
Andrew Cann
-5
/
+5
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+2
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-03-01
fix tests in `librustc_driver`
Niko Matsakis
-1
/
+2
2018-02-23
Introduce UnpackedKind
varkor
-4
/
+4
2018-01-19
Fix rustc_driver test.rs
bjorn3
-1
/
+0
2018-01-19
Fix rustc_driver test.rs
bjorn3
-3
/
+1
2018-01-19
Allow runtime switching between trans backends
bjorn3
-1
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-2
/
+1
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
[next]