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-31
Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc
Dylan DPC
-1
/
+0
2019-12-31
Move resolve_lifetimes query in librustc_resolve.
Camille GILLOT
-2
/
+2
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-12
/
+12
2019-12-30
Make things build again
Vadim Petrochenkov
-3
/
+3
2019-12-30
Move region_scope_tree query to librustc_passes.
Camille GILLOT
-1
/
+0
2019-12-29
Move reachable_set query in librustc_passes.
Camille GILLOT
-3
/
+1
2019-12-25
Store callbacks in global statics
Mark Rousskov
-4
/
+54
2019-12-22
Format the world
Mark Rousskov
-483
/
+410
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-11
/
+13
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
[prev]
[next]