about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1273/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-15Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddybbors-2/+4
2020-08-16Only measure time spent dropping the ASTmarmeladema-2/+4
2020-08-15replaced log with tracingGurpreet Singh-3/+3
2020-08-08Remove some unnecessary uses of `Option`.Nicholas Nethercote-1/+1
2020-07-31Don't register a tracing dispatcher if no tracing env var was set.Oliver Scherer-0/+6
2020-07-31Make rustdoc share the logger initialization routine with rustc.Oliver Scherer-2/+9
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+5
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-16Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-SimulacrumManish Goregaokar-2/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-4/+2
2020-07-07Update reference to CONTRIBUTING.mdYuki Okushi-2/+2
2020-07-02rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation.Eduard-Mihai Burtescu-0/+1
2020-06-19Fix -Z unpretty=everybody_loopsJoshua Nelson-0/+1
2020-06-04save_analysis: work on HIR tree instead of ASTmarmeladema-12/+4
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-1/+1
2020-05-11rustc_driver::main: more informative return typeRalf Jung-2/+2
2020-05-10rustc_driver: factor out computing the exit codeRalf Jung-7/+12
2020-04-26fix more clippy warningsMatthias Krüger-3/+3
2020-04-19Make option type descriptions non-optional.Nicholas Nethercote-20/+5
2020-04-11Depend on getopts from crates.ioLuca Barbieri-1/+1
2020-04-11Depend on libc from crates.ioLuca Barbieri-2/+0
2020-04-04comment refers to removed typeTshepang Lekhonkhobe-1/+0
2020-04-02use direct import for ErrorReportedMazdak Farrokhzad-5/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-21Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddybMazdak Farrokhzad-11/+7
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-11/+7
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-6/+6
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-6/+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-1/+1
2020-02-29added `try_find_description` to distinguish no desc from invalid codeJake Vossen-6/+10
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-1/+1
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/+35
2020-02-12remove some unused objectsljedrz-4/+0
2020-02-11Support linking from a .rlink fileVictor Ding-4/+35
2020-02-04Remove unused feature gates from librustc_driverbjorn3-5/+0
2020-01-15Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichtonYuki Okushi-13/+5
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-13/+5
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