summary refs log tree commit diff
path: root/src/librustc_driver/test.rs
AgeCommit message (Expand)AuthorLines
2018-09-26rustc_driver/test.rs: rustfmtNiko Matsakis-163/+219
2018-09-26fix rustc_driver testsNiko Matsakis-2/+2
2018-09-15Fix missing struct nameMarshall Bowers-1/+1
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-3/+9
2018-09-11Revert "renamed t_nil to t_unit"kenta7777-9/+9
2018-09-10renamed t_nil to t_unitkenta7777-9/+9
2018-09-10renamed mk_nil to mk_unitkenta7777-1/+1
2018-09-07switch to using `NonZeroU32` to represent indicesNiko Matsakis-9/+14
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-2/+2
2018-08-04Move basic_options to impl of DefaultMark Rousskov-1/+1
2018-07-17Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakisbors-4/+4
2018-07-16ItemKindcsmoe-18/+18
2018-07-12Deny bare trait objects in librustc_driverljedrz-4/+4
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-1/+1
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-0/+1
2018-06-15Fix compile errorFabian Drinck-1/+1
2018-06-14Circumvent const fn problemFabian Drinck-1/+1
2018-06-14Fix compile errorFabian Drinck-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-3/+3
2018-06-11Update testsOliver Schneider-0/+1
2018-06-06Use scope tree depths to speed up `nearest_common_ancestor`.Nicholas Nethercote-3/+4
2018-05-28stop invoking `DebruijnIndex::new` directlyNiko Matsakis-7/+10
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-15Pull common parameters into GenericParamDefvarkor-1/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-8/+13
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-2/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-1/+1
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-5/+5
2018-04-13Use InternedString rather than Name for RegionParameterDefvarkor-1/+1
2018-04-06Fix error in rustc_driver::test.Michael Woerister-1/+1
2018-03-23Revert "fix tests in `librustc_driver`"Sean Griffin-2/+1
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-5/+5
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1/+12
2018-03-14remove defaulting to unitAndrew Cann-5/+5
2018-03-13refactor `ParamEnv::empty(Reveal)` into two distinct methodsNiko Matsakis-2/+2
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-5/+5
2018-03-01fix tests in `librustc_driver`Niko Matsakis-1/+2
2018-02-23Introduce UnpackedKindvarkor-4/+4
2018-01-19Fix rustc_driver test.rsbjorn3-1/+0
2018-01-19Fix rustc_driver test.rsbjorn3-3/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-1/+1
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-2/+1
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-4/+1
2017-12-14trait alias falloutAlex Burka-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-3/+0
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-4/+5