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
Age
Commit message (
Expand
)
Author
Lines
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-4
/
+3
2019-12-20
Rollup merge of #67131 - Centril:item-merge, r=petrochenkov
Mazdak Farrokhzad
-15
/
+10
2019-12-19
Fix documentation typo
LeSeulArtichaut
-1
/
+1
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-10
/
+5
2019-12-12
Unify associated item mut visitors.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
parse: refactor fun ret ty & param ty
Mazdak Farrokhzad
-4
/
+4
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-77
/
+12
2019-12-11
Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov
Mazdak Farrokhzad
-11
/
+12
2019-12-09
Add options to --extern flag.
Eric Huss
-11
/
+12
2019-12-06
Auto merge of #65195 - varkor:to_option, r=Centril
bors
-22
/
+7
2019-12-06
Rename to `then_some` and `then`
varkor
-4
/
+4
2019-12-06
Use `to_option_with` in several places
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-22
/
+7
2019-12-06
Fix Query type docs
Ömer Sinan Ağacan
-2
/
+2
2019-12-03
Move early lint declarations to librustc_session
Mark Rousskov
-2
/
+1
2019-12-01
rustc_plugin: Some further cleanup
Vadim Petrochenkov
-2
/
+1
2019-12-01
rustc_plugin: Remove support for plugins adding LLVM passes
Vadim Petrochenkov
-10
/
+5
2019-12-01
rustc_plugin: Remove support for adding plugins from command line
Vadim Petrochenkov
-12
/
+2
2019-12-01
rustc_plugin: Remove support for plugin arguments
Vadim Petrochenkov
-2
/
+1
2019-11-30
pass Queries to compiler callbacks
Ralf Jung
-0
/
+1
2019-11-29
Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
Ralf Jung
-139
/
+194
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-3
/
+2
2019-11-27
Allocate HIR Forest on arena.
Camille GILLOT
-3
/
+1
2019-11-27
Misc renames.
Camille GILLOT
-7
/
+6
2019-11-27
Simplify handling of AllArenas.
Camille GILLOT
-6
/
+5
2019-11-27
Rename BoxedGlobalCtxt.
Camille GILLOT
-7
/
+7
2019-11-27
Rename lifetimes.
Camille GILLOT
-22
/
+22
2019-11-26
Move local Arena to Queries.
Camille GILLOT
-2
/
+10
2019-11-26
Formatting.
Camille GILLOT
-37
/
+35
2019-11-26
Have Queries own the GlobalCtxt.
Camille GILLOT
-53
/
+56
2019-11-26
Make the HIR map own the Definitions.
Camille GILLOT
-1
/
+1
2019-11-26
Review nits.
Camille GILLOT
-4
/
+1
2019-11-25
Superfluous lifetime.
Camille GILLOT
-2
/
+2
2019-11-25
Pass Queries by reference.
Camille GILLOT
-5
/
+5
2019-11-25
Remove wrong comment.
Camille GILLOT
-5
/
+0
2019-11-24
Tidy.
Camille GILLOT
-1
/
+3
2019-11-24
Move linking ouside the interface queries.
Camille GILLOT
-20
/
+44
2019-11-24
Isolate compiler queries inside the Queries type.
Camille GILLOT
-44
/
+76
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-21
/
+8
2019-11-22
Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-11-22
Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov
bors
-6
/
+2
2019-11-20
Delete ProcessCfgMod
Mark Rousskov
-6
/
+2
2019-11-20
Remove pretty printing of specific nodes in AST
Mark Rousskov
-1
/
+1
2019-11-17
Rename directory `rustc_plugin` -> `rustc_plugin_impl`
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_plugin: Remove the compatibility shim
Vadim Petrochenkov
-3
/
+3
2019-11-17
Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum
Yuki Okushi
-28
/
+14
2019-11-16
rustc_plugin: Remove `Registry::register_attribute`
Vadim Petrochenkov
-8
/
+1
2019-11-16
move DIAGNOSTICS usage to rustc_driver
Mazdak Farrokhzad
-28
/
+14
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-15
/
+3
[prev]
[next]