about summary refs log tree commit diff
path: root/src/librustc_interface/util.rs
AgeCommit message (Expand)AuthorLines
2019-11-03Move crate type checking laterMark Rousskov-50/+59
2019-11-03Utilize Resolver lint buffer during HIR loweringMark Rousskov-2/+2
2019-10-17Create lint store during plugin registrationMark Rousskov-7/+0
2019-10-17De-propagate optional session from lint registrationMark Rousskov-2/+3
2019-10-07Name the threads in rayon's poolJosh Stone-0/+1
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-4/+4
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-3/+3
2019-09-30Make the default parallelism 1Mark Rousskov-3/+3
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-2/+2
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-1/+1
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-2/+2
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-1/+1
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-74/+110
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-9/+9
2019-07-28Fix `cfg(parallel_compiler)` modeVadim Petrochenkov-2/+0
2019-06-25Adjust warning of -C extra-filename with -o.Eric Huss-3/+3
2019-06-10Haiku: the maximum stack size is 16 MBNiels Sascha Reedijk-2/+6
2019-06-05Addressed points raised in review.Alexander Regueiro-15/+6
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-1/+2
2019-06-05Implemented for function bounds, type bounds, and named existential types.Alexander Regueiro-1/+15
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-1/+1
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-2/+5
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-15/+15
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+2
2019-04-03Deny internal lints on librustc_interfaceflip1995-1/+0
2019-04-03Check for unstable-options flag before register internalsflip1995-1/+3
2019-04-03Make internal lints allow-by-defaultflip1995-0/+1
2019-03-27librustc_interface => 2018Mazdak Farrokhzad-0/+1
2019-03-16Remove MetadataOnlyCodegenBackendbjorn3-3/+0
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-1/+158
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+702