index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_interface
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-03
Move crate type checking later
Mark Rousskov
-50
/
+59
2019-11-03
Utilize Resolver lint buffer during HIR lowering
Mark Rousskov
-2
/
+2
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-7
/
+0
2019-10-17
De-propagate optional session from lint registration
Mark Rousskov
-2
/
+3
2019-10-07
Name the threads in rayon's pool
Josh Stone
-0
/
+1
2019-10-07
Rebase rustc-rayon on rayon-1.2
Josh Stone
-4
/
+4
2019-10-01
Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton
Tyler Mandry
-3
/
+3
2019-09-30
Make the default parallelism 1
Mark Rousskov
-3
/
+3
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-2
/
+2
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-2
/
+2
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-2
/
+2
2019-09-10
Locate rustc binary similarly to codegen backend loading
Mark Rousskov
-74
/
+110
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-9
/
+9
2019-07-28
Fix `cfg(parallel_compiler)` mode
Vadim Petrochenkov
-2
/
+0
2019-06-25
Adjust warning of -C extra-filename with -o.
Eric Huss
-3
/
+3
2019-06-10
Haiku: the maximum stack size is 16 MB
Niels Sascha Reedijk
-2
/
+6
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-15
/
+6
2019-06-05
Implemented for traits (associated type definitions).
Alexander Regueiro
-1
/
+2
2019-06-05
Implemented for function bounds, type bounds, and named existential types.
Alexander Regueiro
-1
/
+15
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-1
/
+1
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-2
/
+5
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-15
/
+15
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-04-03
Deny internal lints on librustc_interface
flip1995
-1
/
+0
2019-04-03
Check for unstable-options flag before register internals
flip1995
-1
/
+3
2019-04-03
Make internal lints allow-by-default
flip1995
-0
/
+1
2019-03-27
librustc_interface => 2018
Mazdak Farrokhzad
-0
/
+1
2019-03-16
Remove MetadataOnlyCodegenBackend
bjorn3
-3
/
+0
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+158
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-0
/
+702