summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2019-11-03Move crate type checking laterMark Rousskov-1/+1
2019-10-22Target-feature documented as unsafe. rustc book and rustc -C help have been m...togiberlin-1/+2
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-4/+4
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+4
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-63/+2
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-10-14Rollup merge of #65398 - estebank:capitalization-only, r=varkorTyler Mandry-1/+2
2019-10-14Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkovMazdak Farrokhzad-181/+283
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-1/+2
2019-10-13Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichtonMazdak Farrokhzad-11/+14
2019-10-13refactor session::config::build_session_options_and_crate_configMazdak Farrokhzad-181/+283
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-0/+3
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-4/+0
2019-10-08Split non-CAS atomic support off into target_has_atomic_load_storeAmanieu d'Antras-11/+14
2019-10-04Update the documented default of -Z mutable-noaliasJosh Stone-1/+1
2019-10-03Remove -Zprofile-queriesMark Rousskov-4/+0
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-3/+16
2019-09-30Make the default parallelism 1Mark Rousskov-3/+16
2019-09-29Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichtonbors-0/+2
2019-09-28Put panic=abort test support behind -Z panic_abort_testsTyler Mandry-0/+2
2019-09-28Trigger ICE on nightly if validators disagreeDylan MacKenzie-0/+2
2019-09-28Gate llvm.sideeffect under -Z insert-sideeffectXiang Fan-0/+3
2019-09-27cleanup dead ast-borrowck / migrate-mode code.Mazdak Farrokhzad-8/+0
2019-09-27Remove unpretty=flowgraph.Mazdak Farrokhzad-10/+0
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-1/+1
2019-09-26Rename `Lit.node` to `Lit.kind`varkor-1/+1
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-1/+1
2019-09-17Take Diagnostic in Handler::emit_diagnosticMark Rousskov-1/+1
2019-09-15Hide diagnostics emitted during --cfg parsingMark Rousskov-1/+12
2019-09-07Apply suggestions from code reviewAlexander Regueiro-2/+2
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-69/+68
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-10/+10
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-0/+2
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-7/+11
2019-08-21Add terminal_width debugging flagEsteban Küber-0/+2
2019-08-13Do not track the sysroot.Joel Galenson-8/+1
2019-08-12Hash the remapped sysroot instead of the original.Joel Galenson-2/+9
2019-08-07Use consistent capitalization in -C/-Z helpBrian Anderson-6/+6
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-47/+107
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+1
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-4/+0
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-47/+107
2019-07-24Gate binary dependency information behind -Zbinary-dep-depinfoMark Rousskov-0/+2
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-7/+7
2019-07-19Remove support for -Zlower-128bit-opsbjorn3-4/+0
2019-07-07cli: make help output for -l and -L consistentTshepang Lekhonkhobe-3/+2
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-13/+12
2019-06-21Remove warnings about incr. comp. generating less debugging output.Michael Woerister-18/+2
2019-06-21Stabilize profile-guided optimization.Michael Woerister-13/+12