about summary refs log tree commit diff
path: root/src/librustc_session
AgeCommit message (Expand)AuthorLines
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-0/+224
2020-03-17Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisabors-8/+17
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-6/+0
2020-03-10[Miri] Use a session variable instead of checking for an env var alwaysWesley Wiser-0/+24
2020-03-10When `crate_type` is `None`,check compiler options12101111-1/+1
2020-03-08Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehussMazdak Farrokhzad-1/+3
2020-03-08Simplify checking of crt_static_feature()12101111-26/+10
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-2/+2
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+4
2020-03-03Run format.12101111-1/+1
2020-03-03Don't use static crt by default when build proc-macro.12101111-8/+33
2020-03-02Remove chalk integrationCAD97-2/+0
2020-03-01Print new --print option in help.O01eg-1/+1
2020-03-01Expose target libdir information via print command.O01eg-0/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-1/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-4/+2
2020-02-23Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPCbors-5/+5
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-0/+28
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-5/+5
2020-02-21clean things upJane Lusby-0/+20
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-3/+10
2020-02-19Tune inliningJohn Kåre Alsaker-0/+1
2020-02-18better lint namesRalf Jung-11/+4
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-3/+10
2020-02-15Emit some additional `unused_doc_comments` lints outside of the main passVadim Petrochenkov-0/+8
2020-02-14const-prop: use one helper method for all lints; consistently lint overflow o...Ralf Jung-0/+14
2020-02-13add selfprofiling for new llvm passmanagerAndreas Jonson-1/+1
2020-02-12Add support for new pass managerNikita Popov-0/+2
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-0/+3
2020-02-11Support linking from a .rlink fileVictor Ding-0/+3
2020-02-09Make issue references consistentMatthias Prechtl-3/+4
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-0/+11
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+7
2020-02-06make lint warn by defaultNiko Matsakis-1/+1
2020-02-06lint impls that will become incoherent when leak-check is removedNiko Matsakis-0/+11
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-9/+9
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+7
2020-02-05Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichtonbors-0/+5
2020-02-04Prefer system MinGW libs when availableMateusz Mikuła-0/+5
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-7/+0
2020-02-02Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwcobors-0/+2
2020-02-01Add support for enabling the LLVM time-trace featureWesley Wiser-0/+2
2020-02-01Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkovbors-44/+3
2020-02-011. move node_id to syntaxMazdak Farrokhzad-44/+3
2020-02-01Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisabors-3/+31
2020-01-28Add support for Control Flow Guard on Windows.Andrew Paverd-3/+31