about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-08Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehussMazdak Farrokhzad-0/+4
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-6/+1
2020-03-02Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrumbors-6/+10
2020-03-01Expose target libdir information via print command.O01eg-0/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29added `try_find_description` to distinguish no desc from invalid codeJake Vossen-6/+10
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-1/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-2/+2
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-2/+2
2020-02-12Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPCDylan DPC-4/+0
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-4/+36
2020-02-12remove some unused objectsljedrz-4/+0
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-5/+0
2020-02-11Support linking from a .rlink fileVictor Ding-4/+36
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-3/+3
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-5/+5
2020-02-04Remove unused feature gates from librustc_driverbjorn3-5/+0
2020-02-01pretty: injected_crate_name -> has_injected_crateMazdak Farrokhzad-2/+2
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-2/+2
2020-02-01pretty: remove ParseSess dependencyMazdak Farrokhzad-10/+8
2020-01-15Rollup merge of #68252 - matthiaskrgr:redundant_clones, r=oli-obkDylan DPC-2/+0
2020-01-15remove redundant clones, found by clippyMatthias Krüger-2/+0
2020-01-15Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichtonYuki Okushi-13/+8
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-13/+8
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-7/+6
2020-01-11Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiserMazdak Farrokhzad-0/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-8/+8
2020-01-09Tweak timersJohn Kåre Alsaker-1/+0
2020-01-09Label unmarked timeJohn Kåre Alsaker-0/+3
2020-01-10Rollup merge of #68040 - sinkuu:unused, r=petrochenkovYuki Okushi-2/+0
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-1/+1
2020-01-09Remove unused dependenciesShotaro Yamada-2/+0
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-1/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-4/+5
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-3/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-6/+6
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-24Deprecate Error::description for realDavid Tolnay-6/+1
2019-12-22Format the worldMark Rousskov-380/+345
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-1/+1
2019-12-11Fix fallout from rebaseAaron Hill-2/+0
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-2/+7
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-1/+1
2019-12-01Rollup merge of #66896 - RalfJung:queries, r=ZoxcMazdak Farrokhzad-7/+19
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-15/+10
2019-11-30pass Queries to compiler callbacksRalf Jung-7/+19