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
2019-03-16
Remove rustc_driver tests
bjorn3
-614
/
+0
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-99
/
+43
2019-03-07
Fix with_emitter callers
Esteban Küber
-1
/
+1
2019-03-02
driver: fix test
ljedrz
-4
/
+4
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-1
/
+10
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-01-13
Always calculate glob map but only for glob uses
Igor Matuszewski
-2
/
+0
2019-01-02
remove outdated `rustc_driver` tests
Niko Matsakis
-51
/
+0
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Make the 'a lifetime on TyCtxt useless
John Kåre Alsaker
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-19
/
+18
2018-12-07
Auto merge of #56502 - Zoxc:hir-func, r=eddyb
bors
-5
/
+5
2018-12-06
Fix
John Kåre Alsaker
-1
/
+1
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-5
/
+5
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-1
/
+1
2018-11-12
Fix fallout it rustc_driver tests
Oliver Scherer
-5
/
+5
2018-11-03
Shift both late bound regions and bound types
scalexm
-6
/
+6
2018-09-26
rustc_driver/test.rs: rustfmt
Niko Matsakis
-163
/
+219
2018-09-26
fix rustc_driver tests
Niko Matsakis
-2
/
+2
2018-09-15
Fix missing struct name
Marshall Bowers
-1
/
+1
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-3
/
+9
2018-09-11
Revert "renamed t_nil to t_unit"
kenta7777
-9
/
+9
2018-09-10
renamed t_nil to t_unit
kenta7777
-9
/
+9
2018-09-10
renamed mk_nil to mk_unit
kenta7777
-1
/
+1
2018-09-07
switch to using `NonZeroU32` to represent indices
Niko Matsakis
-9
/
+14
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-2
/
+2
2018-08-04
Move basic_options to impl of Default
Mark Rousskov
-1
/
+1
2018-07-17
Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis
bors
-4
/
+4
2018-07-16
ItemKind
csmoe
-18
/
+18
2018-07-12
Deny bare trait objects in librustc_driver
ljedrz
-4
/
+4
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-1
/
+1
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+1
2018-06-15
Fix compile error
Fabian Drinck
-1
/
+1
2018-06-14
Circumvent const fn problem
Fabian Drinck
-1
/
+1
2018-06-14
Fix compile error
Fabian Drinck
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-3
/
+3
2018-06-11
Update tests
Oliver Schneider
-0
/
+1
2018-06-06
Use scope tree depths to speed up `nearest_common_ancestor`.
Nicholas Nethercote
-3
/
+4
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-7
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-15
Pull common parameters into GenericParamDef
varkor
-1
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-8
/
+13
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-2
/
+2
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-04-17
Make Handler more thread-safe
John Kåre Alsaker
-5
/
+5
2018-04-13
Use InternedString rather than Name for RegionParameterDef
varkor
-1
/
+1
[next]