about summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2019-11-03Delete lint buffer from SessionMark Rousskov-40/+0
2019-11-03Utilize Resolver lint buffer during HIR loweringMark Rousskov-4/+6
2019-11-01Rollup merge of #65470 - traxys:fix_65401, r=michaelwoeristerTyler Mandry-0/+3
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+1
2019-10-17Create lint store during plugin registrationMark Rousskov-5/+6
2019-10-16Check if there are any delayed_span_bugs and abort incremental compilation in...Quentin Boyer-0/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-2/+2
2019-10-13Don't discard value names when using address or memory sanitizerTomasz Miąsko-1/+9
2019-10-03Remove -Zprofile-queriesMark Rousskov-13/+1
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-21/+3
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-7/+1
2019-09-30Make the default parallelism 1Mark Rousskov-7/+1
2019-09-30Self-Profiling: Refactor SelfProfiler API to be RAII based where possible.Michael Woerister-21/+3
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-3/+0
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-3/+0
2019-09-23Introduce a diagnostic stashing API.Mazdak Farrokhzad-0/+1
2019-09-17Remove unused methods from HandlerMark Rousskov-6/+0
2019-09-17Remove Handler::{emit, emit_with_code}Mark Rousskov-2/+2
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-4/+10
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-28/+33
2019-08-21Add terminal_width debugging flagEsteban Küber-2/+4
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-24Gate binary dependency information behind -Zbinary-dep-depinfoMark Rousskov-0/+3
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-1/+1
2019-07-11Only error about MSVC + PGO + unwind if we're generating codeWesley Wiser-2/+5
2019-07-11Revert "Emit warning when trying to use PGO in conjunction with unwinding on ...Wesley Wiser-4/+4
2019-07-09Emit warning when trying to use PGO in conjunction with unwinding on Windows.Eric Rahm-4/+4
2019-07-03Remove needless lifetimesJeremy Stucki-26/+26
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-3/+3
2019-06-22Prefer to use `has_errors` to `err_count`Matthew Jasper-9/+6
2019-06-21Stabilize profile-guided optimization.Michael Woerister-3/+3
2019-06-05librustc_errors: Rename AnnotateRs -> AnnotateSnippetPhilipp Hansch-3/+3
2019-06-04Add new error-format value to use annotate-snippet outputPhilipp Hansch-14/+25
2019-05-30Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavisbors-0/+12
2019-05-29rustc_codegen_llvm: remove LLVM instruction count stats.Eduard-Mihai Burtescu-6/+0
2019-05-28Rename PgoGenerate to something more general.Michael Woerister-2/+2
2019-05-28Allow to specify profiling data output directory as -Zself-profile argument.Michael Woerister-3/+13
2019-05-28Emit error when trying to use PGO in conjunction with unwinding on Windows.Michael Woerister-0/+12
2019-05-27PGO: Check that pgo-use file actually exists. LLVM seems to only emit an easy...Michael Woerister-0/+9
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-1/+2
2019-05-08Optimize HIR mapJohn Kåre Alsaker-3/+0
2019-04-26Remove unused `DiagnosticOutput::Emitter` variant.Nicholas Nethercote-3/+1
2019-04-19Rollup merge of #60045 - estebank:suggest-std, r=petrochenkovMazdak Farrokhzad-0/+5
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-0/+5
2019-04-18Implement event filtering for self-profiler.Michael Woerister-1/+1
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-32/+33
2019-04-12Use measureme in self-profilerWesley Wiser-9/+17
2019-04-09Do not render ascii colors to buffersOliver Scherer-2/+2
2019-04-09Make trait_methods_not_found use a lockJohn Kåre Alsaker-2/+2